forked from pool/openscap
Marcus Meissner
0aea1b618f
- Update to version 1.3.7: * openscap-1.3.7 * Bump soname from 25.5.0 to 25.5.1 * Bump version to openscap-1.3.7 * Fix typos in docs * Remove a check for suspicious files * Add debian_evr_string tests to CMakeLists * Add a few unittests for debian_evr_string * Remove To be done * Move release guide to upstream - add 0005-rename-requires-reqs-for-C-20-compatibility.patch - rename patches openscap-opensuse-cpe.patch to 0001-Add-openSUSE-cpe-links.patch openscap-suse-cpe.patch to 0002-Add-SUSE-cpe-links.patch openscap-docker-add-suse.patch to 0003-Use-openSUSE-SUSE-cpe-links.patch oscap-remediate.service.in.patch to 0004-oscap-remediate-is-located-in-bindir.patch - drop 0001-Use-correct-includes.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/1075011 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=281
25 lines
748 B
Diff
25 lines
748 B
Diff
From 290186ec99dedf00477447d53b2c0c01c764eaa5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
|
|
Date: Tue, 28 Mar 2023 12:06:36 +0200
|
|
Subject: [PATCH 4/5] oscap-remediate is located in bindir
|
|
|
|
---
|
|
oscap-remediate.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/oscap-remediate.service.in b/oscap-remediate.service.in
|
|
index 2b48398..b6d07b7 100644
|
|
--- a/oscap-remediate.service.in
|
|
+++ b/oscap-remediate.service.in
|
|
@@ -8,6 +8,6 @@ Before=shutdown.target system-update.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
-ExecStart=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBEXECDIR@/oscap-remediate
|
|
+ExecStart=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/oscap-remediate
|
|
|
|
FailureAction=reboot
|
|
--
|
|
2.40.0
|
|
|