Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000package-groups for
openSUSE:Factory checked in at 2025-02-21 21:35:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
and /work/SRC/openSUSE:Factory/.000package-groups.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000package-groups"
Fri Feb 21 21:35:36 2025 rev:295 rq:1247638 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MicroOS-release.spec.in ++++++
--- /var/tmp/diff_new_pack.Q7hbdw/_old 2025-02-21 21:36:00.559343391 +0100
+++ /var/tmp/diff_new_pack.Q7hbdw/_new 2025-02-21 21:36:00.567343725 +0100
@@ -202,7 +202,8 @@
echo -e "\nWelcome to ___SUMMARY___ (%{_target_cpu}) - Kernel \\\r (\\\l).\n"
> %{buildroot}%{_prefix}/lib/issue.d/10-OS
echo -e "\n" > %{buildroot}%{_prefix}/lib/issue.d/90-OS
-VERSION_ID=`echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;'`
+VERSION_ID=$(echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;')
+SYSEXT_LEVEL=$(rpm -q --qf '%%{NAME}-%%{VERSION}' glibc)
# note: VERSION is an optional field and has no meaning other than informative
on a rolling distro
# We do thus not add it to the os-release file
cat > %{buildroot}%{_prefix}/lib/os-release <<EOF
@@ -212,6 +213,7 @@
ID_LIKE="suse opensuse opensuse-tumbleweed microos sl-micro"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE MicroOS"
+SYSEXT_LEVEL="$SYSEXT_LEVEL"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:microos:%{version}"
BUG_REPORT_URL="https://bugzilla.opensuse.org"