summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-27 15:25:46 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-27 15:25:46 +0100
commit9993392f6d3829f401c004fcacc2234fee121d6e (patch)
treebfc8930705de8d8aef4cc9be8bbc699da31aa749
parente891618572fb5b59c1b0870b85a06ccd4500cf4c (diff)
version 003
-rw-r--r--Makefile2
-rw-r--r--NEWS2
-rw-r--r--dracut.spec4
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 14ad3fd..c9ee29b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=002
+VERSION=003
GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8)
prefix ?= /usr
diff --git a/NEWS b/NEWS
index 2118984..0fa0cdf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
dracut-003
==========
+- add debian package modules
+- add dracut.conf manpage
- add module 90multipath
- add module 01fips
- crypt: ignore devices in /etc/crypttab (root is not in there)
diff --git a/dracut.spec b/dracut.spec
index 438d0d6..b3f6a82 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -16,8 +16,8 @@
%endif
Name: dracut
-Version: 002
-Release: 26%{?rdist}
+Version: 003
+Release: 1%{?rdist}
Summary: Initramfs generator using udev
Group: System Environment/Base
License: GPLv2+