Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
20666017f6
commit
c875c09884
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 2.1.5
|
Version: 2.1.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
@ -495,6 +495,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.5-3
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- 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)
|
- repoquery: Added documentation and test case for file switch (Parag Nemade)
|
||||||
- spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan)
|
- spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan)
|
||||||
- debuginfo-install: support cases where src.rpm name != binary package name (Petr Spacek)
|
- 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: adapt to pykickstart f23 package split (Jan Silhan)
|
||||||
- spec: requires >= dnf version not = (Jan Silhan)
|
- spec: requires >= dnf version not = (Jan Silhan)
|
||||||
- spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan)
|
- spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan)
|
||||||
|
Loading…
Reference in New Issue
Block a user