Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2013-07-16 14:06:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at (Old)
 and      /work/SRC/openSUSE:Factory/.at.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at/at.changes    2013-06-29 14:22:43.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes       2013-07-16 
14:06:39.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Jul 15 13:50:37 UTC 2013 - [email protected]
+
+- No http://0pointer.de/public/systemd-units/atd.service anymore
+
+-------------------------------------------------------------------
+Sat Jul 13 00:09:02 UTC 2013 - [email protected]
+
+- systemd: start as non-forking service 
+- systemd: start after systemd-user-sessions.service
+
+-------------------------------------------------------------------
+Sat Jul 13 00:05:41 UTC 2013 - [email protected]
+
+- Use /run not /var/run to store the pid file 
+
+-------------------------------------------------------------------

New:
----
  at-piddir.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ at.spec ++++++
--- /var/tmp/diff_new_pack.RmaxZs/_old  2013-07-16 14:06:40.000000000 +0200
+++ /var/tmp/diff_new_pack.RmaxZs/_new  2013-07-16 14:06:40.000000000 +0200
@@ -34,7 +34,7 @@
 Source2:        atd.pamd
 Source3:        sysconfig.atd
 Source4:        at.sleep
-Source5:        http://0pointer.de/public/systemd-units/atd.service
+Source5:        atd.service
 Patch0:         %{name}-3.1.13.patch
 Patch4:         %{name}-3.1.13-joblist.patch
 Patch5:         %{name}-3.1.13-selinux.patch
@@ -59,6 +59,8 @@
 Patch20:        at-parse-suse-sysconfig.patch
 #PATCH-FIX-UPSTREAM fix makefile dependencies
 Patch21:        at-makefile-deps.patch
+#PATCH-FIX-OPENSUSE Set pid dir to /run not /var/run
+Patch22:        at-piddir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %{_sbindir}/useradd %{_sbindir}/groupadd %fillup_prereq 
%insserv_prereq
 PreReq:         permissions
@@ -93,7 +95,7 @@
 %patch19
 %patch20 -p1
 %patch21 -p1
-
+%patch22
 %build
 rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o
 autoreconf -fiv

++++++ at-piddir.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -136,6 +136,7 @@ elif test -d /usr/run ; then
 else
     PIDDIR="$ETCDIR"
 fi
+PIDDIR=/run
 AC_DEFINE_UNQUOTED(PIDFILE, "$PIDDIR/atd.pid", [What is the name of our PID 
file?])
 AC_MSG_RESULT($PIDDIR)
 
++++++ atd.service ++++++
--- /var/tmp/diff_new_pack.RmaxZs/_old  2013-07-16 14:06:40.000000000 +0200
+++ /var/tmp/diff_new_pack.RmaxZs/_new  2013-07-16 14:06:40.000000000 +0200
@@ -1,9 +1,9 @@
 [Unit]
 Description=Execution Queue Daemon
+After=systemd-user-sessions.service
 
 [Service]
-ExecStart=/usr/sbin/atd
-Type=forking
+ExecStart=/usr/sbin/atd -f
 
 [Install]
 WantedBy=multi-user.target

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to