Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2017-04-11 09:37:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memcached (Old)
 and      /work/SRC/openSUSE:Factory/.memcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memcached"

Tue Apr 11 09:37:03 2017 rev:33 rq:483912 version:1.4.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/memcached/memcached.changes      2016-11-11 
14:35:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2017-04-11 
09:37:05.629475205 +0200
@@ -1,0 +2,7 @@
+Thu Mar 23 13:49:44 UTC 2017 - mchand...@suse.de
+
+- Use the MEMCACHED_USER variable from the /etc/sysconfig/memcached
+  file to determine the user for the memcached process instead of
+  hardcoding it in the service file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ memcached.spec ++++++
--- /var/tmp/diff_new_pack.9nhf8F/_old  2017-04-11 09:37:06.357372380 +0200
+++ /var/tmp/diff_new_pack.9nhf8F/_new  2017-04-11 09:37:06.361371815 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package memcached
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ memcached.service ++++++
--- /var/tmp/diff_new_pack.9nhf8F/_old  2017-04-11 09:37:06.425362776 +0200
+++ /var/tmp/diff_new_pack.9nhf8F/_new  2017-04-11 09:37:06.425362776 +0200
@@ -3,10 +3,8 @@
 After=network.target
 
 [Service]
-User= memcached
-Group= memcached
 EnvironmentFile=/etc/sysconfig/memcached
-ExecStart=/usr/sbin/memcached $MEMCACHED_PARAMS
+ExecStart=/usr/sbin/memcached -u $MEMCACHED_USER $MEMCACHED_PARAMS
 
 [Install]
 WantedBy=multi-user.target


Reply via email to