From 99d8f1f3094cedfb14abea35957ef832aec9afe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 22 Sep 2016 12:22:21 +0200 Subject: [PATCH] Install man page as non-executable --- pungi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 4aa93ed5..8baa5f74 100644 --- a/pungi.spec +++ b/pungi.spec @@ -68,7 +68,7 @@ gzip _build/man/pungi.1 %{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__install} -d %{buildroot}/var/cache/pungi %{__install} -d %{buildroot}%{_mandir}/man1 -%{__install} doc/_build/man/pungi.1.gz %{buildroot}%{_mandir}/man1 +%{__install} -m 0644 doc/_build/man/pungi.1.gz %{buildroot}%{_mandir}/man1 %check ./tests/data/specs/build.sh