Hello community, here is the log from the commit of package check-create-certificate for openSUSE:Factory checked in at 2013-04-03 23:33:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/check-create-certificate (Old) and /work/SRC/openSUSE:Factory/.check-create-certificate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "check-create-certificate", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/check-create-certificate/check-create-certificate.changes 2011-09-23 01:53:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.check-create-certificate.new/check-create-certificate.changes 2013-04-03 23:33:10.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 28 10:05:43 UTC 2013 - [email protected] + +- Adapted the License according to the spdx standard +- Cleaned the spec file up + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ check-create-certificate.spec ++++++ --- /var/tmp/diff_new_pack.XBB8WI/_old 2013-04-03 23:33:11.000000000 +0200 +++ /var/tmp/diff_new_pack.XBB8WI/_new 2013-04-03 23:33:11.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package check-create-certificate # -# Copyright (c) 2011 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,25 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: check-create-certificate Version: 0.5 -Release: 1 -License: GPLv2 -Group: Productivity/Networking/System +Release: 0 Summary: A non-interactive script that creates an SSL certificate if it does not exist +License: GPL-2.0 +Group: Productivity/Networking/System Url: http://gitorious.org/server-administration/check-create-certificate - -Requires: perl perl-base -Requires: openssl - +Source: %{name}-%{version}.tar.bz2 BuildRequires: coreutils -BuildArch: noarch +Requires: openssl +Requires: perl +Requires: perl-base BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Source: %{name}-%{version}.tar.bz2 +BuildArch: noarch %description A script that checks for the existance of an SSL certificate or creates a new self signed one. @@ -43,7 +39,6 @@ -------- J. Daniel Schmidt <[email protected]> - %prep %setup -q @@ -51,17 +46,14 @@ %build %install - mkdir -p ${RPM_BUILD_ROOT}/usr/sbin - install -m 755 script/%{name} ${RPM_BUILD_ROOT}/usr/sbin/ - mkdir -p ${RPM_BUILD_ROOT}/%{_docdir}/%{name} - install -m 644 COPYING ${RPM_BUILD_ROOT}/%{_docdir}/%{name}/ - -%clean - rm -rf ${RPM_BUILD_ROOT} +mkdir -p %{buildroot}%{_prefix}/sbin +install -m 755 script/%{name} %{buildroot}%{_sbindir}/ +mkdir -p %{buildroot}/%{_docdir}/%{name} +install -m 644 COPYING %{buildroot}/%{_docdir}/%{name}/ %files %defattr(-,root,root) -%attr(0755,root,root) /usr/sbin/%{name} +%attr(0755,root,root) %{_sbindir}/%{name} %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
