Hello community,

here is the log from the commit of package stunnel for openSUSE:Factory checked 
in at 2017-02-13 07:51:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stunnel (Old)
 and      /work/SRC/openSUSE:Factory/.stunnel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stunnel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes  2017-02-03 
20:02:32.212071134 +0100
+++ /work/SRC/openSUSE:Factory/.stunnel.new/stunnel.changes     2017-02-13 
07:51:19.095408021 +0100
@@ -1,0 +2,5 @@
+Fri Feb 10 21:58:34 UTC 2017 - ku...@suse.de
+
+- Don't require insserv if we don't use it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stunnel.spec ++++++
--- /var/tmp/diff_new_pack.2A58nR/_old  2017-02-13 07:51:20.343229884 +0100
+++ /var/tmp/diff_new_pack.2A58nR/_new  2017-02-13 07:51:20.347229313 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stunnel
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           stunnel
 Version:        5.40
 Release:        0
@@ -22,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Networking/Security
 Url:            http://www.stunnel.org/
-PreReq:         /usr/sbin/useradd fileutils textutils %insserv_prereq 
%fillup_prereq
+PreReq:         /usr/sbin/useradd fileutils textutils %fillup_prereq
 Source:         ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
 Source1:        stunnel.conf
 Source2:        stunnel.README
@@ -32,13 +33,16 @@
 Patch0:         stunnel-listenqueue-option.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define VENDOR openSUSE
-BuildRequires:  tcpd-devel zlib-devel
 BuildRequires:  libopenssl-devel
+BuildRequires:  tcpd-devel
+BuildRequires:  zlib-devel
 
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %{?systemd_requires}
 %define has_systemd 1
+%else
+PreReq:         %insserv_prereq
 %endif
 
 %description
@@ -128,8 +132,6 @@
 fi
 fi
 
-
-
 %preun
 %if 0%{?has_systemd}
 %service_del_preun %{name}.service
@@ -179,3 +181,5 @@
 %doc doc/stunnel.*.html
 %doc doc/en/*
 %doc doc/pl
+
+%changelog


Reply via email to