diff options
author | Harald Hoyer <harald@redhat.com> | 2009-06-04 13:08:39 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-06-04 13:08:39 +0200 |
commit | c4d25b18f5eac48b5a2d36c72d1d55a5c67947fb (patch) | |
tree | 14b9ccf4c6e66d482c8908ab516b3613aa1ab380 /dracut.spec | |
parent | 11cbb35847d81a6b8d6dd1e495cb9cd97ea19747 (diff) | |
download | dracut-c4d25b18f5eac48b5a2d36c72d1d55a5c67947fb.tar.gz dracut-c4d25b18f5eac48b5a2d36c72d1d55a5c67947fb.tar.bz2 dracut-c4d25b18f5eac48b5a2d36c72d1d55a5c67947fb.zip |
prepare for release
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dracut.spec b/dracut.spec index 4b09686b..f0cfcb7a 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,7 +1,7 @@ -# define gittag f8a22bfb +# define gittag 2c02c831 %define replace_mkinitrd 0 Name: dracut -Version: 0.0 +Version: 0.1 %if %{defined gittag} Release: 1.git%{gittag}%{?dist} %define dashgittag -%{gittag} @@ -11,7 +11,7 @@ Release: 1%{?dist} Summary: Initramfs generator using udev Group: System Environment/Base License: GPLv2 -URL: http://fedoraproject.org/wiki/Initrdrewrite +URL: http://apps.sourceforge.net/trac/dracut/wiki Source0: dracut-%{version}%{?dashgittag}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: udev @@ -32,9 +32,7 @@ Provides: mkinitrd = 7.0 %endif %description -dracut is an attempt to build a new, event-driven initramfs infrastructure -based around udev. - +dracut is a new, event-driven initramfs infrastructure based around udev. %prep %setup -q -n %{name}-%{version}%{?dashgittag} |