rpms/rootsh/F-7 rootsh-1.5.3-open-needs-3-args.patch, NONE, 1.1 rootsh.spec, 1.4, 1.5 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed May 14 20:49:09 UTC 2008


Author: spot

Update of /cvs/extras/rpms/rootsh/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1523/F-7

Modified Files:
	rootsh.spec sources 
Added Files:
	rootsh-1.5.3-open-needs-3-args.patch 
Log Message:
update to 1.5.3

rootsh-1.5.3-open-needs-3-args.patch:

--- NEW FILE rootsh-1.5.3-open-needs-3-args.patch ---
diff -up rootsh-1.5.3/src/rootsh.c.BAD rootsh-1.5.3/src/rootsh.c
--- rootsh-1.5.3/src/rootsh.c.BAD	2008-05-14 16:38:30.000000000 -0400
+++ rootsh-1.5.3/src/rootsh.c	2008-05-14 16:38:37.000000000 -0400
@@ -680,7 +680,7 @@ int beginlogging(void) {
     //  Open the logfile 
     */
     if ((logFile = open(logFileName, O_RDWR|O_CREAT|O_SYNC|O_CREAT|O_APPEND|
-        S_IRUSR|S_IWUSR)) == -1) {
+        S_IRUSR|S_IWUSR, 0777)) == -1) {
       perror(logFileName);
       return(0);
     }


Index: rootsh.spec
===================================================================
RCS file: /cvs/extras/rpms/rootsh/F-7/rootsh.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rootsh.spec	27 Aug 2007 14:35:26 -0000	1.4
+++ rootsh.spec	14 May 2008 20:48:02 -0000	1.5
@@ -1,10 +1,13 @@
 Name:		rootsh
 Summary: 	Shell wrapper for auditing
-Version:	1.5.2
-Release:	5%{?dist}
-License:	GPLv2+
+Version:	1.5.3
+Release:	1%{?dist}
+License:	GPLv3+
 Group:		Applications/System
 Source0:	http://download.sourceforge.net/rootsh/%{name}-%{version}.tar.gz
+# Bug filed upstream 
+# http://sourceforge.net/tracker/index.php?func=detail&aid=1964114&group_id=110309&atid=656399
+Patch0:		rootsh-1.5.3-open-needs-3-args.patch
 URL:		http://sourceforge.net/projects/rootsh
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -16,6 +19,7 @@
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
 %configure
@@ -30,11 +34,18 @@
 
 %files
 %defattr(-,root,root)
-%doc README AUTHORS ChangeLog THANKS INSTALL NEWS TODO COPYING
+%doc README AUTHORS ChangeLog THANKS INSTALL COPYING
 %{_bindir}/rootsh
 %{_mandir}/man1/rootsh.1.gz
 
 %changelog
+* Wed May 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.3-1
+- update to 1.5.3
+- open needs 3 args
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5.2-6
+- Autorebuild for GCC 4.3
+
 * Mon Aug 27 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.2-5
 - license tag fix
 - rebuild for BuildID


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rootsh/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Jan 2006 17:23:35 -0000	1.2
+++ sources	14 May 2008 20:48:02 -0000	1.3
@@ -1 +1 @@
-39e3a876b991fe235af3150335d1a0f8  rootsh-1.5.2.tar.gz
+af62e6140338c9b2e8e8f6e828fda1ac  rootsh-1.5.3.tar.gz




More information about the scm-commits mailing list