mark catalog files as verify(not md5 size mtime) (#453271)

This commit is contained in:
Ondrej Vasik 2008-06-30 05:36:06 +00:00
parent c4d431698a
commit 5e34e9c200

View File

@ -1,6 +1,6 @@
Name: sgml-common
Version: 0.6.3
Release: 23%{?dist}
Release: 24%{?dist}
Group: Applications/Text
Summary: Common SGML catalog and DTD files
@ -128,13 +128,17 @@ rm -rf $RPM_BUILD_ROOT
%files -n xml-common
%defattr (-,root,root,-)
%dir %{_sysconfdir}/xml
%config(noreplace) %{_sysconfdir}/xml/catalog
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/xml/catalog
%dir %{_datadir}/sgml
%dir %{_datadir}/sgml/docbook
%{_datadir}/sgml/docbook/xmlcatalog
%verify(not md5 size mtime) %{_datadir}/sgml/docbook/xmlcatalog
%dir %{_datadir}/xml
%changelog
* Mon Jun 30 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.3-24
- mark catalog files as (not md5 size mtime) for verify to
prevent info about changed files (#453271)
* Thu Nov 22 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.3-23
- Another MergeReview improvements(provided by Patrice Dumas)
- copy Automake-1.4 files instead of rerunning autotools,