/etc/sgml/docbook should be owned by xml-common package (#458230)
This commit is contained in:
parent
d17dafdbcc
commit
79380fef4f
@ -1,6 +1,6 @@
|
||||
Name: sgml-common
|
||||
Version: 0.6.3
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Common SGML catalog and DTD files
|
||||
@ -131,6 +131,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -n xml-common
|
||||
%defattr (-,root,root,-)
|
||||
%dir %{_sysconfdir}/xml
|
||||
%dir %{_sysconfdir}/sgml/docbook
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xml/catalog
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sgml/docbook/xmlcatalog
|
||||
%dir %{_datadir}/sgml
|
||||
@ -139,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/xml
|
||||
|
||||
%changelog
|
||||
* Thu Aug 07 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.3-26
|
||||
- /etc/sgml/docbook dir now owned by package(#458230)
|
||||
|
||||
* Tue Jul 01 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.3-25
|
||||
- mark xmlcatalog config(noreplace) to prevent overwriting
|
||||
of the content, move it to sysconfdir and make symlink for
|
||||
|
||||
Loading…
Reference in New Issue
Block a user