diff --git a/docbook-style-dsssl.Makefile b/docbook-style-dsssl.Makefile index d07bb87..af1a1fb 100644 --- a/docbook-style-dsssl.Makefile +++ b/docbook-style-dsssl.Makefile @@ -12,7 +12,7 @@ install-bin: install-man: mkdir -p $(MANDIR)/man1 - install -p bin/collateindex.pl.1 $(MANDIR)/man1 + install -m 644 -p bin/collateindex.pl.1 $(MANDIR)/man1 install-dtd: mkdir -p $(DESTDIR)/dtds/{decls,dbdsssl,html,imagelib,olink} diff --git a/docbook-style-dsssl.spec b/docbook-style-dsssl.spec index b4dbb0d..364e1fe 100644 --- a/docbook-style-dsssl.spec +++ b/docbook-style-dsssl.spec @@ -1,6 +1,6 @@ Name: docbook-style-dsssl Version: 1.79 -Release: 18%{?dist} +Release: 19%{?dist} Group: Applications/Text Summary: Norman Walsh's modular stylesheets for DocBook @@ -65,6 +65,9 @@ fi exit 0 %changelog +* Wed Feb 05 2014 Ondrej Vasik - 1.79-19 +- manpage should not have 755 permissions (#1061759) + * Sat Aug 03 2013 Petr Pisar - 1.79-18 - Perl 5.18 rebuild