[google-authenticator/el6] Remove qrencode-devel from BR

David Woodhouse dwmw2 at fedoraproject.org
Mon Oct 3 18:17:31 UTC 2011


commit 99d6c760db0ecdbabfcdaf9abd6b809e000e260f
Author: David Woodhouse <David.Woodhouse at intel.com>
Date:   Mon Oct 3 19:17:10 2011 +0100

    Remove qrencode-devel from BR

 google-authenticator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/google-authenticator.spec b/google-authenticator.spec
index e424532..cf49e80 100644
--- a/google-authenticator.spec
+++ b/google-authenticator.spec
@@ -2,7 +2,7 @@
 %define snapdate 20110830
 Name:           google-authenticator
 Version:        0
-Release:        0.2.%{snapdate}.hg%{snapshot}%{?dist}
+Release:        0.3.%{snapdate}.hg%{snapshot}%{?dist}
 Summary:        One-time passcode support using open standards
 
 License:        ASL 2.0
@@ -11,7 +11,7 @@ URL:            http://code.google.com/p/google-authenticator/
 Source0:        %{name}-0.%{snapdate}.hg%{snapshot}.tar.gz
 Patch1:         0001-Add-no-drop-privs-option-to-manage-secret-files-as-r.patch
 Patch2:		0002-Allow-expansion-of-PAM-environment-variables-in-secr.patch
-BuildRequires:  pam-devel qrencode-devel
+BuildRequires:  pam-devel
 
 %description
 The Google Authenticator package contains a pluggable authentication
@@ -55,6 +55,9 @@ install -m0755 google-authenticator $RPM_BUILD_ROOT/%{_bindir}/google-authentica
 
 
 %changelog
+* Mon Oct 03 2011 David Woodhouse <David.Woodhouse at intel.com> - 0-0.3.20110830.hgd525a9bab875
+- Remove qrencode-devel from BR; it doesn't exist on RHEL6
+
 * Mon Sep 12 2011 David Woodhouse <David.Woodhouse at intel.com> - 0-0.2.20110830.hgd525a9bab875
 - Add support for expanding PAM environment variables in secret key file name:
   http://code.google.com/p/google-authenticator/issues/detail?id=108


More information about the scm-commits mailing list