Andreas Stieger
56c2acf961
created delete request for dirmngr: #261401 also a pull request for source validator, because --pgp2 option which it uses is no longer supported: https://github.com/openSUSE/obs-service-source_validator/pull/13/files - obsolete dirmngr (shipped with gpg since 2.1.0) - spec cleanup after previous update - get rid of "THIS IS A DEVELOPMENT VERSION" warning http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029065.html * added gnupg-remove_development_version_warning.patch OBS-URL: https://build.opensuse.org/request/show/261410 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=83
16 lines
471 B
Diff
16 lines
471 B
Diff
Index: gnupg-2.1.0/autogen.sh
|
|
===================================================================
|
|
--- gnupg-2.1.0.orig/autogen.sh 2014-11-05 09:04:41.000000000 +0100
|
|
+++ gnupg-2.1.0/autogen.sh 2014-11-11 17:46:57.154859332 +0100
|
|
@@ -228,8 +228,8 @@ if [ "$myhost" = "find-version" ]; then
|
|
rvd=$((0x$(echo ${rev} | head -c 4)))
|
|
else
|
|
ingit=no
|
|
- beta=yes
|
|
- tmp="-unknown"
|
|
+ beta=no
|
|
+ tmp=""
|
|
rev="0000000"
|
|
rvd="0"
|
|
fi
|