f7bd513
# Variables must be defined
f7bd513
%define with_switch_root	1
f7bd513
%define with_nbd		1
105b5b7
f7bd513
# switchroot provided by util-linux-ng in F-12+
f7bd513
%if 0%{?fedora} > 11 || 0%{?rhel} >= 6
105b5b7
%define with_switch_root 0
105b5b7
%endif
f7bd513
# nbd in Fedora only
f7bd513
%if 0%{?rhel} >= 6
f7bd513
%define with_nbd 0
ef5195b
%endif
ef5195b
ef5195b
%if %{defined gittag}
c518b61
%define rdist .git%{gittag}%{?dist}
ef5195b
%define dashgittag -%{gittag}
ef5195b
%else
ef5195b
%define rdist %{?dist}
ef5195b
%endif
ef5195b
ef5195b
Name: dracut
1b7b015
Version: 004
a4fab54
Release: 5%{?rdist}
ef5195b
Summary: Initramfs generator using udev
ef5195b
Group: System Environment/Base		
ef5195b
License: GPLv2+	
ef5195b
URL: http://apps.sourceforge.net/trac/dracut/wiki
348aae1
# Source can be generated by 
348aae1
# http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=snapshot;h=%{?dashgittag};sf=tgz
ef5195b
Source0: dracut-%{version}%{?dashgittag}.tar.bz2
a4fab54
Patch1:  dracut-004-emergency.patch
a4fab54
Patch2:  dracut-004-forcepermissive.patch
a4fab54
Patch3:  dracut-004-multipath-check.patch
a4fab54
Patch4:  dracut-004-firmware.patch
ef5195b
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1b7b015
1b7b015
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6
1b7b015
# no "provides", because dracut does not offer
1b7b015
# all functionality of the obsoleted packages
1b7b015
Obsoletes: mkinitrd <= 6.0.93
1b7b015
Obsoletes: mkinitrd-devel <= 6.0.93
1b7b015
Obsoletes: nash <= 6.0.93
1b7b015
Obsoletes: libbdevid-python <= 6.0.93
1b7b015
%endif
1b7b015
ef5195b
Requires: udev
ef5195b
Requires: util-linux-ng
03ea5aa
Requires: module-init-tools >= 3.7-9
ef5195b
Requires: cpio
ef5195b
Requires: coreutils
ef5195b
Requires: findutils
bee922b
Requires: binutils
ef5195b
Requires: grep
508e0dc
Requires: which
03ea5aa
Requires: mktemp >= 1.5-5
ef5195b
Requires: mount
ef5195b
Requires: bash
cfcf7cc
Requires: dash
ef5195b
Requires: /bin/sh 
03ea5aa
Requires: fileutils, gzip, tar
ef5195b
Requires: lvm2 >= 2.02.33-9, dhclient
ef5195b
Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.63-1
ef5195b
Requires: e2fsprogs >= 1.38-12, libselinux, libsepol, coreutils
105b5b7
Requires: mdadm, elfutils-libelf 
1b7b015
Requires(pre): plymouth >= 0.8.0-0.2009.29.09.19.1
1b7b015
Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
ef5195b
Requires: cryptsetup-luks
508e0dc
Requires: file
91f4023
Requires: bzip2
ef5195b
Requires: dmraid
4ca9341
Requires: kbd
5a9298f
Requires: plymouth-scripts
ef5195b
ef5195b
%if ! 0%{?with_switch_root}
b85672f
Requires: util-linux-ng >= 2.16
afd1999
BuildArch: noarch
ef5195b
%endif
ef5195b
ef5195b
%description
ef5195b
dracut is a new, event-driven initramfs infrastructure based around udev.
ef5195b
c518b61
%package network
b293388
Summary: Dracut modules to build a dracut initramfs with network support
ef5195b
Requires: %{name} = %{version}-%{release}
ef5195b
Requires: rpcbind nfs-utils 
ef5195b
Requires: iscsi-initiator-utils
f7bd513
%if %{with_nbd}
ef5195b
Requires: nbd
f7bd513
%endif
ef5195b
Requires: net-tools iproute
c518b61
Requires: bridge-utils
c518b61
c518b61
%description network
c518b61
This package requires everything which is needed to build a generic
c518b61
all purpose initramfs with network support with dracut.
c518b61
a8cc470
%package fips
a8cc470
Summary: dracut modules to build a dracut initramfs with an integrity check.
a8cc470
Requires: %{name} = %{version}-%{release}
a8cc470
Requires: hmaccalc
348aae1
%if 0%{?rhel} > 5
348aae1
# For Alpha 3, we want nss instead of nss-softokn
348aae1
Requires: nss
348aae1
%else
fecda73
Requires: nss-softokn
348aae1
%endif
fecda73
Requires: nss-softokn-freebl
a8cc470
a8cc470
%description fips
a8cc470
This package requires everything which is needed to build an
a8cc470
all purpose initramfs with dracut, which does an integrity check.
a8cc470
c518b61
%package generic
c518b61
Summary: Metapackage to build a generic initramfs with dracut
c518b61
Requires: %{name} = %{version}-%{release}
c518b61
Requires: %{name}-network = %{version}-%{release}
a042533
a042533
%description generic
a042533
This package requires everything which is needed to build a generic
a042533
all purpose initramfs with dracut.
a042533
c518b61
a042533
%package kernel
a042533
Summary: Metapackage to build generic initramfs with dracut with only kernel modules
a042533
Requires: %{name} = %{version}-%{release}
bee922b
Requires: ql2100-firmware
bee922b
Requires: ql2200-firmware
bee922b
Requires: ql23xx-firmware
bee922b
Requires: ql2400-firmware
bee922b
Requires: ql2500-firmware
ef5195b
a042533
%description kernel
a042533
This package requires everything which is needed to build a initramfs with all
a042533
kernel modules and firmware files needed by dracut modules.
a042533
a042533
%package tools
b293388
Summary: Dracut tools to build the local initramfs
a4fab54
Requires: %{name} = %{version}-%{release}
03ea5aa
Requires: coreutils cryptsetup-luks device-mapper
03ea5aa
Requires: diffutils dmraid findutils gawk grep lvm2
03ea5aa
Requires: module-init-tools sed
03ea5aa
Requires: cpio gzip
a042533
a042533
%description tools
a042533
This package contains tools to assemble the local initrd and host configuration.
ef5195b
ef5195b
%prep
ef5195b
%setup -q -n %{name}-%{version}%{?dashgittag}
a4fab54
%patch1 -p1
a4fab54
%patch2 -p1
a4fab54
%patch3 -p1 
a4fab54
%patch4 -p1 
a4fab54
chmod 0755 modules.d/90multipath/check
a4fab54
chmod 0755 modules.d/60xen/check
ef5195b
ef5195b
%build
348aae1
make WITH_SWITCH_ROOT=0%{?with_switch_root}
ef5195b
ef5195b
%install
ef5195b
rm -rf $RPM_BUILD_ROOT
c518b61
make install DESTDIR=$RPM_BUILD_ROOT sbindir=/sbin \
348aae1
     sysconfdir=/etc mandir=%{_mandir} WITH_SWITCH_ROOT=0%{?with_switch_root}
ef5195b
d98ab27
echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/10rpmversion/dracut-version
348aae1
rm $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/01fips/check
ef5195b
a042533
mkdir -p $RPM_BUILD_ROOT/boot/dracut
a042533
mkdir -p $RPM_BUILD_ROOT/var/lib/dracut/overlay
501bcb9
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log
501bcb9
touch $RPM_BUILD_ROOT%{_localstatedir}/log/dracut.log
a042533
1b7b015
%if 0%{?fedora} <= 12 && 0%{?rhel} < 6
1b7b015
rm $RPM_BUILD_ROOT/sbin/mkinitrd
1b7b015
rm $RPM_BUILD_ROOT/sbin/lsinitrd
1b7b015
%endif
1b7b015
ef5195b
%clean
ef5195b
rm -rf $RPM_BUILD_ROOT
ef5195b
ef5195b
%files
ef5195b
%defattr(-,root,root,0755)
c518b61
%doc README HACKING TODO COPYING AUTHORS NEWS
ef5195b
/sbin/dracut
ef5195b
%if 0%{?with_switch_root}
ef5195b
/sbin/switch_root
ef5195b
%endif
1b7b015
%if 0%{?fedora} > 12 || 0%{?rhel} >= 6
1b7b015
/sbin/mkinitrd
1b7b015
/sbin/lsinitrd
1b7b015
%endif
ef5195b
%dir %{_datadir}/dracut
ef5195b
%{_datadir}/dracut/dracut-functions
ef5195b
%config(noreplace) /etc/dracut.conf
ef5195b
%{_mandir}/man8/dracut.8*
348aae1
%{_mandir}/man5/dracut.conf.5*
c518b61
%{_datadir}/dracut/modules.d/00dash
c518b61
%{_datadir}/dracut/modules.d/10redhat-i18n
c518b61
%{_datadir}/dracut/modules.d/10rpmversion
c518b61
%{_datadir}/dracut/modules.d/50plymouth
1b7b015
%{_datadir}/dracut/modules.d/60xen
c518b61
%{_datadir}/dracut/modules.d/90crypt
105b5b7
%{_datadir}/dracut/modules.d/90dm
c518b61
%{_datadir}/dracut/modules.d/90dmraid
c518b61
%{_datadir}/dracut/modules.d/90dmsquash-live
c518b61
%{_datadir}/dracut/modules.d/90kernel-modules
c518b61
%{_datadir}/dracut/modules.d/90lvm
c518b61
%{_datadir}/dracut/modules.d/90mdraid
b293388
%{_datadir}/dracut/modules.d/90multipath
c518b61
%{_datadir}/dracut/modules.d/95debug
c518b61
%{_datadir}/dracut/modules.d/95resume
c518b61
%{_datadir}/dracut/modules.d/95rootfs-block
f1307a0
%{_datadir}/dracut/modules.d/95dasd
b70aa45
%{_datadir}/dracut/modules.d/95dasd_mod
501bcb9
%{_datadir}/dracut/modules.d/95zfcp
b293388
%{_datadir}/dracut/modules.d/95znet
c518b61
%{_datadir}/dracut/modules.d/95terminfo
c518b61
%{_datadir}/dracut/modules.d/95udev-rules
1b7b015
%{_datadir}/dracut/modules.d/95uswsusp
c518b61
%{_datadir}/dracut/modules.d/98syslog
c518b61
%{_datadir}/dracut/modules.d/99base
501bcb9
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
c518b61
c518b61
%files network
b293388
%doc README HACKING TODO COPYING AUTHORS NEWS
ef5195b
%defattr(-,root,root,0755)
c518b61
%{_datadir}/dracut/modules.d/40network
c518b61
%{_datadir}/dracut/modules.d/95fcoe
c518b61
%{_datadir}/dracut/modules.d/95iscsi
c518b61
%{_datadir}/dracut/modules.d/95nbd
c518b61
%{_datadir}/dracut/modules.d/95nfs
501bcb9
%{_datadir}/dracut/modules.d/45ifcfg
ef5195b
a8cc470
%files fips
a8cc470
%defattr(-,root,root,0755)
a8cc470
%doc COPYING
a8cc470
%{_datadir}/dracut/modules.d/01fips
a8cc470
a042533
%files kernel 
a042533
%defattr(-,root,root,0755)
a042533
%doc README.kernel
a042533
c518b61
%files generic
c518b61
%defattr(-,root,root,0755)
c518b61
%doc README.generic
c518b61
a042533
%files tools 
a042533
%defattr(-,root,root,0755)
c518b61
%doc COPYING NEWS
1b7b015
%{_mandir}/man8/dracut-gencmdline.8*
1b7b015
%{_mandir}/man8/dracut-catimages.8*
a042533
/sbin/dracut-gencmdline
a042533
/sbin/dracut-catimages
a042533
%dir /boot/dracut
a042533
%dir /var/lib/dracut
a042533
%dir /var/lib/dracut/overlay
a042533
ef5195b
%changelog
a4fab54
* Fri Jan 29 2010 Harald Hoyer <harald@redhat.com> 004-5
a4fab54
- fixed firmware.sh bug (#559975 #559597)
a4fab54
a4fab54
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-4
a4fab54
- add multipath check
a4fab54
a4fab54
* Tue Jan 26 2010 Harald Hoyer <harald@redhat.com> 004-3
a4fab54
- fix selinux handling if .autorelabel is present
a4fab54
- Resolves: rhbz#557744
a4fab54
a4fab54
* Wed Jan 20 2010 Harald Hoyer <harald@redhat.com> 004-2
a4fab54
- fix emergency_shell argument parsing
a4fab54
- Related: rhbz#543948
a4fab54
1b7b015
* Fri Jan 15 2010 Harald Hoyer <harald@redhat.com> 004-1
1b7b015
- version 004
1b7b015
- Resolves: rhbz#529339 rhbz#533494 rhbz#548550 
1b7b015
- Resolves: rhbz#548555 rhbz#553195
1b7b015
1b7b015
* Wed Jan 13 2010 Harald Hoyer <harald@redhat.com> 003-3
1b7b015
- add Obsoletes of mkinitrd/nash/libbdevid-python
1b7b015
- Related: rhbz#543948
1b7b015
318433b
* Wed Jan 13 2010 Warren Togami <wtogami@redhat.com> 003-2
7cfff16
- nbd is Fedora only
7cfff16
348aae1
* Fri Nov 27 2009 Harald Hoyer <harald@redhat.com> 003-1
348aae1
- version 003
348aae1
348aae1
* Mon Nov 23 2009 Harald Hoyer <harald@redhat.com> 002-26
348aae1
- add WITH_SWITCH_ROOT make flag
348aae1
- add fips requirement conditional
348aae1
- add more device mapper modules (bug #539656)
348aae1
348aae1
* Fri Nov 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 002-25.1
348aae1
- nss changes for Alpha 3
348aae1
fecda73
* Thu Nov 19 2009 Harald Hoyer <harald@redhat.com> 002-25
fecda73
- add more requirements for dracut-fips (bug #539257)
fecda73
a8cc470
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-24
a8cc470
- put fips module in a subpackage (bug #537619)
a8cc470
be551b5
* Tue Nov 17 2009 Harald Hoyer <harald@redhat.com> 002-23
be551b5
- install xdr utils for multipath (bug #463458)
be551b5
b293388
* Thu Nov 12 2009 Harald Hoyer <harald@redhat.com> 002-22
b293388
- add module 90multipath
b293388
- add module 01fips
b293388
- renamed module 95ccw to 95znet (bug #533833)
b293388
- crypt: ignore devices in /etc/crypttab (root is not in there)
b293388
- dasd: only install /etc/dasd.conf in hostonly mode (bug #533833)
b293388
- zfcp: only install /etc/zfcp.conf in hostonly mode (bug #533833)
b293388
- kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc (bug #527750)
b293388
- dasd: use dasdconf.sh from s390utils (bug #533833)
b293388
3164e09
* Fri Nov 06 2009 Harald Hoyer <harald@redhat.com> 002-21
3164e09
- fix rd_DASD argument handling (bug #531720)
3164e09
- Resolves: rhbz#531720
3164e09
3164e09
* Wed Nov 04 2009 Harald Hoyer <harald@redhat.com> 002-20
3164e09
- fix rd_DASD argument handling (bug #531720)
3164e09
- Resolves: rhbz#531720
3164e09
b70aa45
* Tue Nov 03 2009 Harald Hoyer <harald@redhat.com> 002-19
b70aa45
- changed rd_DASD to rd_DASD_MOD (bug #531720)
b70aa45
- Resolves: rhbz#531720
b70aa45
ba51b78
* Tue Oct 27 2009 Harald Hoyer <harald@redhat.com> 002-18
ba51b78
- renamed lvm/device-mapper udev rules according to upstream changes
ba51b78
- fixed dracut search path issue
ba51b78
105b5b7
* Mon Oct 26 2009 Harald Hoyer <harald@redhat.com> 002-17
105b5b7
- load dm_mod module (bug #530540)
105b5b7
f756b79
* Fri Oct 09 2009 Jesse Keating <jkeating@redhat.com> - 002-16
f756b79
- Upgrade plymouth to Requires(pre) to make it show up before kernel
f756b79
b78d1fe
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-15
b78d1fe
- s390 ccw: s/layer1/layer2/g
b78d1fe
501bcb9
* Thu Oct 08 2009 Harald Hoyer <harald@redhat.com> 002-14
501bcb9
- add multinic support
501bcb9
- add s390 zfcp support
501bcb9
- add s390 network support
501bcb9
501bcb9
* Wed Oct 07 2009 Harald Hoyer <harald@redhat.com> 002-13
501bcb9
- fixed init=<command> handling
501bcb9
- kill loginit if "rdinitdebug" specified
501bcb9
- run dmsquash-live-root after udev has settled (bug #527514)
501bcb9
501bcb9
* Tue Oct 06 2009 Harald Hoyer <harald@redhat.com> 002-12
501bcb9
- add missing loginit helper
501bcb9
- corrected dracut manpage
501bcb9
501bcb9
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-11
501bcb9
- fixed dracut-gencmdline for root=UUID or LABEL
501bcb9
501bcb9
* Thu Oct 01 2009 Harald Hoyer <harald@redhat.com> 002-10
501bcb9
- do not destroy assembled raid arrays if mdadm.conf present
501bcb9
- mount /dev/shm 
501bcb9
- let udevd not resolve group and user names
501bcb9
- preserve timestamps of tools on initramfs generation
501bcb9
- generate symlinks for binaries correctly
501bcb9
- moved network from udev to initqueue
501bcb9
- mount nfs3 with nfsvers=3 option and retry with nfsvers=2
501bcb9
- fixed nbd initqueue-finished
501bcb9
- improved debug output: specifying "rdinitdebug" now logs
501bcb9
  to dmesg, console and /init.log
501bcb9
- stop udev before killing it
501bcb9
- add ghost /var/log/dracut.log
501bcb9
- dmsquash: use info() and die() rather than echo
501bcb9
- strip kernel modules which have no x bit set
501bcb9
- redirect stdin, stdout, stderr all RW to /dev/console
501bcb9
  so the user can use "less" to view /init.log and dmesg
501bcb9
f1307a0
* Tue Sep 29 2009 Harald Hoyer <harald@redhat.com> 002-9
f1307a0
- make install of new dm/lvm udev rules optionally
f1307a0
- correct dasd module typo
f1307a0
6a92c70
* Fri Sep 25 2009 Warren Togami <wtogami@redhat.com> 002-8
6a92c70
- revert back to dracut-002-5 tarball 845dd502
6a92c70
  lvm2 was reverted to pre-udev
6a92c70
f1307a0
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-7
ed5b8bc
- build with the correct tarball
ed5b8bc
f1307a0
* Wed Sep 23 2009 Harald Hoyer <harald@redhat.com> 002-6
f5dfae1
- add new device mapper udev rules and dmeventd 
f5dfae1
  bug 525319, 525015
f5dfae1
b5c290a
* Wed Sep 23 2009 Warren Togami <wtogami@redaht.com> 002-5
b5c290a
- Revert back to -3, Add umount back to initrd
b5c290a
  This makes no functional difference to LiveCD.  See Bug #525319
b5c290a
9a6f99e
* Mon Sep 21 2009 Warren Togami <wtogami@redhat.com> 002-4
9a6f99e
- Fix LiveCD boot regression
9a6f99e
4fe8494
* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 002-3
4fe8494
- bail out if selinux policy could not be loaded and 
4fe8494
  selinux=0 not specified on kernel command line 
4fe8494
  (bug #524113)
4fe8494
- set finished criteria for dmsquash live images
4fe8494
0e9ddc4
* Fri Sep 18 2009 Harald Hoyer <harald@redhat.com> 002-2
0e9ddc4
- do not cleanup dmraids
0e9ddc4
- copy over lvm.conf
0e9ddc4
3b75f2c
* Thu Sep 17 2009 Harald Hoyer <harald@redhat.com> 002-1
3b75f2c
- version 002
3b75f2c
- set correct PATH
3b75f2c
- workaround for broken mdmon implementation
3b75f2c
d98ab27
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-12
d98ab27
- removed lvm/mdraid/dmraid lock files
d98ab27
- add missing ifname= files
d98ab27
d98ab27
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-11
d98ab27
- generate dracut-version during rpm build time
d98ab27
d98ab27
* Tue Sep 15 2009 Harald Hoyer <harald@redhat.com> 001-10
d98ab27
- add ifname= argument for persistent netdev names
d98ab27
- new /initqueue-finished to check if the main loop can be left
d98ab27
- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
d98ab27
d98ab27
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-9
5a9298f
- added Requires: plymouth-scripts
5a9298f
5a9298f
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8
cd7a9b9
- plymouth: use plymouth-populate-initrd
cd7a9b9
- add add_drivers for dracut and dracut.conf
cd7a9b9
- do not mount /proc and /selinux manually in selinux-load-policy
cd7a9b9
1184fdf
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-7
1184fdf
- add scsi_wait_scan to be sure everything was scanned
1184fdf
8c47257
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-6
8c47257
- fixed several problems with md raid containers
8c47257
- fixed selinux policy loading
8c47257
d0b3b5d
* Tue Sep 08 2009 Harald Hoyer <harald@redhat.com> 001-5
d0b3b5d
- patch does not honor file modes, fixed them manually
d0b3b5d
3fb2232
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-4
3fb2232
- fixed mdraid for IMSM
3fb2232
d3fc767
* Mon Sep 07 2009 Harald Hoyer <harald@redhat.com> 001-3
d3fc767
- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
d3fc767
831665e
* Thu Sep 03 2009 Harald Hoyer <harald@redhat.com> 001-2
831665e
- fixed missing grep for md
831665e
- reorder cleanup
831665e
c518b61
* Wed Sep 02 2009 Harald Hoyer <harald@redhat.com> 001-1
c518b61
- version 001
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
dc60401
cfcf7cc
* Fri Aug 14 2009 Harald Hoyer <harald@redhat.com> 0.9-1
cfcf7cc
- version 0.9
cfcf7cc
03ea5aa
* Thu Aug 06 2009 Harald Hoyer <harald@redhat.com> 0.8-1
03ea5aa
- version 0.8 
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
b85672f
a042533
* Fri Jul 24 2009 Harald Hoyer <harald@redhat.com> 0.7-1
a042533
- version 0.7
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
a042533
a042533
* Wed Jul 22 2009 Harald Hoyer <harald@redhat.com> 0.6-1
a042533
- version 0.6
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
e82e014
d3fe3a0
* Fri Jul 17 2009 Harald Hoyer <harald@redhat.com> 0.5-1
d3fe3a0
- version 0.5
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
d3fe3a0
bee922b
* Sat Jul 04 2009 Harald Hoyer <harald@redhat.com> 0.4-1
bee922b
- version 0.4
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
bee922b
571e838
* Thu Jul 02 2009 Harald Hoyer <harald@redhat.com> 0.3-1
571e838
- version 0.3
c518b61
- see http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=blob_plain;f=NEWS
571e838
ef5195b
* Wed Jul 01 2009 Harald Hoyer <harald@redhat.com> 0.2-1
ef5195b
- version 0.2
ef5195b
ef5195b
* Fri Jun 19 2009 Harald Hoyer <harald@redhat.com> 0.1-1
ef5195b
- first release
ef5195b
ef5195b
* Thu Dec 18 2008 Jeremy Katz <katzj@redhat.com> - 0.0-1
ef5195b
- Initial build
ef5195b