summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2014-01-15 16:15:00 +0100
committerMaciej Wereski <m.wereski@partner.samsung.com>2014-01-15 16:15:00 +0100
commitbcca19a055cbdb0d67985ac08fef491f6d4bb42b (patch)
tree1d49ec65d242cf1dec494570622b3737aef06a03 /Makefile
parentb138da4a4b9d57b850ca4d0061969f5e3299861d (diff)
downloadlibcap-bcca19a055cbdb0d67985ac08fef491f6d4bb42b.tar.gz
libcap-bcca19a055cbdb0d67985ac08fef491f6d4bb42b.tar.bz2
libcap-bcca19a055cbdb0d67985ac08fef491f6d4bb42b.zip
Imported Upstream version 2.24upstream/2.24
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0a8727..124d10d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,11 @@ distclean: clean
$(DISTCLEAN)
release: distclean
- cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)
+ cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvf libcap-$(VERSION).$(MINOR).tar libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)
+ cd .. && gpg -sba -u E2CCF3F4 libcap-$(VERSION).$(MINOR).tar
tagrelease: distclean
- git tag -s libcap-$(VERSION).$(MINOR)
+ @echo "sign the tag twice: older DSA key; and newer RSA kernel.org key"
+ git tag -u D41A6DF2 -s libcap-$(VERSION).$(MINOR)
+ git tag -u E2CCF3F4 -s libcap-korg-$(VERSION).$(MINOR)
make release