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
e313900e00
commit
970950e919
@ -8,7 +8,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems
|
||||
Name: autofs
|
||||
Version: 5.1.4
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
@ -192,6 +192,9 @@ fi
|
||||
%dir /etc/auto.master.d
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:5.1.4-11
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Fri Feb 9 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-10
|
||||
- clean up obsolete spec file directives.
|
||||
|
||||
@ -598,7 +601,7 @@ fi
|
||||
- fix function to check mount.nfs version.
|
||||
|
||||
* Sun Feb 26 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-13
|
||||
- fix error in %post scriplet.
|
||||
- fix error in %%post scriplet.
|
||||
|
||||
* Fri Feb 24 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-12
|
||||
- ignore duplicate exports in auto.net.
|
||||
@ -1124,7 +1127,7 @@ fi
|
||||
|
||||
* Tue Aug 21 2007 Ian Kent <ikent@redhat.com> - 5.0.2-11
|
||||
- don't fail on empty master map.
|
||||
- add support for the "%" hack for case insensitive attribute schemas.
|
||||
- add support for the "%%" hack for case insensitive attribute schemas.
|
||||
|
||||
* Mon Jul 30 2007 Ian Kent <ikent@redhat.com> - 5.0.2-10
|
||||
- mark map instances stale so they aren't "cleaned" during updates.
|
||||
|
Loading…
Reference in New Issue
Block a user