- version 0.3
This commit is contained in:
parent
ef5195bc7b
commit
571e838209
@ -0,0 +1 @@
|
||||
dracut-0.3.tar.bz2
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user