Accepting request 1246510 from Base:System

- Update to version 10.2+git20250217.98df3ef:
  * Fix quoting of filename extensions
  * spec: suse-module-tools is for SUSE only
  * repackage spec: mozilla-nss-tools is for SUSE distros, on Fedora/etc it's nss-tools

- Update to version 10.2+git20250214.54864ba:
  * Update brp-99-pesign
  * pesign-gen-repackage-spec: Quote filenames.
  * quote password as it has shellchars
  * use a stronger password that passes strength cehck in FIPS mode bsc#1228433

OBS-URL: https://build.opensuse.org/request/show/1246510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pesign-obs-integration?expand=0&rev=59
This commit is contained in:
Ana Guerrero 2025-02-18 18:08:51 +00:00 committed by Git OBS Bridge
commit b08b51fc97
6 changed files with 27 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/pesign-obs-integration.git</param>
<param name="changesrevision">88dd0a38c978f1ebbd63e2c0744490fff452ff40</param></service></servicedata>
<param name="changesrevision">98df3efa1cd9620aa32fcca918abe43ca709d3e6</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d1dbf10303cf8f618f3704641fb81de1083563120ae7c99a1bab3e0070e4acd
size 142347

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:296f436bd4bbab73914bf1f1b0b6e71db4242b9930c14432af2258c859f12462
size 142347

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 17 19:54:03 UTC 2025 - dmueller@suse.com
- Update to version 10.2+git20250217.98df3ef:
* Fix quoting of filename extensions
* spec: suse-module-tools is for SUSE only
* repackage spec: mozilla-nss-tools is for SUSE distros, on Fedora/etc it's nss-tools
-------------------------------------------------------------------
Fri Feb 14 09:52:40 UTC 2025 - dmueller@suse.com
- Update to version 10.2+git20250214.54864ba:
* Update brp-99-pesign
* pesign-gen-repackage-spec: Quote filenames.
* quote password as it has shellchars
* use a stronger password that passes strength cehck in FIPS mode bsc#1228433
-------------------------------------------------------------------
Tue Feb 11 21:11:03 UTC 2025 - dmueller@suse.com

View File

@ -1,4 +1,4 @@
name: pesign-obs-integration
version: 10.2+git20250211.88dd0a3
mtime: 1739308244
commit: 88dd0a38c978f1ebbd63e2c0744490fff452ff40
version: 10.2+git20250217.98df3ef
mtime: 1739822000
commit: 98df3efa1cd9620aa32fcca918abe43ca709d3e6

View File

@ -22,7 +22,7 @@
%endif
Name: pesign-obs-integration
Version: 10.2+git20250211.88dd0a3
Version: 10.2+git20250217.98df3ef
Release: 0
Summary: Macros and scripts to sign the kernel and bootloader
License: GPL-2.0-or-later
@ -38,7 +38,9 @@ Requires: nss-tools
%endif
Requires: openssl
# suse-module-tools <= 15.0.10 contains modsign-verify
%if 0%{?suse_version}
Requires: suse-module-tools >= 15.0.10
%endif
%ifarch %{ix86} x86_64 ia64 aarch64 %{arm} riscv64
Requires: pesign
%endif