Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package coolkey for openSUSE:Factory checked in at 2022-08-20 20:29:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coolkey (Old) and /work/SRC/openSUSE:Factory/.coolkey.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coolkey" Sat Aug 20 20:29:02 2022 rev:23 rq:998275 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/coolkey/coolkey.changes 2017-07-28 09:48:06.384345205 +0200 +++ /work/SRC/openSUSE:Factory/.coolkey.new.2083/coolkey.changes 2022-08-20 20:29:20.889466678 +0200 @@ -1,0 +2,6 @@ +Mon Aug 15 19:50:30 UTC 2022 - Dirk M??ller <[email protected]> + +- light modernization of the spec file +- avoid bashism in post scripts (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coolkey.spec ++++++ --- /var/tmp/diff_new_pack.YIpHE7/_old 2022-08-20 20:29:21.457468253 +0200 +++ /var/tmp/diff_new_pack.YIpHE7/_new 2022-08-20 20:29:21.469468286 +0200 @@ -1,7 +1,7 @@ # # spec file for package coolkey # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,9 +22,9 @@ Version: 1.1.0 Release: 0 Summary: CoolKey and CAC PKCS #11 PKI Module for Smart Cards -License: LGPL-2.1 +License: LGPL-2.1-only Group: Productivity/Security -Url: http://directory.fedoraproject.org/wiki/CoolKey +URL: https://www.dogtagpki.org/wiki/CoolKey Source: %{name}-%{version}.tar.gz Source1: %{name}.rpmlintrc Source2: baselibs.conf @@ -132,7 +132,7 @@ --with-debug\ --disable-dependency-tracking\ --enable-pk11install -make %{?_smp_mflags} +%make_build %install %make_install @@ -141,11 +141,11 @@ %triggerin -- mozilla-nss-sysinit mozilla-nss-tools if [ -x %{_bindir}/pk11install -a -x %{_bindir}/modutil -a -f %{_sysconfdir}/pki/nssdb/pkcs11.txt ]; then isThere=`modutil -rawlist -dbdir dbm:%{nssdb} | grep %{coolkey_module} || echo NO` - if [ "$isThere" == "NO" ]; then + if [ "$isThere" = "NO" ]; then pk11install -l -p %{nssdb} 'name=%{coolkey_module} library=libcoolkeypk11.so' ||: fi isThere=`modutil -rawlist -dbdir sql:%{nssdb} | grep %{coolkey_module} || echo NO` - if [ "$isThere" == "NO" ]; then + if [ "$isThere" = "NO" ]; then pk11install -s -p %{nssdb} 'name=%{coolkey_module} library=libcoolkeypk11.so' ||: fi fi @@ -154,11 +154,11 @@ /sbin/ldconfig if [ -x %{_bindir}/pk11install -a -x %{_bindir}/modutil -a -f %{_sysconfdir}/pki/nssdb/pkcs11.txt ]; then isThere=`modutil -rawlist -dbdir dbm:%{nssdb} | grep %{coolkey_module} || echo NO` - if [ "$isThere" == "NO" ]; then + if [ "$isThere" = "NO" ]; then pk11install -l -p %{nssdb} 'name=%{coolkey_module} library=libcoolkeypk11.so' ||: fi isThere=`modutil -rawlist -dbdir sql:%{nssdb} | grep %{coolkey_module} || echo NO` - if [ "$isThere" == "NO" ]; then + if [ "$isThere" = "NO" ]; then pk11install -s -p %{nssdb} 'name=%{coolkey_module} library=libcoolkeypk11.so' ||: fi fi @@ -171,7 +171,8 @@ fi %files -%doc ChangeLog LICENSE README +%license LICENSE +%doc ChangeLog README %{_bindir}/pk11install %{_libdir}/libcoolkeypk11.so %{_libdir}/pkcs11/*.so
