Hello community,
here is the log from the commit of package ca-certificates-cacert for
openSUSE:Factory checked in at 2013-06-25 09:22:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ca-certificates-cacert (Old)
and /work/SRC/openSUSE:Factory/.ca-certificates-cacert.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ca-certificates-cacert"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ca-certificates-cacert/ca-certificates-cacert.changes
2012-05-10 14:31:30.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ca-certificates-cacert.new/ca-certificates-cacert.changes
2013-06-25 14:38:54.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jun 21 13:00:14 UTC 2013 - [email protected]
+
+- use correct 'anchors' subdirectory
+
+-------------------------------------------------------------------
+Thu Jun 20 08:31:44 UTC 2013 - [email protected]
+
+- adjust to new filesytem location
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ca-certificates-cacert.spec ++++++
--- /var/tmp/diff_new_pack.okKL3w/_old 2013-06-25 14:38:55.000000000 +0200
+++ /var/tmp/diff_new_pack.okKL3w/_new 2013-06-25 14:38:55.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ca-certificates-cacert
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-BuildRequires: ca-certificates openssl
+%if 0%{?suse_version} < 1310
+%bcond_with trustedcerts
+%define trustdir_static %{_datadir}/ca-certificates/cacert
+%else
+%bcond_without trustedcerts
+%define certdir %{trustdir_static}/anchors
+BuildRequires: p11-kit-devel
+%endif
+
+BuildRequires: ca-certificates
+BuildRequires: openssl
Name: ca-certificates-cacert
-%define sslusrdir %{_datadir}/ca-certificates
-License: SUSE-CacertRoot
-Group: Productivity/Networking/Security
Version: 1
-Release: 1
+Release: 0
Summary: CAcert root certificates
+License: SUSE-CacertRoot
+Group: Productivity/Networking/Security
Url: http://www.cacert.org
Source: CAcert_class3.pem
Source1: CAcert.pem
@@ -44,9 +52,9 @@
%build
%install
-install -d -m 755 %{buildroot}/%{sslusrdir}/cacert
+install -d -m 755 %{buildroot}/%{certdir}
for i in %{SOURCE0} %{SOURCE1}; do openssl x509 -in $i -out \
- %{buildroot}/%{sslusrdir}/cacert/${i##*/}; done
+ %{buildroot}/%{certdir}/${i##*/}; done
%clean
rm -rf %{buildroot}
@@ -60,6 +68,6 @@
%files
%defattr(-, root, root)
%doc LICENSE
-%{sslusrdir}/cacert
+%{certdir}
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]