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
005c857e38
commit
66aec26b36
7
mc.spec
7
mc.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell
|
Summary: User-friendly text console file manager and visual shell
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.8.20
|
Version: 4.8.20
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.midnight-commander.org/
|
URL: http://www.midnight-commander.org/
|
||||||
@ -82,6 +82,9 @@ install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:4.8.20-3
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.20-2
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.20-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -1184,7 +1187,7 @@ install contrib/mc.{sh,csh} %{buildroot}%{_sysconfdir}/profile.d
|
|||||||
script
|
script
|
||||||
|
|
||||||
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
|
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
|
||||||
- chkconfig --del in %%preun, not %postun
|
- chkconfig --del in %%preun, not %%postun
|
||||||
|
|
||||||
* Wed Sep 22 1999 Michael Fulbright <drmike@redhat.com>
|
* Wed Sep 22 1999 Michael Fulbright <drmike@redhat.com>
|
||||||
- updated to 4.5.39-pre9
|
- updated to 4.5.39-pre9
|
||||||
|
Loading…
Reference in New Issue
Block a user