summaryrefslogtreecommitdiffstats
path: root/groff.spec
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-07-23 16:20:42 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-07-23 16:20:42 +0200
commit3c4b9a30484100e18a343bc5e1af6da3b3f116db (patch)
treed02296b2b3e40b63696811e98f24d86cc60f2c44 /groff.spec
parent5fea8c42414304a694bbdc69f56dd4b2e380d6d5 (diff)
downloadgroff-3c4b9a30484100e18a343bc5e1af6da3b3f116db.tar.gz
groff-3c4b9a30484100e18a343bc5e1af6da3b3f116db.tar.xz
groff-3c4b9a30484100e18a343bc5e1af6da3b3f116db.zip
Don't use /usr/bin/env in shebang
Diffstat (limited to 'groff.spec')
-rw-r--r--groff.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/groff.spec b/groff.spec
index d40fbf7..6b4eee6 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system
Name: groff
Version: 1.22.2
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv3+ and GFDL and BSD and MIT
Group: Applications/Publishing
URL: http://www.gnu.org/software/groff/
@@ -14,6 +14,8 @@ Patch0: 0001-missing-groff-x11-info-message-when-gxditview-not-fo.patch
Patch1: 0002-load-site-font-and-site-tmac-from-etc-groff.patch
# resolves: #709413, #720058, #720057
Patch2: 0003-various-security-fixes.patch
+# resolves: #987069
+Patch3: 0004-don-t-use-usr-bin-env-in-shebang.patch
Requires: coreutils, /sbin/install-info, groff-base = %{version}-%{release}
Requires(post): info
@@ -397,6 +399,9 @@ fi
%doc %{_docdir}/%{name}-%{version}/pdf/
%changelog
+* Tue Jul 23 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-6
+- don't use /usr/bin/env in shebang
+
* Mon Jul 22 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-5
- removed BSD and MIT license files - the text is already included
in the upstream tarball