Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.6.3-9
- Rebuild in new environment.
Thu Jan 17 2002 Tim Waugh <twaugh@redhat.com> 0.6.3-8
- Back to /usr/share/sgml. Now install docbook-dtds.
- Use a real install-sh, not the symlink shipped in the tarball.
Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.6.3-7
- automated rebuild
Mon Nov 05 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-6
- Don't create a useless empty catalog.
- Don't try to put install things outside the build root.
- Build requires a libxml2 that actually works.
Mon Nov 05 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-4
- Use (and handle) catalog files with quotes in install-catalog.
Thu Nov 01 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-3
- Create default XML Catalog at build time, not install time.
Fri Oct 05 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-2
- Move XML things into /usr/share/xml, and split them out into separate
xml-common package.
Mon Oct 01 2001 Tim Waugh <twaugh@redhat.com> 0.6.3-1
- 0.6.3. Incorporates oldsyntax and quiet patches.
- Make /etc/sgml/sgml.conf noreplace.
- Own /etc/sgml, various other directories (bug #47485, bug #54180).
13 lines
462 B
Diff
13 lines
462 B
Diff
--- sgml-common-0.6.3/bin/install-catalog.in.umask Mon May 21 11:48:37 2001
|
|
+++ sgml-common-0.6.3/bin/install-catalog.in Mon May 21 12:00:34 2001
|
|
@@ -13,6 +13,9 @@
|
|
\040 -h, --help: \t\t\t\t Print this help message and exit\n\
|
|
\040 -v, --version: \t\t\t Print the version number and exit\n"
|
|
|
|
+# We need the files we create to be world readable
|
|
+umask 022
|
|
+
|
|
# Set version message
|
|
SGML_VERSION_MESSAGE="sgml-common version 0.2 (install-catalog version 1.0)"
|
|
|