Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-agama-yast for 
openSUSE:Factory checked in at 2026-01-17 14:51:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-agama-yast (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-agama-yast.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-agama-yast"

Sat Jan 17 14:51:28 2026 rev:32 rq:1327355 version:19.pre.devel983.96cbd286a

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-agama-yast/rubygem-agama-yast.changes    
2025-11-14 16:11:51.605630954 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-agama-yast.new.1928/rubygem-agama-yast.changes
  2026-01-17 14:51:33.111180172 +0100
@@ -1,0 +2,31 @@
+Wed Jan 14 08:54:50 UTC 2026 - José Iván López González <[email protected]>
+
+- Properly disable BLS according to the selected product
+  (gh#agama-project/agama#3011).
+
+-------------------------------------------------------------------
+Fri Jan  9 14:43:58 UTC 2026 - Imobach Gonzalez Sosa <[email protected]>
+
+- Version 19.pre
+- Introduce the version 2 of the HTTP API (gh#agama-project/agama#2997).
+- Drop most of the services because they have been ported to Rust.
+- Adapt the storage D-Bus service API to the new approach.
+
+-------------------------------------------------------------------
+Fri Dec 12 06:21:47 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>
+
+- Fix systemd target import from AutoYaST profiles
+  (gh#agama-project/agama#2826).
+  
+-------------------------------------------------------------------
+Thu Nov 13 13:30:58 UTC 2025 - Ladislav Slezák <[email protected]>
+
+- Do not build on 32bit arches (like i586) and PPC64-BE,
+  the dependant libsuseconnect does not support these (bsc#1251846)
+
+-------------------------------------------------------------------
+Wed Nov 12 15:42:26 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>
+
+- Version 18
+
+-------------------------------------------------------------------
@@ -7,0 +39,6 @@
+Fri Oct 31 13:48:46 UTC 2025 - Ancor Gonzalez Sosa <[email protected]>
+
+- Use a version of yast2-iscsi-client that fixes the errors
+  reported at bsc#1247711.
+
+-------------------------------------------------------------------
@@ -15,0 +53,6 @@
+
+-------------------------------------------------------------------
+Tue Sep  2 12:24:12 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>
+
+- Do not use the D-Bus interface for localization
+  (gh#agama-project/agama#2684).

Old:
----
  agama-yast-17.devel439.4e1b20660.gem

New:
----
  agama-yast-19.pre.devel983.96cbd286a.gem

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

Other differences:
------------------
++++++ agama-yast.spec ++++++
--- /var/tmp/diff_new_pack.ZIV38f/_old  2026-01-17 14:51:34.659244561 +0100
+++ /var/tmp/diff_new_pack.ZIV38f/_new  2026-01-17 14:51:34.663244727 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package agama-yast
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           agama-yast
-Version:        17.devel439.4e1b20660
+Version:        19.pre.devel983.96cbd286a
 Release:        0
 %define mod_name agama-yast
 %define mod_full_name %{mod_name}-%{version}
@@ -27,6 +27,9 @@
 Requires:       dbus-1-common
 Requires:       rubygem(agama-yast)
 
+# do not build on 32bits, the dependant libsuseconnect is 64bit only
+ExcludeArch:    %ix86 s390 ppc64
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 5
 
@@ -80,7 +83,6 @@
 %{_datadir}/dbus-1/agama-services/org.opensuse.Agama*.service
 %{_unitdir}/agama.service
 %{_unitdir}/agama-dbus-monitor.service
-%{_unitdir}/agama-proxy-setup.service
 %dir %{_datadir}/agama
 %dir %{_datadir}/agama/conf.d
 %{_datadir}/agama/conf.d

++++++ rubygem-agama-yast.spec ++++++
--- /var/tmp/diff_new_pack.ZIV38f/_old  2026-01-17 14:51:34.703246391 +0100
+++ /var/tmp/diff_new_pack.ZIV38f/_new  2026-01-17 14:51:34.707246557 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-agama-yast
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-agama-yast
-Version:        17.devel439.4e1b20660
+Version:        19.pre.devel983.96cbd286a
 Release:        0
 %define mod_name agama-yast
 %define mod_full_name %{mod_name}-%{version}
@@ -52,6 +52,7 @@
 
 %install
 %gem_install \
+  --no-rdoc --no-ri \
   --symlink-binaries \
   -f
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.ZIV38f/_old  2026-01-17 14:51:34.763248887 +0100
+++ /var/tmp/diff_new_pack.ZIV38f/_new  2026-01-17 14:51:34.767249053 +0100
@@ -11,7 +11,6 @@
     BuildRequires:  dbus-1-common
     Requires:       dbus-1-common
     Requires:       dbus-1-daemon
-    Requires:       suseconnect-ruby-bindings
     # YaST dependencies
     Requires:       autoyast2-installation
     # ArchFilter
@@ -20,11 +19,10 @@
     Requires:       yast2-country
     Requires:       yast2-hardware-detection
     Requires:       yast2-installation
-    Requires:       yast2-iscsi-client >= 5.0.8
+    Requires:       yast2-iscsi-client >= 5.0.11
     Requires:       yast2-network
     Requires:       yast2-proxy
     Requires:       yast2-storage-ng >= 5.0.31
-    Requires:       yast2-users
     %ifarch s390 s390x
     Requires:       yast2-s390 >= 4.6.4
     Requires:       yast2-reipl

++++++ po.tar.bz2 ++++++
++++ 17523 lines of diff (skipped)

Reply via email to