rpms/vixie-cron/devel vixie-cron.spec,1.105,1.106

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Mon Sep 24 13:39:30 UTC 2007


Author: mmaslano

Update of /cvs/pkgs/rpms/vixie-cron/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25376

Modified Files:
	vixie-cron.spec 
Log Message:
License tag, owning files.



Index: vixie-cron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vixie-cron/devel/vixie-cron.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- vixie-cron.spec	30 Aug 2007 15:47:25 -0000	1.105
+++ vixie-cron.spec	24 Sep 2007 13:38:58 -0000	1.106
@@ -10,9 +10,9 @@
 Summary: The Vixie cron daemon for executing specified programs at set times
 Name: vixie-cron
 Version: 4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 4
-License: GPL
+License: BSD
 Group: System Environment/Base
 Source0: https://hosted.fedoraproject.org/projects/vixie-cron/wiki/%{name}-%{version}.tar.gz
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,7 +55,10 @@
 autoconf
 
 %build
-%configure --with-pam
+%configure \
+%if %{WITH_PAM}
+--with-pam
+%endif
 
 make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DLINT -Dlint" \
 %if %{WITH_SELINUX}
@@ -86,13 +89,14 @@
 %if ! %{WITH_PAM}
 	rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
 %endif
+touch $RPM_BUILD_ROOT/%{_sysconfdir}/cron.deny
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add crond
-[ ! -f /etc/cron.allow ] && [ ! -f /etc/cron.deny ] && touch /etc/cron.deny ||:;
+#[ ! -f /etc/cron.allow ] && [ ! -f /etc/cron.deny ] && touch /etc/cron.deny ||:;
  
 %preun
 if [ $1 = 0 ]; then
@@ -124,9 +128,15 @@
 	%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/crond
 %endif
 %config(noreplace) %{_sysconfdir}/sysconfig/crond
+%config(noreplace) %{_sysconfdir}/cron.deny
 %doc %{_datadir}/doc/cron/*
 
 %changelog
+* Mon Sep 24 2007 Marcela Maslanova <mmaslano at redhat.com> - 4:4.2-3
+- cron own cron.deny
+- correct license tag
+- with-pam (configure) is now optional
+
 * Thu Aug 30 2007 Jeremy Katz <katzj at redhat.com> - 4:4.2-2
 - autoconf/automake are buildrequires, not runtime requires
 




More information about the fedora-extras-commits mailing list