OBS User unknown
2007-03-20 00:14:00 +00:00
committed by Git OBS Bridge
parent 9de569f3ef
commit ffd69c3d3e
4 changed files with 451 additions and 4 deletions

13
at.spec
View File

@@ -1,7 +1,7 @@
#
# spec file for package at (Version 3.1.8)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -17,7 +17,7 @@ License: GNU General Public License (GPL)
Group: System/Daemons
Autoreqprov: on
Version: 3.1.8
Release: 947
Release: 957
Summary: A Job Manager
Source: at_3.1.8-11.tar.gz
Source1: atd.init
@@ -32,6 +32,7 @@ Patch6: at-selinux-20040909.patch
Patch7: at-%{version}-pie.patch
Patch8: at-%{version}-eal3-manpages.dif
Patch9: at-%{version}-formatbugs.dif
Patch10: at-3.1.8-pam.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Prereq: /usr/sbin/useradd /usr/sbin/groupadd %fillup_prereq %insserv_prereq
@@ -58,6 +59,7 @@ Authors:
%patch7 -p1
%patch8
%patch9
%patch10
%build
%{?suse_update_config:%{suse_update_config -f}}
@@ -132,7 +134,12 @@ fi
%attr(600,at,at) /var/spool/atjobs/.SEQ
/var/adm/fillup-templates/sysconfig.atd
%changelog -n at
%changelog
* Mon Mar 19 2007 - mrueckert@suse.de
- readd at-3.1.8-pam.diff: (#222563)
The breaking part of the setreuid(daemon_uid,daemon_uid) in
perm.c. uid 25 can not write audit messages. As upstream removed
the pam code in perm.c aswell, we do the same here.
* Mon Dec 18 2006 - ro@suse.de
- added sysconfig variables ATD_BATCH_INTERVAL
and ATD_LOADAVG (fate#301318)