From 641a98537d5cc3b748e19169ced2f88852c0d854 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 15 May 2025 15:30:36 +0000 Subject: [PATCH] import CS pkcs11-provider-1.0-3.el10 --- .fmf/version | 1 - .gitignore | 9 +------ README.md | 3 --- ci.fmf | 2 -- gating.yaml | 7 ----- pkcs11-provider.spec | 64 +++++++++++++++++++++++++++++++++++++++++++- plans/ci.fmf | 11 -------- sources | 1 - 8 files changed, 64 insertions(+), 34 deletions(-) delete mode 100644 .fmf/version delete mode 100644 README.md delete mode 100644 ci.fmf delete mode 100644 gating.yaml delete mode 100644 plans/ci.fmf diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index ca509d5..c06fdc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -/pkcs11-provider-0.2.tar.xz -/pkcs11-provider-0.2.tar.xz.asc -/pkcs11-provider-0.3.tar.xz -/pkcs11-provider-0.3.tar.xz.asc -/pkcs11-provider-0.5.tar.xz -/pkcs11-provider-0.5.tar.xz.asc -/pkcs11-provider-1.0.tar.xz -/pkcs11-provider-1.0.tar.xz.asc +pkcs11-provider-1.0.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 4a4172c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# pkcs11-provider - -The pkcs11-provider package diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index da04079..0000000 --- a/ci.fmf +++ /dev/null @@ -1,2 +0,0 @@ -resultsdb-testcase: separate - diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 389957d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional} diff --git a/pkcs11-provider.spec b/pkcs11-provider.spec index 36e1db6..7da4c48 100644 --- a/pkcs11-provider.spec +++ b/pkcs11-provider.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 3; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + #Enable gpg signature verification %bcond_with gpgcheck @@ -82,4 +92,56 @@ install -m644 '%{SOURCE3}' \ %config(noreplace) %{_sysconfdir}/pki/tls/openssl.d/pkcs11-provider.conf %changelog -%autochangelog +## START: Generated by rpmautospec +* Fri Mar 14 2025 Simo Sorce - 1.0-3 +- Fix peer keys domain parameter copying + +* Tue Mar 11 2025 Simo Sorce - 1.0-2 +- Backport upstream fixes + +* Wed Feb 12 2025 Simo Sorce - 1.0-1 +- Upgrade to 1.0 release + +* Tue Oct 29 2024 Troy Dawson - 0.5-7 +- Bump release for October 2024 mass rebuild: + +* Thu Aug 08 2024 Ondrej Moris - 0.5-6 +- Fix typo in gating.yaml (plan -> plans) + +* Wed Aug 07 2024 Ondrej Moris - 0.5-5 +- Add RHEL-10 CI and gating configuration + +* Tue Aug 06 2024 Simo Sorce - 0.5-4 +- Add automatic configuration on install + +* Mon Jun 24 2024 Troy Dawson - 0.5-3 +- Bump release for June 2024 mass rebuild + +* Wed Jun 05 2024 Simo Sorce - 0.5-2 +- Fix issue on i686 builds + +* Wed Jun 05 2024 Simo Sorce - 0.5-1 +- Update to version 0.5 + +* Tue Feb 20 2024 Yaakov Selkowitz - 0.3-4 +- Revert "Temporarily disable softhsm test dependency" + +* Tue Feb 13 2024 Yaakov Selkowitz - 0.3-3 +- Temporarily disable softhsm test dependency + +* Thu Jan 25 2024 Fedora Release Engineering - 0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Simo Sorce - 0.3-1 +- Updato to version 0.3 + +* Sun Jan 21 2024 Fedora Release Engineering - 0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jul 18 2023 Sahana Prasad - 0.2-1 +- Adding the sources and spec file to build the package Approved fedora + review bug rhbz#2211754 +## END: Generated by rpmautospec diff --git a/plans/ci.fmf b/plans/ci.fmf deleted file mode 100644 index 87940da..0000000 --- a/plans/ci.fmf +++ /dev/null @@ -1,11 +0,0 @@ -/fips-disabled-buildroot-disabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/pkcs11-provider - name: /plans/ci/fips-disabled-buildroot-disabled - -/fips-disabled-buildroot-enabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/pkcs11-provider - name: /plans/ci/fips-disabled-buildroot-enabled diff --git a/sources b/sources index e213808..0ee866d 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ SHA512 (pkcs11-provider-1.0.tar.xz) = 004eeb8816903a670abff51c150e50b93515aeeeb29af7cdf921578981326286ffc7432057abf8e9b4e35972800a8bf554255ace3f8bf2359c010cc343194798 -SHA512 (pkcs11-provider-1.0.tar.xz.asc) = a19bea50f056a5dbe66ed3fc21960107eb49eb893d25b5b32599388042124bb06776a34596191cddd20ab660e07dccc14d4fb593eb8a001f84c94a9a5d4dd3c4