Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openCryptoki for openSUSE:Factory 
checked in at 2023-12-04 23:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openCryptoki (Old)
 and      /work/SRC/openSUSE:Factory/.openCryptoki.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openCryptoki"

Mon Dec  4 23:02:10 2023 rev:70 rq:1130787 version:3.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openCryptoki/openCryptoki.changes        
2023-09-21 22:24:18.283600753 +0200
+++ /work/SRC/openSUSE:Factory/.openCryptoki.new.25432/openCryptoki.changes     
2023-12-04 23:02:38.818130255 +0100
@@ -1,0 +2,6 @@
+Mon Dec  4 13:40:57 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorgu...@suse.com>
+
+- Amended the .spec file  for pkcsslotd (jsc#1217703)
+  * Renamed the patch ocki-3.21-remove-make-install-chgrp.patch to
+                      ocki-3.22-remove-make-install-chgrp.patch
+-------------------------------------------------------------------

Old:
----
  ocki-3.21-remove-make-install-chgrp.patch

New:
----
  ocki-3.22-remove-make-install-chgrp.patch

BETA DEBUG BEGIN:
  Old:- Amended the .spec file  for pkcsslotd (jsc#1217703)
  * Renamed the patch ocki-3.21-remove-make-install-chgrp.patch to
                      ocki-3.22-remove-make-install-chgrp.patch
BETA DEBUG END:

BETA DEBUG BEGIN:
  New:  * Renamed the patch ocki-3.21-remove-make-install-chgrp.patch to
                      ocki-3.22-remove-make-install-chgrp.patch
-------------------------------------------------------------------
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openCryptoki.spec ++++++
--- /var/tmp/diff_new_pack.me2jWz/_old  2023-12-04 23:02:39.430152489 +0100
+++ /var/tmp/diff_new_pack.me2jWz/_new  2023-12-04 23:02:39.434152635 +0100
@@ -23,6 +23,7 @@
 # autobuild:/work/cd/lib/misc/group
 #   openCryptoki    pkcs11:x:64:
 %define pkcs11_group_id 64
+%define pkcs_group pkcs11
 %define oc_cvs_tag opencryptoki
 
 Name:           openCryptoki
@@ -38,13 +39,14 @@
 Source3:        openCryptoki-rpmlintrc
 # Patch 0 is needed because group pkcs11 doesn't exist in the build environment
 # and because we don't want(?) various file and directory permissions to be 
0700.
-Patch000:       ocki-3.21-remove-make-install-chgrp.patch
+Patch000:       ocki-3.22-remove-make-install-chgrp.patch
 #
 #
 BuildRequires:  bison
 BuildRequires:  dos2unix
 BuildRequires:  flex
 BuildRequires:  gcc-c++
+BuildRequires:  libcap-devel
 BuildRequires:  libitm1
 BuildRequires:  libtool
 BuildRequires:  libudev-devel
@@ -53,10 +55,11 @@
 BuildRequires:  pkgconfig
 BuildRequires:  trousers-devel
 BuildRequires:  pkgconfig(systemd)
+###
 Requires(pre):  %{_sbindir}/groupadd
+Requires(pre):  %{_sbindir}/useradd
 Requires(pre):  %{_sbindir}/usermod
 ###
-BuildRequires:  libcap-devel
 
 # IBM maintains openCryptoki on these architectures:
 ExclusiveArch:  %{openCryptoki_32bit_arch} %{openCryptoki_64bit_arch}
@@ -171,8 +174,10 @@
 %{service_add_pre pkcsslotd.service}
 # autobuild:/work/cd/lib/misc/group
 # openCryptoki    pkcs11:x:64:
-%{_sbindir}/groupadd -g %{pkcs11_group_id} -r pkcs11 2>/dev/null || true
-%{_sbindir}/usermod -a -G pkcs11 root
+# openCryptoki    pkcsslotd:x:64:
+%{_sbindir}/groupadd -g %{pkcs11_group_id} -r %{pkcs_group} 2>/dev/null || true
+%{_sbindir}/useradd -g %{pkcs11_group_id} -r pkcsslotd -s /sbin/nologin -d 
/run/opencryptoki   2>/dev/null || true
+%{_sbindir}/usermod -a -G %{pkcs_group} root
 
 %preun
 %{service_del_preun pkcsslotd.service}

++++++ ocki-3.21-remove-make-install-chgrp.patch -> 
ocki-3.22-remove-make-install-chgrp.patch ++++++

Reply via email to