Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package suseconnect-ng for openSUSE:Factory 
checked in at 2026-03-28 20:12:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suseconnect-ng (Old)
 and      /work/SRC/openSUSE:Factory/.suseconnect-ng.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suseconnect-ng"

Sat Mar 28 20:12:20 2026 rev:32 rq:1343151 version:1.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/suseconnect-ng/suseconnect-ng.changes    
2026-03-20 21:19:56.601841082 +0100
+++ /work/SRC/openSUSE:Factory/.suseconnect-ng.new.8177/suseconnect-ng.changes  
2026-03-28 20:12:29.239283993 +0100
@@ -1,0 +2,15 @@
+Thu Mar 12 18:53:13 UTC 2026 - Felix Schnizlein <[email protected]>
+
+- Update version to 1.21:
+  - Add expanded metric collection for kernel modules and hardware
+    detection (jsc#TEL-226).
+  - Support new profile based metric collection
+  - Fix ignored --root parameter hanbling when reading and
+    writing configuration (bsc#1257667)
+  - Add expanded metric collection for system vendor/manfacturer
+    (jsc#TEL-260).
+  - Removed backport patch: fix-libsuseconnect-and-pci.patch
+  - Add missing product id to allow yast2-registration to not break 
(bsc#1257825)
+  - Fix libsuseconnect APIError detection logic (bsc#1257825)
+
+-------------------------------------------------------------------

Old:
----
  fix-libsuseconnect-and-pci.patch
  suseconnect-ng-1.20.0.tar.xz

New:
----
  suseconnect-ng-1.21.0.tar.xz

----------(Old B)----------
  Old:    (jsc#TEL-260).
  - Removed backport patch: fix-libsuseconnect-and-pci.patch
  - Add missing product id to allow yast2-registration to not break 
(bsc#1257825)
----------(Old E)----------

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

Other differences:
------------------
++++++ suseconnect-ng.spec ++++++
--- /var/tmp/diff_new_pack.D31Lce/_old  2026-03-28 20:12:30.831349701 +0100
+++ /var/tmp/diff_new_pack.D31Lce/_new  2026-03-28 20:12:30.831349701 +0100
@@ -19,7 +19,7 @@
 %global project github.com/SUSE/connect-ng
 
 Name:           suseconnect-ng
-Version:        1.20.0
+Version:        1.21.0
 Release:        0
 URL:            https://github.com/SUSE/connect-ng
 License:        LGPL-3.0-or-later
@@ -28,12 +28,10 @@
 Source:         suseconnect-ng-%{version}.tar.xz
 Source1:        %{name}-rpmlintrc
 Source2:        vendor.tar.xz
-# PATCH-FIX-UPSTREAM fix-libsuseconnect-and-pci.patch
-Patch0:         fix-libsuseconnect-and-pci.patch
 
 # Build against latest golang in Tumbleweed and
 # go1.21-openssl on all other distributions
-%if 0%{?suse_version} > 1600
+%if 0%{?suse_version} == 1699
 BuildRequires:  golang(API)
 %else
 BuildRequires:  go1.21-openssl
@@ -59,6 +57,7 @@
 %endif
 
 Requires:       coreutils
+Requires:       pciutils
 Requires:       util-linux
 Requires:       zypper
 Recommends:     systemd
@@ -196,6 +195,9 @@
   /usr/bin/systemctl is-active suseconnect-keepalive.timer >/dev/null 2>&1 && 
touch /run/suseconnect-keepalive.timer.is-active || :
 fi
 
+# Delete all files in the profile cache
+rm -f /run/suseconnect/*
+
 %post
 # Randomize schedule time for SLES12. SLES12 systemd does not support 
RandomizedDelaySec.
 %if (0%{?sle_version} > 0 && 0%{?sle_version} < 150000)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.D31Lce/_old  2026-03-28 20:12:30.935353993 +0100
+++ /var/tmp/diff_new_pack.D31Lce/_new  2026-03-28 20:12:30.935353993 +0100
@@ -2,8 +2,10 @@
   <service name="tar_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://github.com/SUSE/connect-ng.git</param>
-    <param name="revision">v1.20.0</param>
-    <param name="version">1.20.0</param>
+    <param name="revision">v1.21.0</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
+    <param name="versionrewrite-replacement">\1</param>
     <param name="filename">suseconnect-ng</param>
     <param name="package-meta">no</param>
     <param name="changesgenerate">disable</param>

++++++ suseconnect-ng-1.20.0.tar.xz -> suseconnect-ng-1.21.0.tar.xz ++++++
++++ 1841 lines of diff (skipped)

++++++ vendor.tar.xz ++++++

Reply via email to