diff --git a/Makefile b/Makefile index 14ad3fda..c9ee29b2 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 2118984b..0fa0cdf3 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 438d0d60..b3f6a827 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+