Hello community, here is the log from the commit of package tigervnc for openSUSE:Factory checked in at 2020-07-02 23:56:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tigervnc (Old) and /work/SRC/openSUSE:Factory/.tigervnc.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tigervnc" Thu Jul 2 23:56:52 2020 rev:67 rq:818107 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes 2020-04-14 15:18:34.560609086 +0200 +++ /work/SRC/openSUSE:Factory/.tigervnc.new.3060/tigervnc.changes 2020-07-02 23:57:23.837083490 +0200 @@ -1,0 +2,7 @@ +Wed Jul 1 10:19:18 UTC 2020 - Stefan Dirsch <[email protected]> + +- moved vnc snippet to /usr/share/X11/xorg.conf.d (boo#1173045) +- package SLP sample config vnc.reg only as %doc (boo#1173045) +- moved vnc pam config to /etc/usr/pam.d (boo#1173045) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tigervnc.spec ++++++ --- /var/tmp/diff_new_pack.2Ht3BN/_old 2020-07-02 23:57:25.933090438 +0200 +++ /var/tmp/diff_new_pack.2Ht3BN/_new 2020-07-02 23:57:25.937090452 +0200 @@ -30,6 +30,10 @@ %define use_firewalld 0 %endif +%if 0%{?suse_version} < 1550 +%define _distconfdir /etc +%endif + Name: tigervnc Version: 1.10.1 Release: 0 @@ -321,7 +325,7 @@ popd %ifnarch s390x -install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/10-libvnc.conf +install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/usr/share/X11/xorg.conf.d/10-libvnc.conf %endif %if %{use_firewalld} @@ -332,9 +336,10 @@ install -D -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd %endif -install -D -m 644 %{SOURCE7} $RPM_BUILD_ROOT/etc/slp.reg.d/vnc.reg +# only package as %doc (boo#1173045) +cp %{SOURCE7} . install -D -m 755 %{SOURCE8} $RPM_BUILD_ROOT%{_bindir}/vncpasswd.arg -install -D -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc/pam.d/vnc +install -D -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_distconfdir}/pam.d/vnc install -D -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/vnc/classes %if 0%{?suse_version} >= 1315 ln -s -f %{_sysconfdir}/alternatives/vncviewer $RPM_BUILD_ROOT%{_bindir}/vncviewer @@ -463,7 +468,7 @@ %_datadir/applications/vncviewer.desktop %files -n xorg-x11-Xvnc -%doc LICENCE.TXT README.rst +%doc LICENCE.TXT README.rst vnc.reg %defattr(-,root,root) %{_bindir}/Xvnc @@ -497,10 +502,11 @@ %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd %endif -%dir /etc/slp.reg.d -%config(noreplace) /etc/slp.reg.d/vnc.reg - -%config %{_sysconfdir}/pam.d/vnc +%if 0%{?suse_version} < 1550 +%config %{_distconfdir}/pam.d/vnc +%else +%{_distconfdir}/pam.d/vnc +%endif %dir %attr(0755,%{vncuser},%{vncuser}) %{_sysconfdir}/vnc %ghost %attr(0600,%{vncuser},%{vncuser}) %config(noreplace) %{tlskey} @@ -520,7 +526,7 @@ %exclude /usr/%{_lib}/xorg/protocol.txt %exclude /usr/%{_lib}/xorg/modules/extensions/libvnc.la %{_libdir}/xorg/modules/extensions/libvnc.so -%config(noreplace) /etc/X11/xorg.conf.d/10-libvnc.conf +/usr/share/X11/xorg.conf.d/10-libvnc.conf %endif %files -n xorg-x11-Xvnc-novnc
