automatic version update by autodist [release 5.16-1mamba;Sun Jan 07 2024]
This commit is contained in:
parent
5e0f19ce91
commit
e1aff1ae1d
@ -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
|
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@openmamba.org> 5.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 5.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user