Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2025-01-27 20:50:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Mon Jan 27 20:50:30 2025 rev:109 rq:1240537 version:1.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2025-01-23 
17:57:05.067508024 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new.2316/tigervnc.changes      
2025-01-27 20:50:33.383007745 +0100
@@ -1,0 +2,15 @@
+Mon Jan 27 10:33:08 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Remove wrong %selinux_requires from the main package, it's already
+  in the -selinux subpackage
+
+-------------------------------------------------------------------
+Fri Jan 24 15:39:03 UTC 2025 - Joan Torres <[email protected]>
+
+- Fix and clarify suse_version macros.
+  * %suse_version only defines major versions, e.g. 1500, 1600...
+    using %suse_version < 1550 might look like for version 15.4 
+    is true but it isn't.
+  * Use %sle_version when targeting minor releases.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.h4K8Bx/_old  2025-01-27 20:50:34.267044241 +0100
+++ /var/tmp/diff_new_pack.h4K8Bx/_new  2025-01-27 20:50:34.267044241 +0100
@@ -29,10 +29,10 @@
 %endif
 %define use_update_alternative 0%{?suse_version} >= 1315 && 0%{?suse_version} 
< 1600
 %define with_rc_service_symlink 0%{?suse_version} && 0%{?suse_version} < 1600
-%if 0%{?suse_version} < 1550
+%if 0%{?suse_version} < 1600
 %define _pam_vendordir %{_sysconfdir}/pam.d
 %endif
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150500
 %bcond_without selinux
 %else
 %bcond_with selinux
@@ -151,7 +151,6 @@
 %if %{with selinux}
 BuildRequires:  selinux-policy-%{selinuxtype}
 BuildRequires:  selinux-policy-devel
-%{selinux_requires}
 %endif
 
 %description
@@ -365,7 +364,7 @@
 cp %{SOURCE4} .
 install -D -m 755 %{SOURCE5} %{buildroot}%{_bindir}/vncpasswd.arg
 install -D -m 644 %{SOURCE6} %{buildroot}%{_pam_vendordir}/vnc
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1600
 mv %{buildroot}%{_sysconfdir}/pam.d/tigervnc %{buildroot}%{_pam_vendordir}
 %endif
 install -D -m 644 %{SOURCE8} %{buildroot}%{_datadir}/vnc/classes
@@ -416,7 +415,7 @@
 
 %pre -n xorg-x11-Xvnc -f xorg-x11-Xvnc.pre
 %service_add_pre xvnc.socket xvnc.target
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1600
 # 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 ||:
@@ -570,7 +569,7 @@
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd
 %endif
 
-%if 0%{?suse_version} < 1550
+%if 0%{?suse_version} < 1600
 %config %{_sysconfdir}/pam.d/vnc
 %config(noreplace) %{_sysconfdir}/pam.d/tigervnc
 %else

Reply via email to