rpms/fcron/FC-6 fcron-3.0.3-Makefile.in.fedora_install.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 fcron.spec, 1.10, 1.11 sources, 1.3, 1.4

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Fri Jul 6 13:34:55 UTC 2007


Author: dionysos

Update of /cvs/extras/rpms/fcron/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23398

Modified Files:
	.cvsignore fcron.spec sources 
Added Files:
	fcron-3.0.3-Makefile.in.fedora_install.patch 
Log Message:
New upstream version.

fcron-3.0.3-Makefile.in.fedora_install.patch:

--- NEW FILE fcron-3.0.3-Makefile.in.fedora_install.patch ---
--- Makefile.in.orig	2007-06-03 23:44:44.000000000 +0200
+++ Makefile.in	2007-07-05 16:51:29.000000000 +0200
@@ -130,11 +130,6 @@
 
 install-staged: all
 
-# needed by boot-install script :
-	echo `fcron -V 2>&1 | grep "^fcron "` > PREVIOUS_VERSION && chmod a+rw PREVIOUS_VERSION
-
-	$(SRCDIR)/script/user-group $(USERNAME) $(GROUPNAME) $(ANSWERALL) $(SRCDIR)
-
 # check if the directories we use exist, and if not, create them
 	if test ! -d $(DESTDIR)$(DESTSBIN); then $(INSTALL) -m 755 -d $(DESTDIR)$(DESTSBIN) ; fi
 	if test ! -d $(DESTDIR)$(DESTBIN); then $(INSTALL) -m 755 -d $(DESTDIR)$(DESTBIN) ; fi
@@ -152,6 +147,10 @@
 endif
 	test -f $(DESTDIR)$(ETC)/fcron.allow || test -f $(DESTDIR)$(ETC)/fcron.deny || $(INSTALL) -m 644 $(SRCDIR)/files/fcron.allow $(SRCDIR)/files/fcron.deny $(DESTDIR)$(ETC)
 	test -f $(DESTDIR)$(ETC)/fcron.conf || $(INSTALL) -m 644 files/fcron.conf $(DESTDIR)$(ETC)
+# We are using PAM, so, install relevent files
+	$(INSTALL) -m 755 -d $(DESTDIR)$(ETC)/pam.d
+	$(INSTALL) -m 644 files/fcron.pam $(DESTDIR)$(ETC)/pam.d/fcron
+	$(INSTALL) -m 644 files/fcrontab.pam $(DESTDIR)$(ETC)/pam.d/fcrontab
 
 	make -C doc install-staged
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fcron/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Feb 2007 10:15:29 -0000	1.3
+++ .cvsignore	6 Jul 2007 13:34:19 -0000	1.4
@@ -1 +1 @@
-fcron-3.0.2.src.tar.gz
+fcron-3.0.3.src.tar.gz


Index: fcron.spec
===================================================================
RCS file: /cvs/extras/rpms/fcron/FC-6/fcron.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fcron.spec	12 Apr 2007 16:51:49 -0000	1.10
+++ fcron.spec	6 Jul 2007 13:34:19 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		fcron
-Version:	3.0.2
-Release:	2%{?dist}
+Version:	3.0.3
+Release:	1%{?dist}
 Summary:	A task scheduler
 Summary(fr):	Un ordonnanceur de tâches
 Summary(it):	Uno schedulatore di processi
@@ -11,9 +11,9 @@
 Source0:	http://fcron.free.fr/archives/%{name}-%{version}.src.tar.gz
 Source1:	fcron.README
 Source2:	fcron.LISEZMOI
-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
+Patch0:		fcron-3.0.3-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.2-accept_readable_fcron.conf.patch
 #Patch4:		fcrontab.c.seteuid
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -83,14 +83,14 @@
 %{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora
 
 %patch0 -p0
-%patch1 -p0
-%patch2 -p0
+#%patch1 -p0
+#%patch2 -p0
 %patch3 -p0
 #%patch4 -p0
 
 %build
 
-%configure
+%configure --with-boot-install=no
 make %{?_smp_mflags}
 
 %install
@@ -98,10 +98,10 @@
 
 cp -a doc/fr/HTML doc/fr/HTML-fr
 
-make install DESTDIR=%{buildroot}
+make install-staged DESTDIR=%{buildroot}
 
 %{__install} -d %{buildroot}%{_initrddir}
-%{__sed}  -i-e "s|SBIN=@@DESTSBIN@|SBIN=%{_sbindir}|" script/sysVinit-launcher
+%{__sed} -i -e "s|SBIN=@@DESTSBIN@|SBIN=%{_sbindir}|" script/sysVinit-launcher
 %{__sed} -e "s|2345|-|" script/sysVinit-launcher > %{buildroot}%{_initrddir}/fcron
 %{__chmod} 0755 %{buildroot}%{_initrddir}/fcron
 
@@ -186,13 +186,15 @@
 %ghost %{_localstatedir}/run/fcron.pid
 
 %changelog
+* Thu Jul  5 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 3.0.3-1
+  - New upstream version
+  - Update patch0
+  - Remove patch1 & patch2, no more needed
+
 * Thu Apr 12 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 3.0.2-2
   - Replace "smtpdaemon" by "/usr/sbin/sendmail" in Requires and
     BuildRequires statements. Fix #235601.
 
-* Wed Feb  7 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 3.0.2-1.1
-  - To increase release
-
 * Wed Feb  7 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 3.0.2-1
   - New upstream version
   - Update patch3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fcron/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Feb 2007 10:15:29 -0000	1.3
+++ sources	6 Jul 2007 13:34:19 -0000	1.4
@@ -1 +1 @@
-f35e6af41d356ebcb38882f86a14fb94  fcron-3.0.2.src.tar.gz
+c85e6eecd0564f37658ae250a491fd31  fcron-3.0.3.src.tar.gz




More information about the scm-commits mailing list