[mod_revocator/f14/master] Use correct pgkname, nss-pkcs11-devel-static, not nss-pkcs11-static (#640293)

rcritten rcritten at fedoraproject.org
Mon Mar 7 19:55:03 UTC 2011


commit 8757ca4509deca1f4b4cae5cc43d2dcd653fd1b0
Author: Rob Crittenden <rcritten at redhat.com>
Date:   Mon Mar 7 14:54:26 2011 -0500

    Use correct pgkname, nss-pkcs11-devel-static, not nss-pkcs11-static (#640293)

 mod_revocator.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mod_revocator.spec b/mod_revocator.spec
index 6ca0b63..8bba26f 100644
--- a/mod_revocator.spec
+++ b/mod_revocator.spec
@@ -9,7 +9,7 @@ Source: http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: nspr-devel >= 4.6, nss-devel >= 3.11.9
 BuildRequires: nss-pkcs11-devel >= 3.11
-BuildRequires: nss-pkcs11-static
+BuildRequires: nss-pkcs11-devel-static
 BuildRequires: httpd-devel >= 0:2.0.52, apr-devel, apr-util-devel
 BuildRequires: pkgconfig, automake
 BuildRequires: openldap-devel >= 2.2.29


More information about the scm-commits mailing list