From 36bd85e1ad1385751ab7668c4ea4ebcc3f635a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Wed, 5 Feb 2014 17:56:25 +0100 Subject: [PATCH] manpage should not have 755 permissions (#1061759) --- docbook-style-dsssl.Makefile | 2 +- docbook-style-dsssl.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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