- version 0.3

This commit is contained in:
Harald Hoyer 2009-07-02 10:02:54 +00:00
parent ef5195bc7b
commit 571e838209
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1 @@
dracut-0.3.tar.bz2

View File

@ -1,7 +1,7 @@
%if 0%{?fedora} < 12
%define with_switch_root 1
%else
%define with_switch_root 0
%define with_switch_root 1
%endif
%if %{defined gittag}
@ -13,7 +13,7 @@
Name: dracut
Version: 0.2
Version: 0.3
Release: 1%{?rdist}
Summary: Initramfs generator using udev
Group: System Environment/Base
@ -44,6 +44,7 @@ Requires: kbd
%endif
%if ! 0%{?with_switch_root}
Requires: /sbin/switch_root
BuildArch: noarch
%endif
@ -100,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
%doc README.generic
%changelog
* Thu Jul 02 2009 Harald Hoyer <harald@redhat.com> 0.3-1
- version 0.3
* Wed Jul 01 2009 Harald Hoyer <harald@redhat.com> 0.2-1
- version 0.2

View File

@ -1 +1 @@
96dfe405f4a5bbf95229cc2f96623859 dracut-0.2.tar.bz2
6a7f08fdd84b288db185b6d2187b4be7 dracut-0.3.tar.bz2