update to 044.20161007git [release 044.20161007git-1mamba;Fri Oct 07 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 21:56:17 +01:00
parent a2466dad3b
commit 66a0130dcc

View File

@ -1,13 +1,14 @@
Name: dracut
Version: 044
Release: 3mamba
Version: 044.20161007git
Release: 1mamba
Summary: Generic, modular initramfs generation tool that can be used across various distributions
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/apps/trac/dracut/
Source: http://ftp.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
#Source: http://ftp.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
Source: https://github.com/dracutdevs/dracut.git/master/dracut-%{version}.tar.bz2
Source1: dracut-openmamba.conf
Source2: dracut-openmamba.png
Patch0: %{name}-020-openmamba_logo_release.patch
@ -113,7 +114,7 @@ This package conatins extra optional modules for dracut.
#%patch20 -p1
%patch21 -p1
#%patch22 -p1
%patch23 -p1
#%patch23 -p1
chmod +x modules.d/99squash-live/*
# remove *.orig files created by patched to prevent from being installed
@ -121,7 +122,10 @@ find . -name "*.orig" -exec rm -f {} \;
%build
export CFLAGS="%{optflags} -Wformat"
touch Makefile.inc
%configure \
--libdir=%{_prefix}/lib
#touch Makefile.inc
%make \
sysconfdir=%{_sysconfdir} \
systemdsystemunitdir=%{_unitdir}
@ -361,6 +365,9 @@ fi
#%doc NEWS README README.generic README.kernel README.modules TODO
%changelog
* Fri Oct 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 044.20161007git-1mamba
- update to 044.20161007git
* Tue Oct 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 044-3mamba
- patched against bash 4.4 to fix infinite loop (https://github.com/dracutdevs/dracut/issues/118)