diff --git a/debianutils-2.8.4-mkbootfix.patch b/debianutils-2.8.4-mkbootfix.patch deleted file mode 100644 index 6443493..0000000 --- a/debianutils-2.8.4-mkbootfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- debianutils-2.8.4/mkboot -+++ debianutils-2.8.4/mkboot -@@ -71,7 +71,7 @@ - # make a lilo boot disk - makelilo () { - ( -- b=$tmpdir/boot$$ -+ b=`mktemp $tmpdir/boot.XXXXXX` - trap "set +e; cd /; umount $FLOPPY; rmdir $b" EXIT - mkdir $b - mke2fs -q $FLOPPY diff --git a/debianutils.spec b/debianutils.spec index 93fee55..9c69d25 100644 --- a/debianutils.spec +++ b/debianutils.spec @@ -1,5 +1,5 @@ Name: debianutils -Version: 5.15 +Version: 5.16 Release: 1mamba Summary: Miscellaneous utilities from Debian Group: System/Tools @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://packages.debian.org/stable/base/debianutils.html Source: http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_%{version}.tar.xz -Patch: %{name}-2.8.4-mkbootfix.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -21,8 +20,7 @@ Debianutils includes installkernel mkboot mktemp readlink run-parts savelog sens %debug_package %prep -%setup -q -#%patch -p1 +%setup -q -n debianutils autoreconf -f -i %build @@ -60,6 +58,9 @@ autoreconf -f -i %{_mandir}/man8/update-shells.8* %changelog +* Sun Jan 07 2024 Automatic Build System 5.16-1mamba +- automatic version update by autodist + * Fri Dec 15 2023 Automatic Build System 5.15-1mamba - automatic version update by autodist