Skip to content

Commit

Permalink
Release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jun 18, 2024
1 parent 0ea22cf commit a2ba5b2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
%endif

Name: dnf-plugins-core
Version: 4.7.0
Version: 4.8.0
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPL-2.0-or-later
Expand Down Expand Up @@ -905,6 +905,13 @@ ln -sf %{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1
%endif

%changelog
* Tue Jun 18 2024 Evan Goode <mail@evangoo.de> - 4.8.0-1
- needs-restarting: Revert using systemd start time
- spec: Fix symbolic links to packaged files
- needs-restarting: detect packages providing NEED_REBOOT.
- build: Disable debug plugin on Fedora > 40 and RHEL > 9
- download plugin now resolves dependencies for debuginfo and debugsource packages

* Wed Apr 24 2024 Jan Kolarik <jkolarik@redhat.com> - 4.7.0-1
- docs: Documentation of needs-restarting boot time
- man: Prepare pages for dnf5 switch
Expand Down
12 changes: 12 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Core DNF Plugins Release Notes

.. contents::

===================
4.8.0 Release Notes
===================

- needs-restarting: Revert using systemd start time
- spec: Fix symbolic links to packaged files
- needs-restarting: detect packages providing NEED_REBOOT.
- build: Disable debug plugin on Fedora > 40 and RHEL > 9

- Bug fixes:
- download plugin now resolves dependencies for debuginfo and debugsource packages

===================
4.7.0 Release Notes
===================
Expand Down

0 comments on commit a2ba5b2

Please sign in to comment.