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