From: Harald Hoyer Date: Fri, 20 Jul 2012 11:11:21 +0000 (+0200) Subject: Version 022 X-Git-Tag: 022 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df7be11b38a29c880273945d8000abcffdb5b9a6;p=platform%2Fupstream%2Fdracut.git Version 022 --- diff --git a/Makefile b/Makefile index 93d9389..0b29161 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=021 +VERSION=022 GITVERSION=$(shell [ -d .git ] && git rev-list --abbrev-commit -n 1 HEAD |cut -b 1-8) prefix ?= /usr @@ -156,3 +156,10 @@ hostimage: all AUTHORS: git shortlog --numbered --summary -e |while read a rest; do echo $$rest;done > AUTHORS + +dracut.html.sign: dracut-$(VERSION).tar.bz2 + gpg-sign-all dracut-$(VERSION).tar.bz2 dracut.html + +upload: dracut.html.sign + kup put dracut-$(VERSION).tar.bz2 dracut-$(VERSION).tar.sign /pub/linux/utils/boot/dracut/ + kup put dracut.html dracut.html.sign /pub/linux/utils/boot/dracut/ diff --git a/NEWS b/NEWS index 21294f5..df0803e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +dracut-022 +========== +- fixed host-only kernel module bug + dracut-021 ========== - fixed systemd in the initramfs (requires systemd >= 187)