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