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:
commit
b08b51fc97
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/pesign-obs-integration.git</param>
|
<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>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d1dbf10303cf8f618f3704641fb81de1083563120ae7c99a1bab3e0070e4acd
|
|
||||||
size 142347
|
|
3
pesign-obs-integration-10.2+git20250217.98df3ef.obscpio
Normal file
3
pesign-obs-integration-10.2+git20250217.98df3ef.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:296f436bd4bbab73914bf1f1b0b6e71db4242b9930c14432af2258c859f12462
|
||||||
|
size 142347
|
@ -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
|
Tue Feb 11 21:11:03 UTC 2025 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: pesign-obs-integration
|
name: pesign-obs-integration
|
||||||
version: 10.2+git20250211.88dd0a3
|
version: 10.2+git20250217.98df3ef
|
||||||
mtime: 1739308244
|
mtime: 1739822000
|
||||||
commit: 88dd0a38c978f1ebbd63e2c0744490fff452ff40
|
commit: 98df3efa1cd9620aa32fcca918abe43ca709d3e6
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: pesign-obs-integration
|
Name: pesign-obs-integration
|
||||||
Version: 10.2+git20250211.88dd0a3
|
Version: 10.2+git20250217.98df3ef
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Macros and scripts to sign the kernel and bootloader
|
Summary: Macros and scripts to sign the kernel and bootloader
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -38,7 +38,9 @@ Requires: nss-tools
|
|||||||
%endif
|
%endif
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
# suse-module-tools <= 15.0.10 contains modsign-verify
|
# suse-module-tools <= 15.0.10 contains modsign-verify
|
||||||
|
%if 0%{?suse_version}
|
||||||
Requires: suse-module-tools >= 15.0.10
|
Requires: suse-module-tools >= 15.0.10
|
||||||
|
%endif
|
||||||
%ifarch %{ix86} x86_64 ia64 aarch64 %{arm} riscv64
|
%ifarch %{ix86} x86_64 ia64 aarch64 %{arm} riscv64
|
||||||
Requires: pesign
|
Requires: pesign
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user