Fix a link to dnf-system-upgrade service documentation
Resolves: RHEL-13053
This commit is contained in:
parent
046df474c4
commit
3f68de1989
33
0018-system-upgrade-change-http-to-https-in-unit-file.patch
Normal file
33
0018-system-upgrade-change-http-to-https-in-unit-file.patch
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
From 1880f968aa323226a70d058c64ee50c104536b88 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Evan Goode <mail@evangoo.de>
|
||||||
|
Date: Mon, 10 Jul 2023 13:09:36 +0000
|
||||||
|
Subject: [PATCH] system-upgrade: change http to https in unit file
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Upstream commit: 4615b3213659351d9933ac91e595bd236618f649
|
||||||
|
Resolves Rhbug:2219233
|
||||||
|
Resolves: https://issues.redhat.com/browse/RHEL-13053
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
etc/systemd/dnf-system-upgrade.service | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/etc/systemd/dnf-system-upgrade.service b/etc/systemd/dnf-system-upgrade.service
|
||||||
|
index 3e15920..f4f0dac 100644
|
||||||
|
--- a/etc/systemd/dnf-system-upgrade.service
|
||||||
|
+++ b/etc/systemd/dnf-system-upgrade.service
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
[Unit]
|
||||||
|
Description=System Upgrade using DNF
|
||||||
|
ConditionPathExists=/system-update
|
||||||
|
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/SystemUpdates
|
||||||
|
+Documentation=https://www.freedesktop.org/wiki/Software/systemd/SystemUpdates
|
||||||
|
|
||||||
|
DefaultDependencies=no
|
||||||
|
Requires=sysinit.target
|
||||||
|
--
|
||||||
|
2.45.0
|
||||||
|
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.3.0
|
Version: 4.3.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
@ -56,6 +56,7 @@ Patch14: 0014-needs-restarting-Add-microcode_ctl-to-a-reboot-list.patch
|
|||||||
Patch15: 0015-needs-restarting-get-systemd-boot-time-from-UnitsLoa.patch
|
Patch15: 0015-needs-restarting-get-systemd-boot-time-from-UnitsLoa.patch
|
||||||
Patch16: 0016-Document-needs-restarting-boot-time.patch
|
Patch16: 0016-Document-needs-restarting-boot-time.patch
|
||||||
Patch17: 0017-Needs-restarting-punctuation-edits.patch
|
Patch17: 0017-Needs-restarting-punctuation-edits.patch
|
||||||
|
Patch18: 0018-system-upgrade-change-http-to-https-in-unit-file.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -803,6 +804,9 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 20 2024 Petr Pisar <ppisar@redhat.com> - 4.3.0-15
|
||||||
|
- Fix a link to dnf-system-upgrade service documentation (RHEL-13053)
|
||||||
|
|
||||||
* Mon May 06 2024 Petr Pisar <ppisar@redhat.com> - 4.3.0-14
|
* Mon May 06 2024 Petr Pisar <ppisar@redhat.com> - 4.3.0-14
|
||||||
- needs-restarting prefers to obtain a boot time from systemd to deal with
|
- needs-restarting prefers to obtain a boot time from systemd to deal with
|
||||||
RTCs running in local time (RHEL-14900)
|
RTCs running in local time (RHEL-14900)
|
||||||
|
Loading…
Reference in New Issue
Block a user