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-09-03 21:26:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openhpi (Old) and /work/SRC/openSUSE:Factory/.openhpi.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openhpi" Fri Sep 3 21:26:18 2021 rev:4 rq:916139 version:3.8.0.ge4631e8a Changes: -------- --- /work/SRC/openSUSE:Factory/openhpi/openhpi.changes 2021-07-14 23:59:24.613328081 +0200 +++ /work/SRC/openSUSE:Factory/.openhpi.new.1899/openhpi.changes 2021-09-03 21:27:07.350253068 +0200 @@ -1,0 +2,10 @@ +Fri Sep 3 11:31:43 UTC 2021 - Thomas Renninger <[email protected]> + +- Update _service file to use obs_scm and local/buildmode +- Remove group rights on config file (bsc#1190042) +- Remove mainline patches: +D openhpi-3.4.0-systemd.patch +D unlink-pidfile-on-error.patch + + +------------------------------------------------------------------- Old: ---- openhpi-3.4.0-systemd.patch openhpi-3.8.0.tar.xz unlink-pidfile-on-error.patch New: ---- openhpi-3.8.0.ge4631e8a.obscpio openhpi.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openhpi.spec ++++++ --- /var/tmp/diff_new_pack.E27eU4/_old 2021-09-03 21:27:07.906254167 +0200 +++ /var/tmp/diff_new_pack.E27eU4/_new 2021-09-03 21:27:07.910254175 +0200 @@ -17,20 +17,17 @@ Name: openhpi -Version: 3.8.0 +Version: 3.8.0.ge4631e8a Release: 0 Summary: Implementation of SA Forum's Hardware Platform Interface (HPI) License: BSD-3-Clause Group: System/Monitoring URL: https://github.com/open-hpi/openhpi Source: openhpi-%{version}.tar.xz -#Source1: openhpi-rpmlintrc Source2: AUTHORS -Patch0: unlink-pidfile-on-error.patch -Patch2: openhpi-3.4.0-systemd.patch -Patch3: fix_openipmi_typedef_selector_change.patch -Patch4: fix_implicit_declarations.patch -Patch5: Use-run-instead-of-var-run.patch +Patch1: fix_openipmi_typedef_selector_change.patch +Patch2: fix_implicit_declarations.patch +Patch3: Use-run-instead-of-var-run.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: docbook-toys @@ -168,7 +165,7 @@ %files %defattr(-,root,root,0755) %dir %attr(0750,root,root) %{_sysconfdir}/openhpi -%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/openhpi/* +%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/openhpi/* %license COPYING %doc ChangeLog README *.example %dir %{_localstatedir}/lib/openhpi ++++++ _service ++++++ --- /var/tmp/diff_new_pack.E27eU4/_old 2021-09-03 21:27:07.946254246 +0200 +++ /var/tmp/diff_new_pack.E27eU4/_new 2021-09-03 21:27:07.950254255 +0200 @@ -1,16 +1,16 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="obs_scm" mode="localonly"> <param name="scm">git</param> + <param name="version">HEAD</param> <param name="url">https://github.com/open-hpi/openhpi.git</param> - <!--param name="revision">3.8.0</param--> - <param name="version">3.8.0</param> - <param name="exclude">.git</param> + <param name="versionformat">3.8.0.g%h</param> <param name="filename">openhpi</param> - <param name="changesgenerate">disable</param> + <param name="changesgenerate">enable</param> </service> - <service name="recompress" mode="disabled"> + <service name="set_version" mode="localonly"/> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service name="set_version" mode="disabled"/> </services> ++++++ openhpi.obsinfo ++++++ name: openhpi version: 3.8.0.ge4631e8a mtime: 1556837697 commit: e4631e8a229b68dd4b1a2d1ec7d09f75c9ae6381
