Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2016-03-26 15:24:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and      /work/SRC/openSUSE:Factory/.tor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tor/tor.changes  2015-12-16 17:42:39.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes     2016-03-26 
15:24:52.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 08:17:17 UTC 2016 - astie...@suse.com
+
+- adjust nologin shell for tor user boo#971872
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.aLFezB/_old  2016-03-26 15:24:53.000000000 +0100
+++ /var/tmp/diff_new_pack.aLFezB/_new  2016-03-26 15:24:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tor
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -37,12 +37,12 @@
 Source4:        tor.tmpfiles
 Source5:        tor.firewall
 Patch0:         tor-0.2.5.x-logrotate.patch
+BuildRequires:  openssl-devel >= 1.0.0
 BuildRequires:  pwdutils
 BuildRequires:  python-base
 Requires:       logrotate
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq(post):  %fillup_prereq
-BuildRequires:  openssl-devel >= 1.0.0
 %if %{?suse_version} > 1210
 BuildRequires:  pkgconfig(libevent)
 %else
@@ -103,7 +103,7 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 # missing dirs
 install -d -m 700 \
@@ -149,7 +149,7 @@
 
 %pre
 getent group %{torgroup} >/dev/null || groupadd -r %{torgroup}
-getent passwd %{toruser} >/dev/null || useradd -r -g %{torgroup} -d 
%{home_dir} -s /sbin/false -c "User to ru %{name}" %{toruser}
+getent passwd %{toruser} >/dev/null || useradd -r -g %{torgroup} -d 
%{home_dir} -s /sbin/nologin -c "User for %{name}" %{toruser}
 %if 0%{?with_systemd}
 %service_add_pre tor.service
 %endif



Reply via email to