diff --git a/debootstrap.spec b/debootstrap.spec index cda4cec..635637b 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,10 +1,10 @@ Name: debootstrap -Version: 1.0.132 +Version: 1.0.134 Release: 1 Summary: Debian base system maintainer tool License: MIT URL: https://wiki.debian.org/Debootstrap -Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}%{?postfix:+%{postfix}}.tar.gz +Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}.tar.gz BuildArch: noarch BuildRequires: fakeroot Requires: gettext perl-interpreter wget tar gzip dpkg xz @@ -49,6 +49,9 @@ install -Dp -m0644 debootstrap.8 %{buildroot}%{_mandir}/man8/debootstrap.8 %{_mandir}/man8/debootstrap.8* %changelog +* Wed Feb 28 2024 xu_ping <707078654@qq.com.com> - 1.0.134-1 +- Update to 1.0.134 + * Mon Oct 16 2023 chenyaqiang - 1.0.132-1 - Update to 1.0.132 diff --git a/debootstrap_1.0.132.tar.gz b/debootstrap_1.0.132.tar.gz deleted file mode 100644 index 68f084b..0000000 Binary files a/debootstrap_1.0.132.tar.gz and /dev/null differ diff --git a/debootstrap_1.0.134.tar.gz b/debootstrap_1.0.134.tar.gz new file mode 100644 index 0000000..a9387be Binary files /dev/null and b/debootstrap_1.0.134.tar.gz differ