diff --git a/1005-man-update-link-to-RHEL-documentation.patch b/1005-man-update-link-to-RHEL-documentation.patch new file mode 100644 index 0000000..395a03f --- /dev/null +++ b/1005-man-update-link-to-RHEL-documentation.patch @@ -0,0 +1,24 @@ +From 9cb89ed011a12a210dce977aaa65f6b90e0ed928 Mon Sep 17 00:00:00 2001 +From: Frantisek Sumsal +Date: Thu, 22 Feb 2024 14:28:09 +0100 +Subject: [PATCH] man: update link to RHEL documentation + +Resolves: RHEL-26355 +RHEL-only +--- + man/systemctl.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/man/systemctl.xml b/man/systemctl.xml +index abc386e6fb..445d35fefd 100644 +--- a/man/systemctl.xml ++++ b/man/systemctl.xml +@@ -2018,7 +2018,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err + + For examples how to use systemctl in comparsion + with old service and chkconfig command please see: +- ++ + Managing System Services + + diff --git a/systemd.spec b/systemd.spec index 58b6976..185a124 100644 --- a/systemd.spec +++ b/systemd.spec @@ -13,7 +13,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 239 -Release: 80%{?dist} +Release: 81%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -1054,6 +1054,7 @@ Patch1001: 1001-analyze-security-include-an-actual-syscall-name-in-t.patch Patch1002: 1002-udev-net_id-introduce-naming-scheme-for-RHEL-8.10.patch Patch1003: 1003-doc-add-missing-listitem-to-systemd.net-naming-schem.patch Patch1004: 1004-service-schedule-cleanup-of-PID-hashmaps-when-we-now.patch +Patch1005: 1005-man-update-link-to-RHEL-documentation.patch %ifarch %{ix86} x86_64 aarch64 %global have_gnu_efi 1 @@ -1684,6 +1685,9 @@ fi %files tests -f .file-list-tests %changelog +* Mon Feb 26 2024 systemd maintenance team - 239-81 +- man: update link to RHEL documentation (RHEL-26355) + * Thu Feb 15 2024 systemd maintenance team - 239-80 - fd-util: rework how we determine highest possible fd (RHEL-18302) - basic/fd-util: refuse "infinite" loop in close_all_fds() (RHEL-18302)