Sync from SUSE:SLFO:Main pesign-obs-integration revision 4423a4b693e8f61c7ceb8de3bce6feee

This commit is contained in:
Adrian Schröter 2024-08-21 17:34:54 +02:00
parent 6160f52f87
commit 9df85285f9
8 changed files with 38 additions and 16 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">4699910cf20591bcf3d06e42189ad8cb1326ab08</param></service></servicedata>
<param name="changesrevision">66e0493f3c49c661bd9a81a7cf0f0a252c18ed03</param></service></servicedata>

Binary file not shown.

Binary file not shown.

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 +1,26 @@
-------------------------------------------------------------------
Tue Jul 23 06:05:14 UTC 2024 - jlee@suse.com
- Update to version 10.2+git20240723.d344d91:
* Quote % signs in scripts
* Export also a VCS tag
* specfile: Change license to OR-LATER
* specfile: Update rpm constructs
* spec.in: Add changelog tag
* spec.in: Don't copy changes to OTHER
* spec.in: Use SPDX license
-------------------------------------------------------------------
Fri Feb 16 13:05:01 UTC 2024 - jlee@suse.com
- Update to version 10.2+git20240216.1e15ef4:
* Create changes file for reproducible build
* Add support for authenticated uefi variables
* Allow to dump the pkcs7 signed data as well
* Add -N option to add a NULL param to the digest algo definitions
* Add -C option to include certificates in the PKCS7 signature
* spec.in: fix rpmlint warnings
-------------------------------------------------------------------
Thu Jun 22 13:11:39 UTC 2023 - Joey Lee <jlee@suse.com>

View File

@ -1,4 +1,4 @@
name: pesign-obs-integration
version: 10.2+git20230612.4699910
mtime: 1686546992
commit: 4699910cf20591bcf3d06e42189ad8cb1326ab08
version: 10.2+git20240723.d344d91
mtime: 1721714332
commit: d344d9110bccb0a7e9a6809f7a2ee9680961a747

View File

@ -1,7 +1,7 @@
#
# spec file for package pesign-obs-integration
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
Name: pesign-obs-integration
Version: 10.2+git20230612.4699910
Version: 10.2+git20240723.d344d91
Release: 0
Summary: Macros and scripts to sign the kernel and bootloader
License: GPL-2.0-only
License: GPL-2.0-or-later
Group: Development/Tools/Other
URL: https://en.opensuse.org/openSUSE:UEFI_Image_File_Sign_Tools
Source: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildRequires: openssl
Requires: fipscheck
Requires: mozilla-nss-tools
@ -40,8 +40,7 @@ This package provides scripts and rpm macros to automate signing of the
boot loader, kernel and kernel modules in the openSUSE Buildservice.
%prep
%setup -q -D
%autopatch -p1
%autosetup -p1
%build