rpms/fcron/devel fcron-3.0.2-accept_readable_fcron.conf.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 fcron.spec, 1.7, 1.8 sources, 1.2, 1.3

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Wed Feb 7 10:11:02 UTC 2007


Author: dionysos

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

Modified Files:
	.cvsignore fcron.spec sources 
Added Files:
	fcron-3.0.2-accept_readable_fcron.conf.patch 
Log Message:
New upstream release

fcron-3.0.2-accept_readable_fcron.conf.patch:

--- NEW FILE fcron-3.0.2-accept_readable_fcron.conf.patch ---
--- subs.c.orig	2007-01-15 22:41:06.000000000 +0100
+++ subs.c	2007-02-07 10:45:31.000000000 +0100
@@ -222,10 +222,9 @@
     /* check if the file is secure : owner:root, group:fcron,
      * writable only by owner */
     if ( fstat(fileno(f), &st) != 0 
-	 || st.st_uid != rootuid || st.st_gid != fcrongid
 	 || st.st_mode & S_IWGRP || st.st_mode & S_IWOTH ) {
-	error("Conf file (%s) must be owned by root:" GROUPNAME 
-	      " and (no more than) 644 : ignored", fcronconf, GROUPNAME);
+	error("Conf file (%s) must not have more perms than 644 : ignored", 
+		fcronconf);
 	fclose(f);
 	return;
     }


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Jun 2006 11:55:08 -0000	1.2
+++ .cvsignore	7 Feb 2007 10:10:30 -0000	1.3
@@ -1 +1 @@
-fcron-3.0.1.src.tar.gz
+fcron-3.0.2.src.tar.gz


Index: fcron.spec
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/fcron.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fcron.spec	12 Oct 2006 07:46:24 -0000	1.7
+++ fcron.spec	7 Feb 2007 10:10:30 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		fcron
-Version:	3.0.1
-Release:	17%{?dist}
+Version:	3.0.2
+Release:	1%{?dist}
 Summary:	A task scheduler
 Summary(fr):	Un ordonnanceur de tâches
 Summary(it):	Uno schedulatore di processi
@@ -14,8 +14,8 @@
 Patch0:		fcron-3.0.1-Makefile.in.fedora_install.patch
 Patch1:		fcron-3.0.1-doc_Makefile.in.fedora_install.patch
 Patch2:		fcron-3.0.1-configure.fedora.patch
-Patch3:		fcron-3.0.1-accept_readable_fcron.conf.patch
-Patch4:		fcrontab.c.seteuid
+Patch3:		fcron-3.0.2-accept_readable_fcron.conf.patch
+#Patch4:		fcrontab.c.seteuid
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	sysklogd
@@ -85,8 +85,8 @@
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
-%patch3 -p1
-%patch4 -p0
+%patch3 -p0
+#%patch4 -p0
 
 %build
 
@@ -186,6 +186,11 @@
 %ghost %{_localstatedir}/run/fcron.pid
 
 %changelog
+* Wed Feb  7 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 3.0.2-1
+  - New upstream version
+  - Update patch3
+  - Remove patch4 now applied by upstream
+
 * Fri Oct 12 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 3.0.1-17
   - Don't remove frcon user when erasing package
   - Update doc accordingly


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Jun 2006 11:55:08 -0000	1.2
+++ sources	7 Feb 2007 10:10:30 -0000	1.3
@@ -1 +1 @@
-8e5dcb3a646c11294294895954ef0a48  fcron-3.0.1.src.tar.gz
+f35e6af41d356ebcb38882f86a14fb94  fcron-3.0.2.src.tar.gz




More information about the scm-commits mailing list