From cfff47ae7acca8372695bc2965ed057310c16878 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:11:31 +0000 Subject: [PATCH] auto-import changelog data from make-3.79.1-5a.src.rpm Mon Mar 18 2002 Phil Knirsch - Fixed wrong file access permissions on /usr/bin/make if package was rebuilt as root. --- make.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/make.spec b/make.spec index 1ef49ca..e317b22 100644 --- a/make.spec +++ b/make.spec @@ -2,7 +2,7 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Epoch: 1 Version: 3.79.1 -Release: 5 +Release: 5a Copyright: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz @@ -40,6 +40,7 @@ rm -rf ${RPM_BUILD_ROOT} gzip -9nf .%{_infodir}/make.info* rm -f .%{_infodir}/dir } +chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/make %clean rm -rf ${RPM_BUILD_ROOT} @@ -61,6 +62,10 @@ fi %{_datadir}/locale/*/LC_MESSAGES/make* %changelog +* Mon Mar 18 2002 Phil Knirsch +- Fixed wrong file access permissions on /usr/bin/make if package was rebuilt + as root. + * Mon Aug 7 2000 Tim Waugh - change info-dir entry so that 'info make' works (#15029).