rpms/rootsh/devel rootsh-1.5.3-open-needs-3-args.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rootsh.spec, 1.5, 1.6 sources, 1.2, 1.3

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


Author: spot

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

Modified Files:
	.cvsignore 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rootsh/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Jan 2006 17:23:35 -0000	1.2
+++ .cvsignore	14 May 2008 20:48:37 -0000	1.3
@@ -1 +1 @@
-rootsh-1.5.2.tar.gz
+rootsh-1.5.3.tar.gz


Index: rootsh.spec
===================================================================
RCS file: /cvs/extras/rpms/rootsh/devel/rootsh.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rootsh.spec	20 Feb 2008 01:48:31 -0000	1.5
+++ rootsh.spec	14 May 2008 20:48:37 -0000	1.6
@@ -1,10 +1,13 @@
 Name:		rootsh
 Summary: 	Shell wrapper for auditing
-Version:	1.5.2
-Release:	6%{?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,15 @@
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rootsh/devel/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:37 -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