diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 1508a75..65ccdf3 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -11,7 +11,7 @@ Name: dnf-plugins-core Version: 2.1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -495,6 +495,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %endif %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.1.5-3 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 2.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -873,7 +876,7 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ - repoquery: Added documentation and test case for file switch (Parag Nemade) - spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan) - debuginfo-install: support cases where src.rpm name != binary package name (Petr Spacek) -- spec: added empty %files directive to generate rpm (Jan Silhan) +- spec: added empty %%files directive to generate rpm (Jan Silhan) - spec: adapt to pykickstart f23 package split (Jan Silhan) - spec: requires >= dnf version not = (Jan Silhan) - spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan)