Accepting request 777664 from Base:System

OBS-URL: https://build.opensuse.org/request/show/777664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=75
This commit is contained in:
Dominique Leuenberger 2020-02-22 17:57:19 +00:00 committed by Git OBS Bridge
commit 19d6c62001
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 19 10:54:34 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
- change login shell for at user from /bin/bash to /bin/false as it
shouldn't need a valid login shell
-------------------------------------------------------------------
Thu Oct 17 13:48:04 UTC 2019 - Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Tue Aug 27 15:51:24 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package at
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,8 +26,7 @@ Version: 3.1.23
Release: 0
Summary: A Job Manager
License: GPL-2.0-or-later
Group: System/Daemons
Url: http://ftp.debian.org/debian/pool/main/a/at
URL: http://ftp.debian.org/debian/pool/main/a/at
Source: http://ftp.debian.org/debian/pool/main/a/at/%{name}_%{version}.orig.tar.gz
Source2: atd.pamd
Source3: sysconfig.atd
@ -132,7 +131,7 @@ install -m644 %{SOURCE3} %{buildroot}%{_fillupdir}
%pre
%{_sbindir}/groupadd -g 25 -o -r at 2> /dev/null || :
%{_sbindir}/useradd -r -o -g at -u 25 -s /bin/bash -c "Batch jobs daemon" -d %{_localstatedir}/spool/atjobs at 2> /dev/null || :
%{_sbindir}/useradd -r -o -g at -u 25 -s /bin/false -c "Batch jobs daemon" -d %{_localstatedir}/spool/atjobs at 2> /dev/null || :
%service_add_pre atd.service
%preun