Bugzilla – Bug 1216334
gpg2, libgcrypt, libgpg-error: Remove the wrongly added beta suffix
Last modified: 2024-02-08 13:20:03 UTC
When running autoreconf on the sources as distributed in a tarball from upstream the package describes itself as a beta package adding a "-unknown" suffix to the version string. This is git fancyness produces a "THIS IS A DEVELOPMENT VERSION" warning string. To avoid this we can mark it as non beta and remove the associated "-unknown" suffix.
See also the debian patches for this: > GnPG: https://salsa.debian.org/debian/gnupg2/-/blob/debian/experimental/debian/patches/debian-packaging/avoid-beta-warning.patch > libgpg-error: https://salsa.debian.org/debian/libgpg-error/-/blob/debian/unstable/debian/patches/0001-Remove-upstream-git-fanciness.patch > libgcrypt: https://salsa.debian.org/gnutls-team/libgcrypt/-/blob/branch1.6/debian/patches/25_norevisionfromgit.diff
Factory submissions: * libgpg-error: https://build.opensuse.org/request/show/1118832 * libgcrypt: https://build.opensuse.org/request/show/1118833 * gpg2: https://build.opensuse.org/request/show/1118846
Fixes submitted and released. Closing.