diff --git a/sgml-common.spec b/sgml-common.spec index 936e4cd..00ac0a8 100644 --- a/sgml-common.spec +++ b/sgml-common.spec @@ -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 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 0.6.3-23 - Another MergeReview improvements(provided by Patrice Dumas) - copy Automake-1.4 files instead of rerunning autotools,