Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5fa63e93d |
@ -1 +0,0 @@
|
||||
1
|
||||
9
.gitignore
vendored
9
.gitignore
vendored
@ -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
|
||||
SOURCES/pkcs11-provider-1.0.tar.xz
|
||||
|
||||
1
.pkcs11-provider.metadata
Normal file
1
.pkcs11-provider.metadata
Normal file
@ -0,0 +1 @@
|
||||
90c1e938c0cfb10c2efe775ff60b54aeb224cf96 SOURCES/pkcs11-provider-1.0.tar.xz
|
||||
12
SOURCES/0002-no-softhsm-tests.patch
Normal file
12
SOURCES/0002-no-softhsm-tests.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up pkcs11-provider-1.0/tests/meson.build.xxx pkcs11-provider-1.0/tests/meson.build
|
||||
--- pkcs11-provider-1.0/tests/meson.build.xxx 2025-08-04 10:45:55.290301152 +0200
|
||||
+++ pkcs11-provider-1.0/tests/meson.build 2025-08-04 10:46:12.512858275 +0200
|
||||
@@ -148,7 +148,7 @@ tests = {
|
||||
'session': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
'rand': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
'readkeys': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
- 'tls': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
|
||||
+ 'tls': {'suites': ['softokn', 'kryoptic', 'kryoptic.nss'], 'is_parallel': false, 'timeout': 60},
|
||||
'tlsfuzzer': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
|
||||
'uri': {'suites': ['softokn', 'softhsm', 'kryoptic', 'kryoptic.nss'], 'timeout': 90},
|
||||
'ecxc': {'suites': ['softhsm', 'kryoptic', 'kryoptic.nss']},
|
||||
@ -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
|
||||
|
||||
@ -18,6 +28,7 @@ Patch1: 0001-utils-Do-not-fail-if-non-mandatory-attribute-is-not-.patch
|
||||
Patch2: 0001-utils-Handle-correctly-CK_UNAVAILABLE_INFORMATION-wh.patch
|
||||
Patch3: 0001-utils-Do-not-repeat-GetAttribute-calls-when-the-size.patch
|
||||
Patch4: 0001-Fix-peer-keys-domain-parameter-copying.patch
|
||||
Patch5: 0002-no-softhsm-tests.patch
|
||||
|
||||
BuildRequires: openssl-devel >= 3.0.7
|
||||
BuildRequires: gcc
|
||||
@ -82,4 +93,13 @@ install -m644 '%{SOURCE3}' \
|
||||
%config(noreplace) %{_sysconfdir}/pki/tls/openssl.d/pkcs11-provider.conf
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* Mon Aug 04 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.0-3
|
||||
- Skipping softhsm tests for tls
|
||||
|
||||
* Fri Aug 01 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.0-2
|
||||
- Enable gating
|
||||
|
||||
* Fri Aug 01 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.0-1
|
||||
- Initial commit on c9s
|
||||
## END: Generated by rpmautospec
|
||||
@ -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}
|
||||
11
plans/ci.fmf
11
plans/ci.fmf
@ -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
|
||||
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (pkcs11-provider-1.0.tar.xz) = 004eeb8816903a670abff51c150e50b93515aeeeb29af7cdf921578981326286ffc7432057abf8e9b4e35972800a8bf554255ace3f8bf2359c010cc343194798
|
||||
SHA512 (pkcs11-provider-1.0.tar.xz.asc) = a19bea50f056a5dbe66ed3fc21960107eb49eb893d25b5b32599388042124bb06776a34596191cddd20ab660e07dccc14d4fb593eb8a001f84c94a9a5d4dd3c4
|
||||
Loading…
Reference in New Issue
Block a user