Skip to content

Commit 45a2907

Browse files
committed
Release 4.4.2
1 parent 4615b32 commit 45a2907

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

dnf-plugins-core.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%endif
3434

3535
Name: dnf-plugins-core
36-
Version: 4.4.1
36+
Version: 4.4.2
3737
Release: 1%{?dist}
3838
Summary: Core Plugins for DNF
3939
License: GPL-2.0-or-later
@@ -812,6 +812,12 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
812812
%endif
813813

814814
%changelog
815+
* Thu Jul 27 2023 Nicola Sella <[email protected]> - 4.4.2-1
816+
- Fixed copr.vendor.conf not loading
817+
- "dnf copr enable" on "Asahi Fedora Linux Remix" guesses epel..x86_64
818+
- system-upgrade: change http to https in unit file
819+
- Fix systemd dependencies when using --poweroff option in system-upgrade plugin (RhBug:2211844)
820+
815821
* Mon May 15 2023 Jan Kolarik <[email protected]> - 4.4.1-1
816822
- reposync: Implement --safe-write-path option (RhBug:1898089)
817823
- needs-restarting: Catch exception when no systemd unit exists for pid (RhBug:2122587)

doc/release_notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ Core DNF Plugins Release Notes
2121

2222
.. contents::
2323

24+
===================
25+
4.4.2 Release Notes
26+
===================
27+
28+
- Fixed copr.vendor.conf not loading
29+
- "dnf copr enable" on "Asahi Fedora Linux Remix" guesses epel..x86_64
30+
- system-upgrade: change http to https in unit file
31+
32+
- Bug fixes:
33+
- Fix systemd dependencies when using --poweroff option in system-upgrade plugin (RhBug:2211844)
34+
35+
Bugs fixed in 4.4.2:
36+
37+
* :rhbug:`2211844`
38+
2439
===================
2540
4.4.1 Release Notes
2641
===================

doc/summaries_cache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,5 +718,9 @@
718718
[
719719
2122587,
720720
"needs-restarting -s fail with mysql container"
721+
],
722+
[
723+
2211844,
724+
"`dnf offline-upgrade reboot --poweroff` doesn't poweroff after upgrade"
721725
]
722726
]

0 commit comments

Comments
 (0)