- dracut-008 pre git snapshot
This commit is contained in:
parent
63c8b553fc
commit
819af3b138
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
dracut-006.tar.bz2
|
dracut-006.tar.bz2
|
||||||
dracut-007.tar.bz2
|
dracut-007.tar.bz2
|
||||||
|
/dracut-008-353ef76.tar.bz2
|
||||||
|
137
dracut.spec
137
dracut.spec
@ -1,19 +1,52 @@
|
|||||||
|
%define gittag 353ef76
|
||||||
# Variables must be defined
|
# Variables must be defined
|
||||||
%define with_switch_root 0
|
|
||||||
%define with_nbd 1
|
%define with_nbd 1
|
||||||
|
|
||||||
|
# nbd in Fedora only
|
||||||
|
%if 0%{?rhel} >= 6
|
||||||
|
%define with_nbd 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{defined gittag}
|
||||||
|
%define rdist .git%{gittag}%{?dist}
|
||||||
|
%define dashgittag -%{gittag}
|
||||||
|
%else
|
||||||
|
%define rdist %{?dist}
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 007
|
Version: 008
|
||||||
Release: 1
|
%define release_prefix 0.5%{?rdist}
|
||||||
|
Release: %{release_prefix}
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
Group: System/Base
|
||||||
|
%endif
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://apps.sourceforge.net/trac/dracut/wiki
|
URL: http://apps.sourceforge.net/trac/dracut/wiki
|
||||||
# Source can be generated by
|
# Source can be generated by
|
||||||
# http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=snapshot;h=%{?dashgittag};sf=tgz
|
# http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=snapshot;h=%{?dashgittag};sf=tgz
|
||||||
Source0: dracut-%{version}%{?dashgittag}.tar.bz2
|
Source0: dracut-%{version}%{?dashgittag}.tar.bz2
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: docbook-style-xsl docbook-dtds docbook-style-xsl libxslt
|
%endif
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
|
BuildRequires: docbook-style-xsl docbook-dtds libxslt
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
BuildRequires: docbook-xsl-stylesheets libxslt
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6
|
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6
|
||||||
# no "provides", because dracut does not offer
|
# no "provides", because dracut does not offer
|
||||||
@ -23,6 +56,12 @@ Obsoletes: mkinitrd-devel <= 6.0.93
|
|||||||
Obsoletes: nash <= 6.0.93
|
Obsoletes: nash <= 6.0.93
|
||||||
Obsoletes: libbdevid-python <= 6.0.93
|
Obsoletes: libbdevid-python <= 6.0.93
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 9999
|
||||||
|
Obsoletes: mkinitrd < 2.6.1
|
||||||
|
Provides: mkinitrd = 2.6.1
|
||||||
|
%endif
|
||||||
|
|
||||||
Obsoletes: dracut-kernel < 005
|
Obsoletes: dracut-kernel < 005
|
||||||
Provides: dracut-kernel = %{version}-%{release}
|
Provides: dracut-kernel = %{version}-%{release}
|
||||||
|
|
||||||
@ -35,22 +74,25 @@ Requires: filesystem >= 2.1.0
|
|||||||
Requires: findutils
|
Requires: findutils
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
Requires: initscripts >= 8.63-1
|
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
Requires: mktemp >= 1.5-5
|
Requires: mktemp >= 1.5-5
|
||||||
Requires: module-init-tools >= 3.7-9
|
Requires: module-init-tools >= 3.7-9
|
||||||
Requires: mount
|
|
||||||
Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
|
|
||||||
Requires: sed
|
Requires: sed
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: udev
|
Requires: udev
|
||||||
Requires: util-linux-ng >= 2.16
|
|
||||||
Requires: which
|
|
||||||
|
|
||||||
%if ! 0%{?with_switch_root}
|
%if 0%{?fedora_version} > 0
|
||||||
BuildArch: noarch
|
Requires: util-linux-ng >= 2.16
|
||||||
|
Requires: initscripts >= 8.63-1
|
||||||
|
Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
|
||||||
|
Requires: mount
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
Requires: util-linux >= 2.16
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
|
Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
|
||||||
Unlike existing implementations, dracut does hard-code as little as possible
|
Unlike existing implementations, dracut does hard-code as little as possible
|
||||||
@ -61,20 +103,32 @@ NFS, iSCSI, NBD, FCoE with the dracut-network package.
|
|||||||
%package network
|
%package network
|
||||||
Summary: Dracut modules to build a dracut initramfs with network support
|
Summary: Dracut modules to build a dracut initramfs with network support
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: rpcbind nfs-utils
|
Requires: rpcbind
|
||||||
Requires: iscsi-initiator-utils
|
|
||||||
Requires: dhclient
|
|
||||||
%if %{with_nbd}
|
%if %{with_nbd}
|
||||||
Requires: nbd
|
Requires: nbd
|
||||||
%endif
|
%endif
|
||||||
Requires: net-tools iproute
|
Requires: net-tools iproute
|
||||||
Requires: bridge-utils
|
Requires: bridge-utils
|
||||||
Requires: vconfig
|
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
|
Requires: iscsi-initiator-utils
|
||||||
|
Requires: nfs-utils
|
||||||
|
Requires: dhclient
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
Requires: dhcp-client
|
||||||
|
Requires: nfs-client
|
||||||
|
Requires: vlan
|
||||||
|
%endif
|
||||||
|
Obsoletes: dracut-generic < 008
|
||||||
|
Provides: dracut-generic = %{version}-%{release}
|
||||||
|
|
||||||
%description network
|
%description network
|
||||||
This package requires everything which is needed to build a generic
|
This package requires everything which is needed to build a generic
|
||||||
all purpose initramfs with network support with dracut.
|
all purpose initramfs with network support with dracut.
|
||||||
|
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
%package fips
|
%package fips
|
||||||
Summary: Dracut modules to build a dracut initramfs with an integrity check
|
Summary: Dracut modules to build a dracut initramfs with an integrity check
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -90,22 +144,10 @@ Requires: nss-softokn-freebl
|
|||||||
%description fips
|
%description fips
|
||||||
This package requires everything which is needed to build an
|
This package requires everything which is needed to build an
|
||||||
all purpose initramfs with dracut, which does an integrity check.
|
all purpose initramfs with dracut, which does an integrity check.
|
||||||
|
%endif
|
||||||
%package generic
|
|
||||||
Summary: Metapackage to build a generic initramfs with dracut
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: %{name}-network = %{version}-%{release}
|
|
||||||
|
|
||||||
%description generic
|
|
||||||
This package requires everything which is needed to build a generic
|
|
||||||
all purpose initramfs with dracut.
|
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Dracut tools to build the local initramfs
|
Summary: Dracut tools to build the local initramfs
|
||||||
Requires: coreutils cryptsetup-luks device-mapper
|
|
||||||
Requires: diffutils dmraid findutils grep lvm2 gawk
|
|
||||||
Requires: module-init-tools sed
|
|
||||||
Requires: cpio gzip
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -118,12 +160,20 @@ This package contains tools to assemble the local initrd and host configuration.
|
|||||||
make WITH_SWITCH_ROOT=0%{?with_switch_root}
|
make WITH_SWITCH_ROOT=0%{?with_switch_root}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
%endif
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT sbindir=/sbin \
|
make install DESTDIR=$RPM_BUILD_ROOT sbindir=/sbin \
|
||||||
sysconfdir=/etc mandir=%{_mandir} WITH_SWITCH_ROOT=0%{?with_switch_root}
|
sysconfdir=/etc mandir=%{_mandir} WITH_SWITCH_ROOT=0%{?with_switch_root}
|
||||||
|
|
||||||
echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/10rpmversion/dracut-version
|
echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/10rpmversion/dracut-version
|
||||||
|
rm $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/10rpmversion/check
|
||||||
rm $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/01fips/check
|
rm $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/01fips/check
|
||||||
|
|
||||||
|
%if 0%{?fedora_version} == 0
|
||||||
|
rm -fr $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/01fips
|
||||||
|
%endif
|
||||||
|
|
||||||
# remove gentoo specific modules
|
# remove gentoo specific modules
|
||||||
rm -fr $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/50gensplash
|
rm -fr $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/50gensplash
|
||||||
|
|
||||||
@ -131,9 +181,16 @@ mkdir -p $RPM_BUILD_ROOT/boot/dracut
|
|||||||
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
|
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
|
||||||
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
|
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
|
||||||
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT/etc/dracut.conf.d/fedora.conf
|
|
||||||
|
|
||||||
%if 0%{?fedora} <= 12 && 0%{?rhel} < 6
|
%if 0%{?fedora_version} > 0
|
||||||
|
install -m 0644 dracut.conf.d/fedora.conf.example $RPM_BUILD_ROOT/etc/dracut.conf.d/01-dist.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 0
|
||||||
|
install -m 0644 dracut.conf.d/suse.conf.example $RPM_BUILD_ROOT/etc/dracut.conf.d/01-dist.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora} <= 12 && 0%{?rhel} < 6 && 0%{?suse_version} <= 9999
|
||||||
rm $RPM_BUILD_ROOT/sbin/mkinitrd
|
rm $RPM_BUILD_ROOT/sbin/mkinitrd
|
||||||
rm $RPM_BUILD_ROOT/sbin/lsinitrd
|
rm $RPM_BUILD_ROOT/sbin/lsinitrd
|
||||||
%endif
|
%endif
|
||||||
@ -143,19 +200,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%doc README HACKING TODO COPYING AUTHORS NEWS
|
%doc README HACKING TODO COPYING AUTHORS NEWS dracut.html
|
||||||
/sbin/dracut
|
/sbin/dracut
|
||||||
%if 0%{?with_switch_root}
|
%if 0%{?with_switch_root}
|
||||||
/sbin/switch_root
|
/sbin/switch_root
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6
|
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6 || 0%{?suse_version} > 9999
|
||||||
/sbin/mkinitrd
|
/sbin/mkinitrd
|
||||||
/sbin/lsinitrd
|
/sbin/lsinitrd
|
||||||
%endif
|
%endif
|
||||||
%dir %{_datadir}/dracut
|
%dir %{_datadir}/dracut
|
||||||
|
%dir %{_datadir}/dracut/modules.d
|
||||||
%{_datadir}/dracut/dracut-functions
|
%{_datadir}/dracut/dracut-functions
|
||||||
%config(noreplace) /etc/dracut.conf
|
%config(noreplace) /etc/dracut.conf
|
||||||
%config(noreplace) /etc/dracut.conf.d/fedora.conf
|
%if 0%{?fedora_version} > 0 || 0%{?suse_version} > 0
|
||||||
|
%config(noreplace) /etc/dracut.conf.d/01-dist.conf
|
||||||
|
%endif
|
||||||
%dir /etc/dracut.conf.d
|
%dir /etc/dracut.conf.d
|
||||||
%{_mandir}/man8/dracut.8*
|
%{_mandir}/man8/dracut.8*
|
||||||
%{_mandir}/man7/dracut.kernel.7*
|
%{_mandir}/man7/dracut.kernel.7*
|
||||||
@ -180,10 +240,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/dracut/modules.d/95rootfs-block
|
%{_datadir}/dracut/modules.d/95rootfs-block
|
||||||
%{_datadir}/dracut/modules.d/95dasd
|
%{_datadir}/dracut/modules.d/95dasd
|
||||||
%{_datadir}/dracut/modules.d/95dasd_mod
|
%{_datadir}/dracut/modules.d/95dasd_mod
|
||||||
|
%{_datadir}/dracut/modules.d/95fstab-sys
|
||||||
%{_datadir}/dracut/modules.d/95zfcp
|
%{_datadir}/dracut/modules.d/95zfcp
|
||||||
%{_datadir}/dracut/modules.d/95terminfo
|
%{_datadir}/dracut/modules.d/95terminfo
|
||||||
%{_datadir}/dracut/modules.d/95udev-rules
|
%{_datadir}/dracut/modules.d/95udev-rules
|
||||||
%{_datadir}/dracut/modules.d/95uswsusp
|
%{_datadir}/dracut/modules.d/95uswsusp
|
||||||
|
%{_datadir}/dracut/modules.d/96insmodpost
|
||||||
%{_datadir}/dracut/modules.d/98selinux
|
%{_datadir}/dracut/modules.d/98selinux
|
||||||
%{_datadir}/dracut/modules.d/98syslog
|
%{_datadir}/dracut/modules.d/98syslog
|
||||||
%{_datadir}/dracut/modules.d/99base
|
%{_datadir}/dracut/modules.d/99base
|
||||||
@ -201,13 +263,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/dracut/modules.d/45ifcfg
|
%{_datadir}/dracut/modules.d/45ifcfg
|
||||||
%{_datadir}/dracut/modules.d/95znet
|
%{_datadir}/dracut/modules.d/95znet
|
||||||
|
|
||||||
|
%if 0%{?fedora_version} > 0
|
||||||
%files fips
|
%files fips
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%{_datadir}/dracut/modules.d/01fips
|
%{_datadir}/dracut/modules.d/01fips
|
||||||
|
%endif
|
||||||
%files generic
|
|
||||||
%defattr(-,root,root,0755)
|
|
||||||
%doc README.generic
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
@ -220,6 +280,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/lib/dracut/overlay
|
%dir /var/lib/dracut/overlay
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.5
|
||||||
|
- dracut-008 pre git snapshot
|
||||||
|
|
||||||
* Mon Aug 09 2010 Harald Hoyer <harald@redhat.com> 007-1
|
* Mon Aug 09 2010 Harald Hoyer <harald@redhat.com> 007-1
|
||||||
- version 007
|
- version 007
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user