Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit openssl-certs
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 11 Jul 2008 20:51:22 +0200
- Message-id: <20080711185122.D0193678178@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package openssl-certs
checked in at Fri Jul 11 20:51:22 CEST 2008.
--------
New Changes file:
--- /dev/null 2006-09-20 18:56:23.000000000 +0200
+++ openssl-certs/openssl-certs.changes 2008-07-09 15:19:14.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Wed Jul 9 15:15:38 CEST 2008 - mkoenig@xxxxxxx
+
+- split out the CA root certificates from the openssl certs
+ subpackage into a package of its own.
+
New:
----
certs.tar.bz2
openssl-certs.changes
openssl-certs.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openssl-certs.spec ++++++
#
# spec file for package openssl-certs (Version 0.9.8h)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: openssl-certs
%define ssletcdir %{_sysconfdir}/ssl
License: BSD 3-Clause
Group: Productivity/Networking/Security
AutoReqProv: on
Version: 0.9.8h
Release: 3
Summary: CA certificates for OpenSSL
Url: http://www.openssl.org/
Source: certs.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
PreReq: openssl
%description
This package contains some CA root certificates for OpenSSL.
Authors:
--------
Mark J. Cox <mark@xxxxxxxxxxx>
Ralf S. Engelschall <rse@xxxxxxxxxxx>
Dr. Stephen Henson <steve@xxxxxxxxxxx>
Ben Laurie <ben@xxxxxxxxxxx>
Bodo Moeller <bodo@xxxxxxxxxxx>
Ulf Moeller <ulf@xxxxxxxxxxx>
Holger Reif <holger@xxxxxxxxxxx>
Paul C. Sutton <paul@xxxxxxxxxxx>
%prep
%setup -q -n certs
%build
%install
mkdir -p $RPM_BUILD_ROOT/%{ssletcdir}
cp -pr . $RPM_BUILD_ROOT/%{ssletcdir}/certs
%clean
rm -rf $RPM_BUILD_ROOT
%post
c_rehash
%postun
c_rehash
%files
%defattr(-, root, root)
%{ssletcdir}/certs/*
%changelog
* Wed Jul 09 2008 mkoenig@xxxxxxx
- split out the CA root certificates from the openssl certs
subpackage into a package of its own.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |