Hello community, here is the log from the commit of package openslp for openSUSE:Factory checked in at 2015-03-23 12:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openslp (Old) and /work/SRC/openSUSE:Factory/.openslp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openslp" Changes: -------- --- /work/SRC/openSUSE:Factory/openslp/openslp.changes 2014-09-10 07:28:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openslp.new/openslp.changes 2015-03-23 12:14:25.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 8 00:39:27 UTC 2015 - [email protected] + +- Do not depend on fillup and insserv if the package build with + systemd support; the dependencies are not needed in that case + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openslp.spec ++++++ --- /var/tmp/diff_new_pack.KenZkj/_old 2015-03-23 12:14:26.000000000 +0100 +++ /var/tmp/diff_new_pack.KenZkj/_new 2015-03-23 12:14:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openslp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,10 +33,6 @@ Version: 2.0.0 Release: 0 Url: http://www.openslp.org/ -# bug437293 -%ifarch ppc64 -Obsoletes: openslp-64bit -%endif # BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://sourceforge.net/projects/openslp/files/2.0.0/%{version}/%name-%version.tar.gz @@ -75,9 +71,11 @@ %package server Summary: The OpenSLP Implementation of the Service Location Protocol V2 Group: System/Daemons -PreReq: %fillup_prereq %insserv_prereq /usr/sbin/useradd +PreReq: /usr/sbin/useradd %if 0%{?has_systemd} %{?systemd_requires} +%else +PreReq: %fillup_prereq %insserv_prereq %endif Recommends: logrotate @@ -96,11 +94,6 @@ Requires: openssl-devel Summary: OpenSLP Development SDK Group: System/Daemons -# bug437293 -%ifarch ppc64 -Obsoletes: openslp-devel-64bit -%endif -# %description devel Service Location Protocol is an IETF standards track protocol that @@ -209,8 +202,6 @@ %endif %postun server -%restart_on_update slpd -%insserv_cleanup %if 0%{?has_systemd} %service_del_postun slpd.service %else @@ -234,7 +225,7 @@ %doc %_defaultdocdir/%name/README %doc %_defaultdocdir/%name/README.SUSE %_libdir/libslp.so.* -/usr/bin/slptool +%{_bindir}/slptool %config(noreplace) /etc/slp.conf %config(noreplace) /etc/slp.spi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
