Mailinglist Archive: opensuse-commit (1080 mails)
| < Previous | Next > |
commit mozilla-nss
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 14 Sep 2007 00:46:19 +0200
- Message-id: <20070913224619.E8E4A67817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mozilla-nss
checked in at Fri Sep 14 00:46:19 CEST 2007.
--------
--- GNOME/mozilla-nss/mozilla-nss.changes 2007-07-27 17:59:00.000000000 +0200
+++ /mounts/work_src_done/STABLE/mozilla-nss/mozilla-nss.changes 2007-09-13 22:28:02.782983000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 13 22:26:57 CEST 2007 - jberkman@xxxxxxxxxx
+
+- merge -tools package into main package
+- create system-wide nssdb for system configuration of smart cards,
+ as used by pam_pkcs11, krb5 pkinit, and others
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mozilla-nss.spec ++++++
--- /var/tmp/diff_new_pack.F17855/_old 2007-09-14 00:45:54.000000000 +0200
+++ /var/tmp/diff_new_pack.F17855/_new 2007-09-14 00:45:54.000000000 +0200
@@ -14,9 +14,9 @@
BuildRequires: gcc-c++ mozilla-nspr-devel
License: GPL v2 or later, LGPL v2 or later
Version: 3.11.7
-Release: 1
+Release: 10
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
Source: nss-%{version}.tar.bz2
Source1: nss.pc.in
@@ -28,6 +28,8 @@
Patch4: char.patch
PreReq: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozilla-nspr`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Provides: mozilla-nss-tools = %{version}-%{release}
+Obsoletes: mozilla-nss-tools
%description
Network Security Services (NSS) is a set of libraries designed to
@@ -61,20 +63,6 @@
--------
Mozilla Foundation <drivers@xxxxxxxxxxx>
-%package tools
-Summary: Tools for developing, debugging, and managing applications that use NSS.
-Group: System/Management
-
-%description tools
-The NSS Security Tools allow developers to test, debug, and manage
-applications that use NSS.
-
-
-
-Authors:
---------
- Mozilla Foundation <drivers@xxxxxxxxxxx>
-
%prep
# NSS is currently
# NSS_3_11_BRANCH
@@ -150,8 +138,17 @@
-e "s,@MOD_PATCH_VERSION@,$NSS_VPATCH,g" \
> $RPM_BUILD_ROOT/%{_bindir}/nss-config
chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nss-config
+%define nssdbdir %{_sysconfdir}/ssl/nssdb
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+if [ ! -d "%{nssdbdir}" ] ; then
+ mkdir -p "%{nssdbdir}"
+fi
+if [ ! -f "%{nssdbdir}/secmod.db" ] ; then
+ modutil -force -dbdir "%{nssdbdir}" -create
+ chmod 644 "%{nssdbdir}"/*
+fi
%postun -p /sbin/ldconfig
@@ -162,6 +159,8 @@
%defattr(-, root, root)
%{_libdir}/*.so
%{_libdir}/*.chk
+%{_bindir}/*
+%exclude %{_bindir}/nss-config
%files devel
%defattr(644, root, root, 755)
@@ -170,12 +169,11 @@
%{_libdir}/pkgconfig/*
%attr(755,root,root) %{_bindir}/nss-config
-%files tools
-%defattr(-, root, root)
-%{_bindir}/*
-%exclude %{_bindir}/nss-config
-
%changelog
+* Thu Sep 13 2007 - jberkman@xxxxxxxxxx
+- merge -tools package into main package
+- create system-wide nssdb for system configuration of smart cards,
+ as used by pam_pkcs11, krb5 pkinit, and others
* Thu Jul 26 2007 - maw@xxxxxxx
- Update to version 3.11.7 (from the build service)
- Bug fixes.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |