rpms/at/F-12 at.spec,1.79,1.80

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Oct 13 13:21:49 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/at/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32514

Modified Files:
	at.spec 
Log Message:
* Tue Oct 13 2009 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-39
- 528582 add noreplace option into files section



Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-12/at.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- at.spec	29 Sep 2009 18:54:20 -0000	1.79
+++ at.spec	13 Oct 2009 13:21:48 -0000	1.80
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 38%{?dist}
+Release: 39%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -54,18 +54,13 @@ Buildroot: %{_tmppath}/%{name}-%{version
 At and batch read commands from standard input or from a specified
 file. At allows you to specify that a command will be run at a
 particular time. Batch will execute commands when the system load
-levels drop to a particular level. Both commands use /bin/sh.
+levels drop to a particular level. Both commands use user's shell.
 
 You should install the at package if you need a utility for
 time-oriented job control. Note: If it is a recurring job that will
 need to be repeated at the same time every day/week, etc. you should
 use crontab instead.
 
-#%{?_without_check: %define _without_check 1}
-#%{!?_without_check: %define _without_check 1}
-#%{!?_without_check: %define _without_check 0}
-# FIX THIS!
-
 %prep
 %setup -q
 
@@ -179,23 +174,26 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc docs/*
-%config(noreplace) %{_sysconfdir}/at.deny
+%config(noreplace)		%{_sysconfdir}/at.deny
+%config(noreplace)		%{_sysconfdir}/sysconfig/atd
 %attr(0755,root,root)		%{_sysconfdir}/rc.d/init.d/atd
-%attr(0644,root,root)		%{_sysconfdir}/sysconfig/atd
 %attr(0700,daemon,daemon)	%dir %{_localstatedir}/spool/at
 %attr(0600,daemon,daemon)	%verify(not md5 size mtime) %ghost %{_localstatedir}/spool/at/.SEQ
 %attr(0700,daemon,daemon)	%dir %{_localstatedir}/spool/at/spool
-%attr(0640,root,daemon)	%config(noreplace) /etc/pam.d/atd
+%attr(0640,root,daemon)		%config(noreplace) /etc/pam.d/atd
 %{_sbindir}/atrun
-%attr(0755,root,root)	%{_sbindir}/atd
+%attr(0755,root,root)		%{_sbindir}/atd
 %{_mandir}/man*/*
 %{_bindir}/batch
 %{_bindir}/atrm
 %{_bindir}/atq
-%attr(4755,root,root)	%{_bindir}/at
-%attr(0755,root,root)	%{_libdir}/pm-utils/sleep.d/56atd
+%attr(4755,root,root)		%{_bindir}/at
+%attr(0755,root,root)		%{_libdir}/pm-utils/sleep.d/56atd
 
 %changelog
+* Tue Oct 13 2009 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-39
+- 528582 add noreplace option into files section
+
 * Tue Sep 29 2009 Tomas Mraz <tmraz at redhat.com> 3.1.10-38
 - authentication PAM modules have to be configured for pam_setcred()
 




More information about the scm-commits mailing list