import CS dnf-plugins-core-4.3.0-16.el9
This commit is contained in:
parent
f199f7d153
commit
0f05b3a37b
@ -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
|
||||
Version: 4.3.0
|
||||
Release: 13%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
@ -53,6 +53,7 @@ Patch11: 0011-Update-translations-RHEL-9.3.patch
|
||||
Patch12: 0012-RHEL-6394-Fix-incorrect-spanish-translation-file.patch
|
||||
Patch13: 0013-Fix-for-issue-with-binary-garbage-in-smaps-files.patch
|
||||
Patch14: 0014-needs-restarting-Add-microcode_ctl-to-a-reboot-list.patch
|
||||
Patch18: 0018-system-upgrade-change-http-to-https-in-unit-file.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
@ -800,6 +801,17 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2024 Petr Pisar <ppisar@redhat.com> - 4.3.0-16
|
||||
- Revert needs-restarting prefers to obtain a boot time from systemd to deal
|
||||
with RTCs running in local time (RHEL-39775)
|
||||
|
||||
* 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
|
||||
- needs-restarting prefers to obtain a boot time from systemd to deal with
|
||||
RTCs running in local time (RHEL-14900)
|
||||
|
||||
* Mon Jan 15 2024 Petr Pisar <ppisar@redhat.com> - 4.3.0-13
|
||||
- Add microcode_ctl to a reboot list (RHEL-4600)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user