Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2022-09-07 11:05:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wpa_supplicant (Old)
 and      /work/SRC/openSUSE:Factory/.wpa_supplicant.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wpa_supplicant"

Wed Sep  7 11:05:30 2022 rev:93 rq:1001384 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes    
2022-07-08 14:01:33.350423819 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new.2083/wpa_supplicant.changes  
2022-09-07 11:05:34.964337304 +0200
@@ -1,0 +2,6 @@
+Thu Sep  1 13:52:19 UTC 2022 - Stefan Schubert <sch...@suse.com>
+
+- Migration to /usr/etc: Saving user changed configuration files
+  in /etc and restoring them while an RPM update. 
+
+-------------------------------------------------------------------
@@ -5,0 +12,5 @@
+
+-------------------------------------------------------------------
+Tue Jun 21 10:11:36 UTC 2022 - Stefan Schubert <sch...@suse.com>
+
+- Removed %config flag for files in /usr directory.

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

Other differences:
------------------
++++++ wpa_supplicant.spec ++++++
--- /var/tmp/diff_new_pack.cP6yz0/_old  2022-09-07 11:05:35.524338727 +0200
+++ /var/tmp/diff_new_pack.cP6yz0/_new  2022-09-07 11:05:35.528338737 +0200
@@ -116,6 +116,20 @@
 
 %pre
 %service_add_pre wpa_supplicant.service
+%if 0%{?suse_version} > 1500
+# Prepare for migration to /usr/etc; save any old .rpmsave
+for i in logrotate.d/wpa_supplicant ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i}.rpmsave.old ||:
+done
+%endif
+
+%if 0%{?suse_version} > 1500
+%posttrans
+# Migration to /usr/etc, restore just created .rpmsave
+for i in logrotate.d/wpa_supplicant ; do
+   test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i} ||:
+done
+%endif
 
 %post
 %service_add_post wpa_supplicant.service

Reply via email to