rpms/nmh/devel nmh-1.1-inc_install.patch, NONE, 1.1 nmh.spec, 1.13, 1.14

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Mon Feb 20 01:28:44 UTC 2006


Author: bressers

Update of /cvs/extras/rpms/nmh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16561

Modified Files:
	nmh.spec 
Added Files:
	nmh-1.1-inc_install.patch 
Log Message:
Ensure that inc is not sgid during the build install.


nmh-1.1-inc_install.patch:

--- NEW FILE nmh-1.1-inc_install.patch ---
--- uip/Makefile.in.orig	2006-02-19 20:12:52.000000000 -0500
+++ uip/Makefile.in	2006-02-19 20:20:43.000000000 -0500
@@ -283,7 +283,7 @@
 # install commands with special installation needs (thus no $(SCMDS) use here)
 install-scmds:
 	if test x$(SETGID_MAIL) != x; then \
-	  $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc ${DESTDIR}$(bindir)/$$cmd; \
+	  $(INSTALL_PROGRAM)                 inc ${DESTDIR}$(bindir)/$$cmd; \
 	else \
 	  $(INSTALL_PROGRAM)                 inc ${DESTDIR}$(bindir)/$$cmd; \
 	fi


Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nmh.spec	13 Feb 2006 17:33:55 -0000	1.13
+++ nmh.spec	20 Feb 2006 01:28:43 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        16.fc5
+Release:        17.fc5
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -12,6 +12,7 @@
 Patch2:         nmh-1.1-empty-content-type.patch
 Patch3:         nmh-1.1-annotate.patch
 Patch4:         nmh-1.1-context_read.patch
+Patch5:         nmh-1.1-inc_install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    libtermcap-devel
 BuildRequires:  db4-devel
@@ -36,6 +37,7 @@
 %patch2 -p0
 %patch3 -p1
 %patch4 -p1
+%patch4 -p0
 
 
 %build
@@ -71,6 +73,9 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Sun Feb 19 2006 Josh Bressers <bressers at redhat.com> 0:1.1-17.fc5
+- Stop trying to install inc sgid.
+
 * Mon Feb 13 2006 Josh Bressers <bressers at redhat.com> 0:1.1-16.fc5
 - Rebuild for Fedora Extras 5.
 




More information about the fedora-extras-commits mailing list