Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-osconfig-agent for
openSUSE:Factory checked in at 2022-09-12 19:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-osconfig-agent (Old)
and /work/SRC/openSUSE:Factory/.google-osconfig-agent.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-osconfig-agent"
Mon Sep 12 19:08:58 2022 rev:15 rq:1002920 version:20220801.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-osconfig-agent/google-osconfig-agent.changes
2022-08-16 17:07:12.707782662 +0200
+++
/work/SRC/openSUSE:Factory/.google-osconfig-agent.new.2083/google-osconfig-agent.changes
2022-09-12 19:09:00.350664100 +0200
@@ -1,0 +2,6 @@
+Wed Sep 7 10:46:32 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Use install command in %post section to create state file (bsc#1202826)
+- Remove useless creation of state file directory in /var/lib
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-osconfig-agent.spec ++++++
--- /var/tmp/diff_new_pack.8FWvSN/_old 2022-09-12 19:09:00.830665449 +0200
+++ /var/tmp/diff_new_pack.8FWvSN/_new 2022-09-12 19:09:00.834665460 +0200
@@ -56,7 +56,6 @@
%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
-install -d %{buildroot}%{_var}/lib/google_osconfig_agent
install -d %{buildroot}/etc/osconfig
install -p -m 0755 google_osconfig_agent
%{buildroot}%{_bindir}/google_osconfig_agent
install -d %{buildroot}%{_unitdir}
@@ -75,7 +74,7 @@
if [ "$1" = "2" ] && ! [ -e /.buildenv ]; then
# If the old directory exists make sure we set the file there.
[ -e %{_sysconfdir}/osconfig ] && touch
%{_sysconfdir}/osconfig/osconfig_agent_restart_required
- touch %{_var}/lib/google_osconfig_agent/osconfig_agent_restart_required
+ install -D /dev/null
%{_var}/lib/google_osconfig_agent/osconfig_agent_restart_required
fi
%postun