Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2024-04-10 17:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new.29460 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Wed Apr 10 17:49:06 2024 rev:45 rq:1166613 version:1.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2024-02-28 
19:47:13.550041251 +0100
+++ /work/SRC/openSUSE:Factory/.sway.new.29460/sway.changes     2024-04-10 
17:49:37.378779099 +0200
@@ -1,0 +2,7 @@
+Wed Apr 10 05:38:53 UTC 2024 - Filippo Bonazzi <filippo.bona...@suse.com>
+
+- Remove versioned branding and explain why it must not be added again 
(bsc#1222579)
+- Add sway.rpmlintrc to mask the spurious versioned branding warning
+- Mask empty %check section rpmlint warning
+
+-------------------------------------------------------------------

New:
----
  sway.rpmlintrc

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.tFoHKh/_old  2024-04-10 17:49:40.778904228 +0200
+++ /var/tmp/diff_new_pack.tFoHKh/_new  2024-04-10 17:49:40.802905111 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%global  _branding_version 0.16.0
 Name:           sway
 Version:        1.9
 Release:        0
@@ -29,6 +28,7 @@
 Source2:        
https://emersion.fr/.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19#/%{name}.keyring
 Source3:        sway-portals.conf
 Source4:        
https://github.com/OctopusET/sway-contrib/archive/refs/tags/%{version}-contrib.0.tar.gz#/sway-contrib-%{version}.tar.gz
+Source5:        sway.rpmlintrc
 BuildRequires:  gcc-c++
 #BuildRequires:  libxslt-tools
 BuildRequires:  libevdev-devel
@@ -56,8 +56,9 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(wlroots) >= 0.17.0
 BuildRequires:  pkgconfig(xkbcommon)
-# RPMLINT requires to have a version
-Requires:       %{name}-branding = %{_branding_version}
+# WARNING: do not set this to versioned, as it breaks other branding providers
+# such as openSUSEway (bsc#1222579)
+Requires:       %{name}-branding
 %if 0%{?suse_version}
 # I definitely recommend Xwayland
 Recommends:     xorg-x11-server-wayland
@@ -80,7 +81,7 @@
 Requires:       %{name} = %{version}
 Supplements:    (%{name} and branding-upstream)
 Conflicts:      %{name}-branding
-Provides:       %{name}-branding = %{_branding_version}
+Provides:       %{name}-branding = %{version}
 BuildArch:      noarch
 #BRAND: /etc/sway/config contains upstream config and brand
 



++++++ sway.rpmlintrc ++++++
# Branding needs to be unversioned, otherwise it breaks other branding providers
# such as openSUSEway (bsc#1222579)
addFilter("branding-requires-unversioned")
# sway does not need a %check section
addFilter("no-%check-section")

Reply via email to