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
b846137a7a
commit
d86ac3bf27
@ -3,7 +3,7 @@
|
|||||||
Summary: An utility for finding files by name
|
Summary: An utility for finding files by name
|
||||||
Name: mlocate
|
Name: mlocate
|
||||||
Version: 0.26
|
Version: 0.26
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://fedorahosted.org/mlocate/
|
URL: https://fedorahosted.org/mlocate/
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -82,6 +82,9 @@ systemctl start mlocate-updatedb.timer
|
|||||||
%ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db
|
%ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.26-20
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-19
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-19
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -95,7 +98,7 @@ systemctl start mlocate-updatedb.timer
|
|||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Sep 13 2016 Adam Williamson <awilliam@redhat.com> - 0.26-15
|
* Tue Sep 13 2016 Adam Williamson <awilliam@redhat.com> - 0.26-15
|
||||||
- add correct systemd requirements for scriptlets (using %systemd_requires)
|
- add correct systemd requirements for scriptlets (using %%systemd_requires)
|
||||||
|
|
||||||
* Fri Mar 18 2016 Michal Sekletar <msekleta@redhat.com> - 0.26-14
|
* Fri Mar 18 2016 Michal Sekletar <msekleta@redhat.com> - 0.26-14
|
||||||
- start timer after the installation (#1278587)
|
- start timer after the installation (#1278587)
|
||||||
|
Loading…
Reference in New Issue
Block a user