Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openhpi for openSUSE:Factory checked in at 2021-04-27 21:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openhpi (Old) and /work/SRC/openSUSE:Factory/.openhpi.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openhpi" Tue Apr 27 21:35:25 2021 rev:2 rq:888838 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openhpi/openhpi.changes 2018-10-15 10:44:07.439346506 +0200 +++ /work/SRC/openSUSE:Factory/.openhpi.new.12324/openhpi.changes 2021-04-27 21:35:58.572113567 +0200 @@ -1,0 +2,5 @@ +Tue Apr 27 14:26:51 UTC 2021 - Thomas Renninger <[email protected]> + +- Use /run not /var/run for PID file creation (bsc#1185173) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openhpi.spec ++++++ --- /var/tmp/diff_new_pack.bKkLc3/_old 2021-04-27 21:35:59.184114575 +0200 +++ /var/tmp/diff_new_pack.bKkLc3/_new 2021-04-27 21:35:59.184114575 +0200 @@ -1,7 +1,7 @@ # # spec file for package openhpi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,11 +76,11 @@ Requires: gdbm-devel Requires: glib2-devel Requires: glibc-devel +Requires: libopenhpi4 = %{version} Requires: libstdc++-devel Requires: libtool Requires: ncurses-devel Requires: net-snmp-devel -Requires: libopenhpi4 = %{version} Requires: openssl-devel Requires: popt-devel Requires: zlib-devel ++++++ openhpi-3.4.0-systemd.patch ++++++ --- /var/tmp/diff_new_pack.bKkLc3/_old 2021-04-27 21:35:59.224114641 +0200 +++ /var/tmp/diff_new_pack.bKkLc3/_new 2021-04-27 21:35:59.228114648 +0200 @@ -83,7 +83,7 @@ + +[Service] +Type=forking -+PIDFile=/var/run/openhpid.pid ++PIDFile=/run/openhpid.pid +ExecStart=@sbindir@/openhpid -c @sysconfdir@/openhpi/openhpi.conf + +[Install]
