rpms/at/F-9 .cvsignore,1.6,1.7 at.spec,1.66,1.67 sources,1.6,1.7

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Dec 3 14:07:06 UTC 2008


Author: mmaslano

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-9/.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 14:06:36 -0000	1.7
@@ -1 +1,2 @@
 at_3.1.10.tar.gz
+56atd


Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-9/at.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- at.spec	17 Sep 2008 08:58:38 -0000	1.66
+++ at.spec	3 Dec 2008 14:06:36 -0000	1.67
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 24%{?dist}
+Release: 25%{?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
@@ -146,6 +147,9 @@
 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
 
@@ -187,8 +191,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-25
+- 464393 add script into pm-utils, because daemon wasn't taking all jobs 
+	after suspend/hibernate
+
 * Tue Sep 16 2008 Marcela Maslanova <mmaslano at redhat.com> - 3.1.10-24
 - thanks dwalsh for selinux patch, which fix #460873
 - adding || into scriptlets fix removing old package after upgrade


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-9/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 14:06:36 -0000	1.7
@@ -1 +1,2 @@
 6e5857e23b3c32ea6995fb7f8989987e  at_3.1.10.tar.gz
+053188856f8d971c6239ed973cb85794  56atd




More information about the fedora-extras-commits mailing list