Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2023-01-05 15:00:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Thu Jan  5 15:00:03 2023 rev:95 rq:1055774 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2022-11-08 
10:53:54.049581043 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new.1563/tigervnc.changes      
2023-01-05 15:00:08.132793407 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 09:32:50 UTC 2023 - Stefan Schubert <sch...@suse.com>
+
+- Migration of PAM settings to /usr/lib/pam.d. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.tuQA0P/_old  2023-01-05 15:00:08.780796824 +0100
+++ /var/tmp/diff_new_pack.tuQA0P/_new  2023-01-05 15:00:08.784796845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tigervnc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -331,6 +331,9 @@
 cp %{SOURCE7} .
 install -D -m 755 %{SOURCE8} %{buildroot}%{_bindir}/vncpasswd.arg
 install -D -m 644 %{SOURCE9} %{buildroot}%{_pam_vendordir}/vnc
+%if 0%{?suse_version} >= 1550
+mv %{buildroot}%{_sysconfdir}/pam.d/tigervnc %{buildroot}%{_pam_vendordir}
+%endif
 install -D -m 644 %{SOURCE11} %{buildroot}%{_datadir}/vnc/classes
 %if 0%{?suse_version} >= 1315
 ln -s -f %{_sysconfdir}/alternatives/vncviewer %{buildroot}%{_bindir}/vncviewer
@@ -376,6 +379,18 @@
 
 %pre -n xorg-x11-Xvnc -f xorg-x11-Xvnc.pre
 %service_add_pre xvnc.socket
+%if 0%{?suse_version} >= 1550
+# Prepare for migration to /usr/lib; save any old .rpmsave
+for i in pam.d/vnc pam.d/tigervnc ; do
+     test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i}.rpmsave.old ||:
+done
+
+%posttrans -n xorg-x11-Xvnc
+# Migration to /usr/lib, restore just created .rpmsave
+for i in pam.d/vnc pam.d/tigervnc ; do
+     test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave 
%{_sysconfdir}/${i} ||:
+done
+%endif
 
 %post -n xorg-x11-Xvnc
 %service_add_post xvnc.socket
@@ -480,7 +495,6 @@
 %{_sbindir}/rcxvnc
 
 %dir %{_sysconfdir}/tigervnc
-%config(noreplace) %{_sysconfdir}/pam.d/tigervnc
 %config(noreplace) %{_sysconfdir}/tigervnc/vncserver*
 
 %exclude %{_sharedstatedir}/xkb/compiled/README.compiled
@@ -497,8 +511,10 @@
 
 %if 0%{?suse_version} < 1550
 %config %{_sysconfdir}/pam.d/vnc
+%config(noreplace) %{_sysconfdir}/pam.d/tigervnc
 %else
 %{_pam_vendordir}/vnc
+%{_pam_vendordir}/tigervnc
 %endif
 
 %dir %attr(0755,%{vncuser},%{vncuser}) %{_sysconfdir}/vnc

Reply via email to