Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package agama-products for openSUSE:Leap:16.0 checked in at 2025-07-15 16:03:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/agama-products (Old) and /work/SRC/openSUSE:Leap:16.0/.agama-products.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agama-products" Tue Jul 15 16:03:54 2025 rev:6 rq:1293432 version:0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/agama-products/agama-products.changes 2025-07-01 15:58:35.428311476 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.agama-products.new.7373/agama-products.changes 2025-07-15 16:03:55.851993348 +0200 @@ -2 +2 @@ -Tue Jul 1 13:34:24 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> +Tue Jul 15 11:03:12 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> @@ -4 +4,13 @@ -- Show only Leap + LeapMicro on 16 +- Display only Tumblweed based distros in Tumbleweed installer + and vice versa. + +------------------------------------------------------------------- +Fri Jul 11 13:03:48 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> + +- Add Experimental xfce_wayland to Leap 16.0 + +------------------------------------------------------------------- +Thu Jul 10 13:39:30 UTC 2025 - Ladislav Slezák <lsle...@suse.com> + +- Fixed base product names to install for Kalpa, Leap 16.0 + and Leap-Micro 6.2 distributions (gh#agama-project/agama#2550) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agama-products.spec ++++++ --- /var/tmp/diff_new_pack.2FK7Rp/_old 2025-07-15 16:03:56.256010210 +0200 +++ /var/tmp/diff_new_pack.2FK7Rp/_new 2025-07-15 16:03:56.256010210 +0200 @@ -50,10 +50,9 @@ rm -f %{buildroot}%{_datadir}/agama/products.d/slowroll.yaml %endif -# Keep TW-based distros on TW +# Keep TW-based distros on TW (drop Leap + Leap Micro) %if 0%{?is_opensuse} && 0%{?suse_version} > 1600 -rm -f %{buildroot}%{_datadir}/agama/products.d/leap_160.yaml -rm -f %{buildroot}%{_datadir}/agama/products.d/leap_micro_62.yaml +rm -f %{buildroot}%{_datadir}/agama/products.d/leap*.yaml %endif %package opensuse @@ -73,7 +72,7 @@ %{_datadir}/agama/products.d/slowroll.yaml %{_datadir}/agama/products.d/kalpa.yaml %endif -%if 0%{?is_opensuse} && 0%{?suse_version} >= 1600 +%if 0%{?is_opensuse} && 0%{?suse_version} == 1600 %{_datadir}/agama/products.d/leap_160.yaml %{_datadir}/agama/products.d/leap_micro_62.yaml %endif ++++++ agama.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/agama-products.changes new/agama/agama-products.changes --- old/agama/agama-products.changes 2025-07-01 15:27:27.000000000 +0200 +++ new/agama/agama-products.changes 2025-07-15 14:12:03.000000000 +0200 @@ -1,4 +1,21 @@ ------------------------------------------------------------------- +Tue Jul 15 11:03:12 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> + +- Display only Tumblweed based distros in Tumbleweed installer + and vice versa. + +------------------------------------------------------------------- +Fri Jul 11 13:03:48 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> + +- Add Experimental xfce_wayland to Leap 16.0 + +------------------------------------------------------------------- +Thu Jul 10 13:39:30 UTC 2025 - Ladislav Slezák <lsle...@suse.com> + +- Fixed base product names to install for Kalpa, Leap 16.0 + and Leap-Micro 6.2 distributions (gh#agama-project/agama#2550) + +------------------------------------------------------------------- Tue Jul 1 12:58:07 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> - Add initial Leap Micro 6.2 product diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/agama-products.spec new/agama/agama-products.spec --- old/agama/agama-products.spec 2025-07-01 15:27:27.000000000 +0200 +++ new/agama/agama-products.spec 2025-07-15 14:12:03.000000000 +0200 @@ -41,6 +41,20 @@ datadir=%{_datadir} \ %{_builddir}/agama/install.sh + +# Keep only Leap based distros on Leap +%if 0%{?is_opensuse} && 0%{?suse_version} == 1600 +rm -f %{buildroot}%{_datadir}/agama/products.d/kalpa.yaml +rm -f %{buildroot}%{_datadir}/agama/products.d/microos.yaml +rm -f %{buildroot}%{_datadir}/agama/products.d/tumbleweed.yaml +rm -f %{buildroot}%{_datadir}/agama/products.d/slowroll.yaml +%endif + +# Keep TW-based distros on TW (drop Leap + Leap Micro) +%if 0%{?is_opensuse} && 0%{?suse_version} > 1600 +rm -f %{buildroot}%{_datadir}/agama/products.d/leap*.yaml +%endif + %package opensuse Summary: Definition of openSUSE products for the Agama installer. @@ -52,12 +66,16 @@ %license LICENSE %dir %{_datadir}/agama %dir %{_datadir}/agama/products.d +%if 0%{?is_opensuse} && 0%{?suse_version} > 1600 %{_datadir}/agama/products.d/microos.yaml %{_datadir}/agama/products.d/tumbleweed.yaml -%{_datadir}/agama/products.d/leap_160.yaml -%{_datadir}/agama/products.d/leap_micro_62.yaml %{_datadir}/agama/products.d/slowroll.yaml %{_datadir}/agama/products.d/kalpa.yaml +%endif +%if 0%{?is_opensuse} && 0%{?suse_version} == 1600 +%{_datadir}/agama/products.d/leap_160.yaml +%{_datadir}/agama/products.d/leap_micro_62.yaml +%endif %package sle Summary: Definition of SLE products for the Agama installer. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/kalpa.yaml new/agama/kalpa.yaml --- old/agama/kalpa.yaml 2025-07-01 15:27:27.000000000 +0200 +++ new/agama/kalpa.yaml 2025-07-15 14:12:03.000000000 +0200 @@ -37,7 +37,7 @@ - NetworkManager - openSUSE-repos-MicroOS optional_packages: null - base_product: MicroOS + base_product: Kalpa security: lsm: selinux diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/leap_160.yaml new/agama/leap_160.yaml --- old/agama/leap_160.yaml 2025-07-01 15:27:27.000000000 +0200 +++ new/agama/leap_160.yaml 2025-07-15 14:12:03.000000000 +0200 @@ -49,6 +49,7 @@ user_patterns: - gnome - kde + - xfce_wayland - multimedia - office - cockpit @@ -71,7 +72,7 @@ - openSUSE-repos-Leap - sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model optional_packages: null - base_product: openSUSE + base_product: Leap security: lsm: selinux diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/leap_micro_62.yaml new/agama/leap_micro_62.yaml --- old/agama/leap_micro_62.yaml 2025-07-01 15:27:27.000000000 +0200 +++ new/agama/leap_micro_62.yaml 2025-07-15 14:12:03.000000000 +0200 @@ -46,7 +46,7 @@ - NetworkManager - openSUSE-repos-LeapMicro optional_packages: null - base_product: openSUSE + base_product: Leap-Micro security: lsm: selinux diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/tumbleweed.yaml new/agama/tumbleweed.yaml --- old/agama/tumbleweed.yaml 2025-07-01 15:27:27.000000000 +0200 +++ new/agama/tumbleweed.yaml 2025-07-15 14:12:03.000000000 +0200 @@ -110,6 +110,8 @@ - yast2_server - multimedia - office + - selinux + - apparmor mandatory_packages: - NetworkManager - openSUSE-repos-Tumbleweed ++++++ agama.obsinfo ++++++ --- /var/tmp/diff_new_pack.2FK7Rp/_old 2025-07-15 16:03:56.388015719 +0200 +++ /var/tmp/diff_new_pack.2FK7Rp/_new 2025-07-15 16:03:56.392015886 +0200 @@ -1,5 +1,5 @@ name: agama -version: 16+2.dd1cb17c8 -mtime: 1751376447 -commit: dd1cb17c8f6191b725ff62788c965b1ab4775b5f +version: 16+195.e8b2086f9 +mtime: 1752581523 +commit: e8b2086f9829b8d490e12758bab38a034562b09d