]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
prepare for release
authorHarald Hoyer <harald@redhat.com>
Thu, 4 Jun 2009 11:08:39 +0000 (13:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 4 Jun 2009 11:08:39 +0000 (13:08 +0200)
Makefile
dracut.spec

index 5b1c00d7adbb264eb0d7b763ab439675ba6c9b6a..d7dd0b17d7fc43b35bcf2e25174b058c10075eed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.0
+VERSION=0.1
 GITVERSION=$(shell [ -d .git ] && git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8)
 
 modules.d/99base/switch_root: switch_root.c
index 4b09686b1e29f453672ac20e062d60a7379685c7..f0cfcb7a0b9065fc58e6d03cd5062401426f3dbb 100644 (file)
@@ -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}