Remove %config from %{_sysconfdir}/rpm/macros.*

(https://fedorahosted.org/fpc/ticket/259).
This commit is contained in:
Ralf Corsépius 2013-03-12 02:04:43 +01:00
parent e4a92fe723
commit 41133c3409

View File

@ -1,6 +1,6 @@
%global source_date 20130310_r29324
%global tl_version 2012
%global tl_rel 17
%global tl_rel 18
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
%global source_name texlive-%{source_date}-source
@ -195294,7 +195294,7 @@ fi
%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-dist/ls-R
%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-local/ls-R
%{_texdir}/texlive.tlpdb
%config(noreplace) %{_sysconfdir}/rpm/macros.texlive
%{_sysconfdir}/rpm/macros.texlive
%files aastex
%defattr(-,root,root)
@ -312195,6 +312195,10 @@ fi
%{_libdir}/*.so
%changelog
* Mon Mar 11 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 2012-18-20130310
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
(https://fedorahosted.org/fpc/ticket/259).
* Fri Mar 8 2013 Jindrich Novy <jnovy@redhat.com> 2012-17-20130310
- run updmap-sys --syncwithtrees posttrans (#915086)
- don't conflict with other packages (#913678)