OBS User unknown 2007-09-16 09:26:43 +00:00 committed by Git OBS Bridge
parent 6334e9ff4e
commit 24b1be73e3
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 16 10:27:06 CEST 2007 - coolo@suse.de
- fixing errors in %post during installation
-------------------------------------------------------------------
Thu Sep 13 22:26:57 CEST 2007 - jberkman@novell.com

View File

@ -14,7 +14,7 @@ Name: mozilla-nss
BuildRequires: gcc-c++ mozilla-nspr-devel
License: GPL v2 or later, LGPL v2 or later
Version: 3.11.7
Release: 10
Release: 12
Summary: Network (Netscape) Security Services
Url: http://www.mozilla.org/projects/security/pki/nss/
Group: System/Libraries
@ -27,6 +27,8 @@ Patch2: uninit.patch
Patch3: system-nspr.patch
Patch4: char.patch
PreReq: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozilla-nspr`)
PreReq: /bin/mkdir
PreReq: /bin/mkdir
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: mozilla-nss-tools = %{version}-%{release}
Obsoletes: mozilla-nss-tools
@ -170,6 +172,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/nss-config
%changelog
* Sun Sep 16 2007 - coolo@suse.de
- fixing errors in %%post during installation
* Thu Sep 13 2007 - jberkman@novell.com
- merge -tools package into main package
- create system-wide nssdb for system configuration of smart cards,