inc version
parent
6a168568a5
commit
b99dc517d6
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
VERSION=010
|
||||
VERSION=011
|
||||
GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8)
|
||||
|
||||
prefix ?= /usr
|
||||
|
|
|
|||
5
NEWS
5
NEWS
|
|
@ -1,3 +1,8 @@
|
|||
dracut-011
|
||||
==========
|
||||
- use udev-168 features for shutting down udev
|
||||
- introduce "--prefix" to put all initramfs files in /run/initramfs
|
||||
|
||||
dracut-010
|
||||
==========
|
||||
- lots of bugfixes
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 010
|
||||
Version: 011
|
||||
%define release_prefix 0%{?rdist}
|
||||
Release: %{release_prefix}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue