Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

7 changed files with 12 additions and 80 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">c99462c49af91c9cdcfda5f68bf2ec05ccfb98d0</param></service></servicedata> <param name="changesrevision">66e0493f3c49c661bd9a81a7cf0f0a252c18ed03</param></service></servicedata>

BIN
pesign-obs-integration-10.2+git20240723.d344d91.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pesign-obs-integration-10.2+git20240723.d344d91.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@ -1,64 +1,3 @@
-------------------------------------------------------------------
Wed Feb 19 13:44:04 UTC 2025 - dmueller@suse.com
- Update to version 10.2+git20250219.c99462c:
* query_array: Convert None to empty string
* Add filecaps support
-------------------------------------------------------------------
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
- Update to version 10.2+git20250211.88dd0a3:
* Add BRP_PESIGN_PACKAGES to filter package(s) to repack
* Set Getopt no ignore case
-------------------------------------------------------------------
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
- Update to version 10.2+git20241221.c85eada:
* Move the rpm-420 compatibility section from %install to %build
* Fix README reference after a17ffb01430468f411acc5488cc9a6d27ceb1428
-------------------------------------------------------------------
Fri Dec 20 10:33:11 UTC 2024 - dmueller@suse.com
- Update to version 10.2+git20241220.e0461ad:
* Fix repackaging of scriptlets with rpm-4.20
-------------------------------------------------------------------
Thu Dec 19 14:48:51 UTC 2024 - dmueller@suse.com
- Update to version 10.2+git20241219.042a454:
* Make the repackage work with rpm-4.20
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 23 06:05:14 UTC 2024 - jlee@suse.com Tue Jul 23 06:05:14 UTC 2024 - jlee@suse.com

View File

@ -1,4 +1,4 @@
name: pesign-obs-integration name: pesign-obs-integration
version: 10.2+git20250219.c99462c version: 10.2+git20240723.d344d91
mtime: 1739972640 mtime: 1721714332
commit: c99462c49af91c9cdcfda5f68bf2ec05ccfb98d0 commit: d344d9110bccb0a7e9a6809f7a2ee9680961a747

View File

@ -1,7 +1,7 @@
# #
# spec file for package pesign-obs-integration # spec file for package pesign-obs-integration
# #
# Copyright (c) 2025 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
@ -17,12 +17,8 @@
# needssslcertforbuild # needssslcertforbuild
%if 0%{?fedora}
%global debug_package %{nil}
%endif
Name: pesign-obs-integration Name: pesign-obs-integration
Version: 10.2+git20250219.c99462c Version: 10.2+git20240723.d344d91
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
@ -31,16 +27,10 @@ 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
%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