Ana Guerrero 2024-02-05 21:01:37 +00:00 committed by Git OBS Bridge
commit e643acdba0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 5 08:59:37 UTC 2024 - Marcus Meissner <meissner@suse.com>
- provide user(pkcs11) and group(pkcs11)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 4 13:40:57 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com> Mon Dec 4 13:40:57 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package openCryptoki # spec file for package openCryptoki
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -60,6 +60,8 @@ Requires(pre): %{_sbindir}/groupadd
Requires(pre): %{_sbindir}/useradd Requires(pre): %{_sbindir}/useradd
Requires(pre): %{_sbindir}/usermod Requires(pre): %{_sbindir}/usermod
### ###
Provides: user(pkcs11)
Provides: group(pkcs11)
# IBM maintains openCryptoki on these architectures: # IBM maintains openCryptoki on these architectures:
ExclusiveArch: %{openCryptoki_32bit_arch} %{openCryptoki_64bit_arch} ExclusiveArch: %{openCryptoki_32bit_arch} %{openCryptoki_64bit_arch}