diff --git a/debootstrap.spec b/debootstrap.spec index af9c67fd37c8bc2a0984b1ba75452d4a10dce788..c8e2a50fb0ad9c99f4312005751f29e037bcb41d 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,12 +1,12 @@ Name: debootstrap -Version: 1.0.109 -Release: 3 +Version: 1.0.126 +Release: 1 Summary: Debian base system maintainer tool License: MIT URL: https://wiki.debian.org/Debootstrap -Source0: https://launchpad.net/debian/+archive/primary/+sourcefiles/debootstrap/1.0.109/debootstrap_1.0.109.tar.gz +Source0: https://launchpad.net/debian/+archive/primary/+sourcefiles/debootstrap/1.0.126/debootstrap_1.0.126+nmu1.tar.gz BuildArch: noarch -BuildRequires: fakeroot +BuildRequires: fakeroot make Requires: gettext perl-interpreter wget tar gzip dpkg xz Recommends: ubu-keyring debian-keyring @@ -25,7 +25,7 @@ Summary: Help document for debootstrap Help document debootstrap. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{name}-%{version}+nmu1 -p1 sed -i -e 's;/usr/sbin;%{_sbindir};' Makefile mv debootstrap debootstrap.orig @@ -49,5 +49,8 @@ install -Dp -m0644 debootstrap.8 %{buildroot}%{_mandir}/man8/debootstrap.8 %{_mandir}/man8/debootstrap.8* %changelog +* Mon Dec 12 2022 fushanqing - 1.0.126-1 +- update to 1.0.126 + * Tue Feb 18 2020 shijian - 1.0.109-3 - Package init diff --git a/debootstrap_1.0.109.tar.gz b/debootstrap_1.0.109.tar.gz deleted file mode 100644 index 2f1106bd44d299bbdfefaac93e808ac94e2a4739..0000000000000000000000000000000000000000 Binary files a/debootstrap_1.0.109.tar.gz and /dev/null differ diff --git a/debootstrap_1.0.126+nmu1.tar.gz b/debootstrap_1.0.126+nmu1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0681c8aba8b7e30ca9a7f4ede47d4ada26473613 Binary files /dev/null and b/debootstrap_1.0.126+nmu1.tar.gz differ