OBS User unknown
2009-03-20 18:37:13 +00:00
committed by Git OBS Bridge
parent f531e50f79
commit 4262770219
3 changed files with 54 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
Name: gpg2
Version: 2.0.11
Release: 1
Release: 2
BuildRequires: expect fdupes pth
BuildRequires: libgpg-error-devel >= 1.4
BuildRequires: libgcrypt-devel >= 1.4.0
@@ -49,6 +49,7 @@ Patch7: gnupg-2.0.4-install_tools.diff
Patch9: gnupg-2.0.4-default-tty.diff
Patch10: gnupg-2.0.9-RSA_ES.patch
Patch11: gnupg-2.0.9-langinfo.patch
Patch12: gpg2-fix-rtsignals.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -72,6 +73,7 @@ Authors:
%patch9
%patch10 -p1
%patch11
%patch12 -p1
%build
# Required for patch7:
@@ -153,6 +155,8 @@ $RPM_BUILD_ROOT/usr/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress
%config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
%changelog
* Wed Mar 18 2009 puzel@suse.cz
- add gpg2-fix-rtsignals.patch (bnc#481463)
* Thu Mar 05 2009 puzel@suse.cz
- update to 2.0.11
* Fixed a problem in SCDAEMON which caused unexpected card resets.