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-07-21 22:55:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-agama-yast (Old) and /work/SRC/openSUSE:Factory/.rubygem-agama-yast.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-agama-yast" Tue Jul 21 22:55:06 2026 rev:50 rq:1366762 version:23 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-agama-yast/rubygem-agama-yast.changes 2026-07-17 18:48:00.114261722 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-agama-yast.new.24530/rubygem-agama-yast.changes 2026-07-21 22:56:00.004673960 +0200 @@ -1,0 +2,11 @@ +Mon Jul 20 11:12:31 UTC 2026 - Imobach Gonzalez Sosa <[email protected]> + +- Version 23 + +------------------------------------------------------------------- +Thu Jul 16 12:15:11 UTC 2026 - Knut Anderssen <[email protected]> + +- Fix AutoYaST dns-search conversion (gh#agama-project/agama#3731, + bsc#1271481). + +------------------------------------------------------------------- Old: ---- agama-yast-22.devel456.ce0fb8baf.gem New: ---- agama-yast-23.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agama-yast.spec ++++++ --- /var/tmp/diff_new_pack.w0rRjF/_old 2026-07-21 22:56:00.664696437 +0200 +++ /var/tmp/diff_new_pack.w0rRjF/_new 2026-07-21 22:56:00.668696573 +0200 @@ -17,7 +17,7 @@ Name: agama-yast -Version: 22.devel456.ce0fb8baf +Version: 23 Release: 0 %define mod_name agama-yast %define mod_full_name %{mod_name}-%{version} ++++++ rubygem-agama-yast.spec ++++++ --- /var/tmp/diff_new_pack.w0rRjF/_old 2026-07-21 22:56:00.712698071 +0200 +++ /var/tmp/diff_new_pack.w0rRjF/_new 2026-07-21 22:56:00.712698071 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-agama-yast -Version: 22.devel456.ce0fb8baf +Version: 23 Release: 0 %define mod_name agama-yast %define mod_full_name %{mod_name}-%{version} ++++++ agama-yast-22.devel456.ce0fb8baf.gem -> agama-yast-23.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/agama/autoyast/network_reader.rb new/lib/agama/autoyast/network_reader.rb --- old/lib/agama/autoyast/network_reader.rb 1980-01-02 01:00:00.000000000 +0100 +++ new/lib/agama/autoyast/network_reader.rb 1980-01-02 01:00:00.000000000 +0100 @@ -71,7 +71,7 @@ dns = {} return dns if dns_section.nil? - dns["dns_searchlist"] = dns_section.searchlist unless dns_section.searchlist.empty? + dns["dnsSearchList"] = dns_section.searchlist unless dns_section.searchlist.empty? dns["nameservers"] = dns_section.nameservers unless dns_section.nameservers.empty? dns end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/agama/helpers.rb new/lib/agama/helpers.rb --- old/lib/agama/helpers.rb 1980-01-02 01:00:00.000000000 +0100 +++ new/lib/agama/helpers.rb 1980-01-02 01:00:00.000000000 +0100 @@ -39,7 +39,7 @@ begin block.call rescue StandardError => e - logger.error "Error while running on target tasks: #{e.inspect}" + logger.error "Error while running tasks on the target system: #{e.inspect}" ensure Yast::WFM.SCRSetDefault(old_handle) Yast::WFM.SCRClose(handle) @@ -58,7 +58,7 @@ begin block.call rescue StandardError => e - logger.error "Error while running on target tasks: #{e.inspect}" + logger.error "Error while running tasks on the local system: #{e.inspect}" ensure Yast::WFM.SCRSetDefault(old_handle) Yast::WFM.SCRClose(handle) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 1980-01-02 01:00:00.000000000 +0100 +++ new/metadata 1980-01-02 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: agama-yast version: !ruby/object:Gem::Version - version: 22.devel456.ce0fb8baf + version: '23' platform: ruby authors: - YaST Team @@ -624,7 +624,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 4.0.10 +rubygems_version: 4.0.16 specification_version: 4 summary: YaST integration service for Agama test_files: [] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/share/autoyast-compat.json new/share/autoyast-compat.json --- old/share/autoyast-compat.json 1980-01-02 01:00:00.000000000 +0100 +++ new/share/autoyast-compat.json 1980-01-02 01:00:00.000000000 +0100 @@ -164,7 +164,7 @@ { "key": "searchlist", "support": "yes", - "agama": "network.connections[].dns_searchlist", + "agama": "network.connections[].dnsSearchList", "notes": "Copied to each connection." } ] ++++++ po.tar.bz2 ++++++
