NEWS: inc version and add NEWS
parent
7838d85351
commit
5dcd565dab
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
VERSION=009
|
||||
VERSION=010
|
||||
GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8)
|
||||
|
||||
prefix ?= /usr
|
||||
|
|
|
|||
6
NEWS
6
NEWS
|
|
@ -1,3 +1,9 @@
|
|||
dracut-010
|
||||
==========
|
||||
- lots of bugfixes
|
||||
- plymouth: use /run/plymouth/pid instead of /run/initramfs/plymouth
|
||||
- add "/lib/firmware/updates" to default firmware path
|
||||
|
||||
dracut-009
|
||||
==========
|
||||
- dracut generator
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 009
|
||||
Version: 010
|
||||
%define release_prefix 0%{?rdist}
|
||||
Release: %{release_prefix}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue