- Disable failing tests with NSS 3.115.1: 007-certsave-dbm and 007-certsave-sql 025-casave-dbm * patch disable_some_tests.patch - Update to 0.79.20 * Fix type error in cm_tdbusm_get_vn * Adjust parameter type for util_EVP_PKEY_id * Update tests to be compatible with OpenSSL 3.2 * Switch BR from /usr/include/popt.h to popt-devel * getcert: return 2 when trying to create a duplicate entry * getcert: add NULL check to duplicate string compare * Use correct object path for 'ca' property of request objects in D-Bus API * Move shell_escape function to util.c * Add more environment variables to be passed on to the notification command * Translated using Weblate (Chinese (Simplified) (zh_CN)) * Translated using Weblate (Georgian) * Translated using Weblate (Russian) - Remove patches merged upstream * 0001-Update-tests-to-be-compatible-with-OpenSSL-3.2.patch * certmonger-c99-01.patch * certmonger-c99-02.patch - New patch * add_some_missing_tests.patch OBS-URL: https://build.opensuse.org/request/show/1302571 OBS-URL: https://build.opensuse.org/package/show/security:idm/certmonger?expand=0&rev=25
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
From 1b682f1069a79040ffc6f5de84c27b3160d7a53d Mon Sep 17 00:00:00 2001
|
|
From: Fraser Tweedale <ftweedal@redhat.com>
|
|
Date: Feb 06 2025 18:46:01 +0000
|
|
Subject: Add some missing test files to dist
|
|
|
|
|
|
SRPM misses some essential test files, causing failure during RPM
|
|
build test phase. Add the missing files.
|
|
|
|
---
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index e20b6d8..e78a83d 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -279,6 +279,8 @@ EXTRA_DIST = \
|
|
025-casave-dbm/run.sh \
|
|
025-casave-sql/expected.out \
|
|
025-casave-sql/run.sh \
|
|
+ 026-local/expected.openssl1 \
|
|
+ 026-local/expected.openssl3 \
|
|
026-local/expected.out \
|
|
026-local/run.sh \
|
|
027-hooks/expected.out \
|
|
@@ -356,6 +358,12 @@ EXTRA_DIST = \
|
|
038-ms-v2-template/extract-extdata.py \
|
|
038-ms-v2-template/run.sh \
|
|
039-fromfile/run.sh \
|
|
+ 040-pem/bad.empty \
|
|
+ 040-pem/bad.isrg-root-x1-cross-signed.der.b64 \
|
|
+ 040-pem/expected.out \
|
|
+ 040-pem/good.isrg-root-x1-cross-signed.pem \
|
|
+ 040-pem/good.isrg-root-x1-cross-signed_cr.pem \
|
|
+ 040-pem/good.lets_encrypt_chain.pem \
|
|
040-pem/run.sh
|
|
|
|
subdirs = \
|
|
|