Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package agama-products for openSUSE:Factory checked in at 2025-02-26 17:14:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/agama-products (Old) and /work/SRC/openSUSE:Factory/.agama-products.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agama-products" Wed Feb 26 17:14:34 2025 rev:11 rq:1248594 version:0 Changes: -------- --- /work/SRC/openSUSE:Factory/agama-products/agama-products.changes 2025-01-25 19:12:32.880822447 +0100 +++ /work/SRC/openSUSE:Factory/.agama-products.new.1873/agama-products.changes 2025-02-26 17:14:46.593801805 +0100 @@ -1,0 +2,25 @@ +Thu Feb 20 13:13:18 UTC 2025 - Josef Reidinger <[email protected]> + +- drop sles_sap for aarch64 (bsc#1236370#c8) + +------------------------------------------------------------------- +Thu Feb 20 12:53:13 UTC 2025 - Ancor Gonzalez Sosa <[email protected]> + +- Adjust product name of sles_sap_160 and some sizes for the + storage proposal of several products (gh#openSUSE/agama#2004). + +------------------------------------------------------------------- +Wed Feb 19 14:16:28 UTC 2025 - Josef Reidinger <[email protected]> + +- Add sudo-policy-wheel-auth-self package as mandatory for products + that do not do it automatic to allow just non-root user for + initial login (jsc#PM-2128) + +------------------------------------------------------------------- +Thu Feb 13 11:19:19 UTC 2025 - Lubos Kocman <[email protected]> + +- Change the default lsm to SELinux in enforcing for both Leap and Tumblweed + keep AppArmor around as an option jsc#PED-12021 + https://news.opensuse.org/2025/02/13/tw-plans-to-adopt-selinux-as-default/ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 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-01-24 10:16:07.000000000 +0100 +++ new/agama/agama-products.changes 2025-02-20 14:44:33.000000000 +0100 @@ -1,4 +1,29 @@ ------------------------------------------------------------------- +Thu Feb 20 13:13:18 UTC 2025 - Josef Reidinger <[email protected]> + +- drop sles_sap for aarch64 (bsc#1236370#c8) + +------------------------------------------------------------------- +Thu Feb 20 12:53:13 UTC 2025 - Ancor Gonzalez Sosa <[email protected]> + +- Adjust product name of sles_sap_160 and some sizes for the + storage proposal of several products (gh#openSUSE/agama#2004). + +------------------------------------------------------------------- +Wed Feb 19 14:16:28 UTC 2025 - Josef Reidinger <[email protected]> + +- Add sudo-policy-wheel-auth-self package as mandatory for products + that do not do it automatic to allow just non-root user for + initial login (jsc#PM-2128) + +------------------------------------------------------------------- +Thu Feb 13 11:19:19 UTC 2025 - Lubos Kocman <[email protected]> + +- Change the default lsm to SELinux in enforcing for both Leap and Tumblweed + keep AppArmor around as an option jsc#PED-12021 + https://news.opensuse.org/2025/02/13/tw-plans-to-adopt-selinux-as-default/ + +------------------------------------------------------------------- Fri Jan 24 06:45:45 UTC 2025 - Imobach Gonzalez Sosa <[email protected]> - Change the registration property in a product's definition to a 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-01-24 10:16:07.000000000 +0100 +++ new/agama/leap_160.yaml 2025-02-20 14:44:33.000000000 +0100 @@ -59,7 +59,7 @@ base_product: openSUSE security: - lsm: apparmor + lsm: selinux available_lsms: apparmor: patterns: @@ -120,7 +120,7 @@ auto_size: base_min: 5 GiB base_max: 15 GiB - snapshots_increment: 250% + snapshots_increment: 150% max_fallback_for: - "/home" snapshots_configurable: true @@ -137,7 +137,7 @@ filesystem: xfs size: auto: false - min: 10 GiB + min: 5 GiB max: unlimited outline: required: false @@ -150,7 +150,7 @@ - filesystem: xfs size: auto: false - min: 1 GiB + min: 512 MiB outline: required: false filesystems: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/sles_160.yaml new/agama/sles_160.yaml --- old/agama/sles_160.yaml 2025-01-24 10:16:07.000000000 +0100 +++ new/agama/sles_160.yaml 2025-02-20 14:44:33.000000000 +0100 @@ -74,6 +74,7 @@ - sles_minimal_sap mandatory_packages: - NetworkManager + - sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model optional_packages: null base_product: SLES @@ -136,7 +137,7 @@ auto_size: base_min: 5 GiB base_max: 15 GiB - snapshots_increment: 250% + snapshots_increment: 150% max_fallback_for: - "/home" snapshots_configurable: true @@ -153,7 +154,7 @@ filesystem: xfs size: auto: false - min: 10 GiB + min: 5 GiB max: unlimited outline: required: false @@ -166,7 +167,7 @@ - filesystem: xfs size: auto: false - min: 1 GiB + min: 512 MiB outline: required: false filesystems: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/sles_sap_160.yaml new/agama/sles_sap_160.yaml --- old/agama/sles_sap_160.yaml 2025-01-24 10:16:07.000000000 +0100 +++ new/agama/sles_sap_160.yaml 2025-02-20 14:44:33.000000000 +0100 @@ -1,6 +1,6 @@ id: SLES_SAP -name: SUSE Linux Enterprise Server for SAP Applications 16.0 Beta -archs: x86_64,aarch64,ppc +name: SUSE Linux Enterprise Server for SAP applications 16.0 Beta +archs: x86_64,ppc registration: true version: "16-0" license: "license.beta" @@ -10,7 +10,7 @@ # translations!! # ------------------------------------------------------------------------------ description: "The leading OS for a secure and reliable SAP platform. -Endorsed for SAP deployments, SUSE Linux Enterprise Server for SAP Applications +Endorsed for SAP deployments, SUSE Linux Enterprise Server for SAP applications futureproofs the SAP project, offers uninterrupted business, and minimizes operational risks and costs." icon: SUSE.svg @@ -22,8 +22,6 @@ installation_labels: - label: S4SAP160-x86_64 archs: x86_64 - - label: S4SAP160-arch64 - archs: aarch64 - label: S4SAP160-ppc64 archs: ppc @@ -44,6 +42,7 @@ - sles_sap_gui mandatory_packages: - NetworkManager + - sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model optional_packages: null base_product: SLES_SAP @@ -106,7 +105,7 @@ auto_size: base_min: 5 GiB base_max: 15 GiB - snapshots_increment: 250% + snapshots_increment: 150% max_fallback_for: - "/home" snapshots_configurable: true @@ -123,7 +122,7 @@ filesystem: xfs size: auto: false - min: 10 GiB + min: 5 GiB max: unlimited outline: required: false @@ -136,7 +135,7 @@ - filesystem: xfs size: auto: false - min: 1 GiB + min: 512 MiB outline: required: false filesystems: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/slowroll.yaml new/agama/slowroll.yaml --- old/agama/slowroll.yaml 2025-01-24 10:16:07.000000000 +0100 +++ new/agama/slowroll.yaml 2025-02-20 14:44:33.000000000 +0100 @@ -61,6 +61,7 @@ mandatory_packages: - NetworkManager - openSUSE-repos-Slowroll + - sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model optional_packages: null base_product: openSUSE @@ -143,7 +144,7 @@ filesystem: xfs size: auto: false - min: 10 GiB + min: 5 GiB max: unlimited outline: required: false @@ -156,7 +157,7 @@ - filesystem: xfs size: auto: false - min: 1 GiB + min: 512 MiB outline: required: false filesystems: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agama/tumbleweed.yaml new/agama/tumbleweed.yaml --- old/agama/tumbleweed.yaml 2025-01-24 10:16:07.000000000 +0100 +++ new/agama/tumbleweed.yaml 2025-02-20 14:44:33.000000000 +0100 @@ -112,11 +112,12 @@ mandatory_packages: - NetworkManager - openSUSE-repos-Tumbleweed + - sudo-policy-wheel-auth-self # explicit wheel group policy to conform new auth model optional_packages: null base_product: openSUSE security: - lsm: apparmor + lsm: selinux available_lsms: apparmor: patterns: @@ -124,7 +125,7 @@ selinux: patterns: - selinux - policy: permissive + policy: enforcing none: patterns: null @@ -194,7 +195,7 @@ filesystem: xfs size: auto: false - min: 10 GiB + min: 5 GiB max: unlimited outline: required: false @@ -207,7 +208,7 @@ - filesystem: xfs size: auto: false - min: 1 GiB + min: 512 MiB outline: required: false filesystems: ++++++ agama.obsinfo ++++++ --- /var/tmp/diff_new_pack.GbaWOR/_old 2025-02-26 17:14:47.345833291 +0100 +++ /var/tmp/diff_new_pack.GbaWOR/_new 2025-02-26 17:14:47.349833458 +0100 @@ -1,5 +1,5 @@ name: agama -version: 11+91 -mtime: 1737710167 -commit: f21c18d76e4ec8b17711d0757dd9a0d964dfbb7e +version: 11+793 +mtime: 1740059073 +commit: f0d74f14c19d42b3c11099dd33fa23aa5f2bf0a1
