diff --git a/debootstrap.spec b/debootstrap.spec index af9c67f..cda4cec 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,10 +1,10 @@ Name: debootstrap -Version: 1.0.109 -Release: 3 +Version: 1.0.132 +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: http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}%{?postfix:+%{postfix}}.tar.gz BuildArch: noarch BuildRequires: fakeroot Requires: gettext perl-interpreter wget tar gzip dpkg xz @@ -25,7 +25,7 @@ Summary: Help document for debootstrap Help document debootstrap. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{name} -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 Oct 16 2023 chenyaqiang - 1.0.132-1 +- Update to 1.0.132 + * 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 2f1106b..0000000 Binary files a/debootstrap_1.0.109.tar.gz and /dev/null differ diff --git a/debootstrap_1.0.132.tar.gz b/debootstrap_1.0.132.tar.gz new file mode 100644 index 0000000..68f084b Binary files /dev/null and b/debootstrap_1.0.132.tar.gz differ