Accepting request 1244777 from Base:System

- Update to version 10.2+git20250116.e734a3f:
  * spec: mozilla-nss-tools is for SUSE distros, on Fedora/etc it's nss-tools
  * spec: fix Fedora builds
  * Add Fedora-specific workarounds to pesign-repackage.spec
  * debian: add Provides dh-sequence-signobs
  * dh_signobs: fix json input for pre-configured template
  * dh_signobs: fix parsing of pesign hashing output

OBS-URL: https://build.opensuse.org/request/show/1244777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pesign-obs-integration?expand=0&rev=57
This commit is contained in:
Ana Guerrero 2025-02-11 20:21:01 +00:00 committed by Git OBS Bridge
commit 01019e8665
6 changed files with 28 additions and 9 deletions

View File

@ -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">c85eadad5f197b8f283b154744ab9b63376f0d3b</param></service></servicedata> <param name="changesrevision">e734a3f19d5e00ad5114b387a28391a8a81b55db</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:840e27c1b7ab3918537e1379103341bff3ccf9824733c89680128b9025fbb8ec
size 140811

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 10 13:57:06 UTC 2025 - dmueller@suse.com
- Update to version 10.2+git20250116.e734a3f:
* spec: mozilla-nss-tools is for SUSE distros, on Fedora/etc it's nss-tools
* spec: fix Fedora builds
* Add Fedora-specific workarounds to pesign-repackage.spec
* debian: add Provides dh-sequence-signobs
* dh_signobs: fix json input for pre-configured template
* dh_signobs: fix parsing of pesign hashing output
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 21 13:05:34 UTC 2024 - dmueller@suse.com Sat Dec 21 13:05:34 UTC 2024 - dmueller@suse.com

View File

@ -1,4 +1,4 @@
name: pesign-obs-integration name: pesign-obs-integration
version: 10.2+git20241221.c85eada version: 10.2+git20250116.e734a3f
mtime: 1734786305 mtime: 1737038969
commit: c85eadad5f197b8f283b154744ab9b63376f0d3b commit: e734a3f19d5e00ad5114b387a28391a8a81b55db

View File

@ -1,7 +1,7 @@
# #
# spec file for package pesign-obs-integration # spec file for package pesign-obs-integration
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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
@ -17,8 +17,12 @@
# needssslcertforbuild # needssslcertforbuild
%if 0%{?fedora}
%global debug_package %{nil}
%endif
Name: pesign-obs-integration Name: pesign-obs-integration
Version: 10.2+git20241221.c85eada Version: 10.2+git20250116.e734a3f
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
@ -27,7 +31,11 @@ URL: https://en.opensuse.org/openSUSE:UEFI_Image_File_Sign_Tools
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: openssl BuildRequires: openssl
Requires: fipscheck Requires: fipscheck
%if 0%{?suse_version}
Requires: mozilla-nss-tools Requires: mozilla-nss-tools
%else
Requires: nss-tools
%endif
Requires: openssl Requires: openssl
# suse-module-tools <= 15.0.10 contains modsign-verify # suse-module-tools <= 15.0.10 contains modsign-verify
Requires: suse-module-tools >= 15.0.10 Requires: suse-module-tools >= 15.0.10