Accepting request 80953 from home:vuntz:branches:Base:System
Move gpg2 Requires to libgpgme11 OBS-URL: https://build.opensuse.org/request/show/80953 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=28
This commit is contained in:
parent
3e00fa60aa
commit
a9c8bb3e4e
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 5 12:22:51 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move gpg2 Requires from gpgme to libgpgme11 since it's the
|
||||||
|
library that will call the binary when it needs it.
|
||||||
|
Fix bnc#715963.
|
||||||
|
- Add libgpgme11 Requires to gpgme as this package makes no sense
|
||||||
|
without the library.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
Fri Jul 29 15:31:36 UTC 2011 - puzel@novell.com
|
Fri Jul 29 15:31:36 UTC 2011 - puzel@novell.com
|
||||||
|
|
||||||
- update to gpgme-1.3.1
|
- update to gpgme-1.3.1
|
||||||
|
@ -36,7 +36,7 @@ Source2: baselibs.conf
|
|||||||
BuildRequires: libassuan-devel >= 2.0.2
|
BuildRequires: libassuan-devel >= 2.0.2
|
||||||
BuildRequires: libgpg-error-devel >= 1.4
|
BuildRequires: libgpg-error-devel >= 1.4
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Requires: gpg2
|
Requires: libgpgme11 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,6 +57,7 @@ of standard widgets for common key selection tasks is even planned.
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: A Library Designed to give Applications easy Access to GnuPG
|
Summary: A Library Designed to give Applications easy Access to GnuPG
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: gpg2
|
||||||
|
|
||||||
%description -n libgpgme11
|
%description -n libgpgme11
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user