Skip to content

Commit

Permalink
Release 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pkratoch committed Sep 19, 2019
1 parent d2c7c6f commit b78bc8c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
8 changes: 7 additions & 1 deletion dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%endif

Name: dnf-plugins-core
Version: 4.0.9
Version: 4.0.10
Release: 1%{?dist}
Summary: Core Plugins for DNF
License: GPLv2+
Expand Down Expand Up @@ -696,6 +696,12 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
%endif

%changelog
* Thu Sep 19 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.10-1
- debuginfo-install: Update both debuginfo and debugsource for updated package (RhBug:1586084)
- copr: Support multilib repofiles (RhBug:1393664)
- copr: Fix disable if copr instance has non-default port
- copr: Fix repoid when using subdirectories in copr project

* Tue Aug 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.9-1
- [spec] Rename dnf-utils to yum-utils
- [builddep] Report all rpm errors (RhBug:1663619,1658292,1724668)
Expand Down
16 changes: 16 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ Core DNF Plugins Release Notes

.. contents::

====================
4.0.10 Release Notes
====================

- debuginfo-install: Update both debuginfo and debugsource for updated package (RhBug:1586084)
- copr: Support multilib repofiles (RhBug:1393664)
- copr: Fix disable if copr instance has non-default port
- copr: Fix repoid when using subdirectories in copr project

Bugs fixed in 4.0.10:

* :rhbug:`1689645`
* :rhbug:`1676418`
* :rhbug:`1532378`
* :rhbug:`1629412`

===================
4.0.9 Release Notes
===================
Expand Down
16 changes: 16 additions & 0 deletions doc/summaries_cache
Original file line number Diff line number Diff line change
Expand Up @@ -470,5 +470,21 @@
[
1724668,
"dnf builddep fails trying to parse specfile"
],
[
1689645,
"Out of date manual for dnf download"
],
[
1676418,
"yum-utils manpage inconsistent with other yum compat manpages"
],
[
1532378,
"dnf refuses to install debugsource package in presence of debuginfo package"
],
[
1629412,
"debuginfo-install downloads wrong debuginfo"
]
]
2 changes: 1 addition & 1 deletion rel-eng/packages/dnf-plugins-core
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.9-1 ./
4.0.10-1 ./

0 comments on commit b78bc8c

Please sign in to comment.