Hello community, here is the log from the commit of package at for openSUSE:Factory checked in at 2020-02-22 18:57:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at (Old) and /work/SRC/openSUSE:Factory/.at.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at" Sat Feb 22 18:57:19 2020 rev:75 rq:777664 version:3.1.23 Changes: -------- --- /work/SRC/openSUSE:Factory/at/at.changes 2019-09-02 13:20:30.657364772 +0200 +++ /work/SRC/openSUSE:Factory/.at.new.26092/at.changes 2020-02-22 18:57:25.173288479 +0100 @@ -1,0 +2,11 @@ +Wed Feb 19 10:54:34 UTC 2020 - Kristyna Streitova <[email protected]> + +- 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 <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at.spec ++++++ --- /var/tmp/diff_new_pack.l0Hw7E/_old 2020-02-22 18:57:27.441292871 +0100 +++ /var/tmp/diff_new_pack.l0Hw7E/_new 2020-02-22 18:57:27.481292949 +0100 @@ -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 @@ 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 @@ %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
