From 99959c87e5216a9b631d2aa65b6a1daad3e245bb Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Dec 03 2008 14:06:36 +0000 Subject: - 464393 add script into pm-utils, because daemon wasn't taking all jobs after suspend/hibernate --- diff --git a/.cvsignore b/.cvsignore index 466ce26..5a68361 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ at_3.1.10.tar.gz +56atd diff --git a/at.spec b/at.spec index 8db10d2..adc4bf4 100644 --- a/at.spec +++ b/at.spec @@ -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 @@ Source: http://ftp.debian.org/debian/pool/main/a/at/at_%{major_ver}.tar.gz 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 @@ ln -s at.allow.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 @@ -187,8 +191,13 @@ fi %{_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á - 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 - 3.1.10-24 - thanks dwalsh for selinux patch, which fix #460873 - adding || into scriptlets fix removing old package after upgrade diff --git a/sources b/sources index c59f49a..248dc4e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 6e5857e23b3c32ea6995fb7f8989987e at_3.1.10.tar.gz +053188856f8d971c6239ed973cb85794 56atd