[nss-softokn/f14/master] Fix BuildRequires to be on the the nss-util version

Elio Maldonado emaldonado at fedoraproject.org
Sun Sep 12 19:07:03 UTC 2010


commit 21e9146c8d5e390f0160e1b194e870ec5197ada1
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Sep 12 12:06:58 2010 -0700

    Fix BuildRequires to be on the the nss-util version

 nss-softokn.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 59b2720..a2a6155 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -17,7 +17,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.12.7
-Release:          5%{?dist}
+Release:          6%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -81,7 +81,7 @@ Summary:          Development libraries for Network Security Services
 Group:            Development/Libraries
 Requires:         nss-softokn%{?_isa} = %{version}-%{release}
 Requires:         nspr-devel >= %{nspr_version}
-Requires:         nss-util-devel >= %{version}
+Requires:         nss-util-devel >= %{nss_util_version}
 Requires:         pkgconfig
 BuildRequires:    nspr-devel >= %{nspr_version}
 BuildRequires:    nss-util-devel >= %{nss_util_version}
@@ -312,6 +312,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Sun Sep 12 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.7-6
+- Fix BuildRequires: nss-util-devel to be >= {nss_util_version}
+
 * Sun Sep 12 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.7-5
 - Shorten the package descriptions
 


More information about the scm-commits mailing list