Accepting request 316715 from home:keichwa:branches:Publishing

OBS-URL: https://build.opensuse.org/request/show/316715
OBS-URL: https://build.opensuse.org/package/show/Publishing/sgml-skel?expand=0&rev=7
This commit is contained in:
Karl Eichwalder 2015-07-15 12:50:11 +00:00 committed by Git OBS Bridge
parent 3c6fcd4906
commit 9080e53382
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 14 14:37:24 UTC 2015 - ke@suse.de
- %post: create %{_sysconfdir}/xml/suse-catalog.xml to avoid validation
errors if in case no other DTD is installed [bsc#936596].
-------------------------------------------------------------------
Sun Nov 30 01:21:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package sgml-skel
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -90,6 +90,9 @@ xmlcatalog --noout --add "nextCatalog" "suse-catalog.xml" "suse-catalog.xml" \
%clean
rm -fr $RPM_BUILD_ROOT
%post
xmlcatalog --noout --create %{_sysconfdir}/xml/suse-catalog.xml
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README*