rpms/at/devel .cvsignore,1.6,1.7 at.spec,1.69,1.70 sources,1.6,1.7

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Dec 3 13:31:03 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/at/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7796

Modified Files:
	.cvsignore at.spec sources 
Log Message:
* Wed Dec 3 2008 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-27
- 464393 add script into pm-utils, because daemon wasn't taking all jobs 
	after suspend/hibernate



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	5 Mar 2007 08:51:02 -0000	1.6
+++ .cvsignore	3 Dec 2008 13:30:31 -0000	1.7
@@ -1 +1,2 @@
 at_3.1.10.tar.gz
+56atd


Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/at.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- at.spec	24 Oct 2008 13:14:05 -0000	1.69
+++ at.spec	3 Dec 2008 13:30:31 -0000	1.70
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 26%{?dist}
+Release: 27%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -14,6 +14,7 @@
 Source1: test.pl
 Source2: atd.init
 Source3: atd.sysconf
+Source4: 56atd
 Patch0: at-3.1.7-lockfile.patch
 Patch1: at-3.1.10-makefile.patch
 Patch2: at-3.1.10-man-timespec-path.patch
@@ -37,6 +38,7 @@
 BuildRequires: fileutils chkconfig /etc/init.d
 BuildRequires: flex bison autoconf
 BuildRequires: libselinux-devel >= 1.27.9
+Requires: pm-utils
 
 %if %{WITH_PAM}
 BuildRequires: pam-devel
@@ -107,7 +109,7 @@
 %{?_without_check: %define _without_check 1}
 %{!?_without_check: %define _without_check 1}
 
-%if ! %{_without_check}                                                                                                       
+%if ! %{_without_check}
 	LANG=C make test > /dev/null
 %endif
 
@@ -138,12 +140,14 @@
 mv -f %{buildroot}/%{_mandir}/man5/at_allow.5 \
 	%{buildroot}/%{_mandir}/man5/at.allow.5
 rm -f %{buildroot}/%{_mandir}/man5/at_deny.5
-ln -s at.allow.5 \
-	%{buildroot}/%{_mandir}/man5/at.deny.5
+ln -s at.allow.5 %{buildroot}/%{_mandir}/man5/at.deny.5
 
 mkdir -p %{buildroot}/etc/sysconfig
 install -m 755 %{SOURCE3} %{buildroot}/etc/sysconfig/atd
 
+mkdir -p %{buildroot}/%{_libdir}/pm-utils/sleep.d/
+install -m 755 %{SOURCE4} %{buildroot}/%{_libdir}/pm-utils/sleep.d/56atd
+
 # remove unpackaged files from the buildroot
 rm -r  %{buildroot}%{_prefix}/doc
 
@@ -185,8 +189,13 @@
 %{_bindir}/atrm
 %{_bindir}/atq
 %attr(4755,root,root)	%{_bindir}/at
+%attr(0755,root,root)	%{_libdir}/pm-utils/sleep.d/56atd
 
 %changelog
+* Wed Dec 3 2008 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-27
+- 464393 add script into pm-utils, because daemon wasn't taking all jobs 
+	after suspend/hibernate
+
 * Fri Oct 24 2008 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-26
 - update init script according to SysVInitScript
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Mar 2007 08:51:02 -0000	1.6
+++ sources	3 Dec 2008 13:30:31 -0000	1.7
@@ -1 +1,2 @@
 6e5857e23b3c32ea6995fb7f8989987e  at_3.1.10.tar.gz
+053188856f8d971c6239ed973cb85794  56atd




More information about the fedora-extras-commits mailing list