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-08-01 22:40:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
and /work/SRC/openSUSE:Factory/.000package-groups.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000package-groups"
Fri Aug 1 22:40:06 2025 rev:315 rq:1296238 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Aeon-release.spec.in ++++++
--- /var/tmp/diff_new_pack.jJaSxV/_old 2025-08-01 22:40:11.432457140 +0200
+++ /var/tmp/diff_new_pack.jJaSxV/_new 2025-08-01 22:40:11.436457307 +0200
@@ -192,11 +192,7 @@
%build
%install
-mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_prefix}/lib/issue.d
%{buildroot}/run
-
-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
-
+mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_prefix}/lib/
VERSION_ID=`echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;'`
# 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
@@ -244,8 +240,6 @@
%{_prefix}/lib/os-release
%dir %{_sysconfdir}/products.d
%{_sysconfdir}/products.d/*
-%dir %{_prefix}/lib/issue.d
-%{_prefix}/lib/issue.d/*-OS
%changelog
* Mon Feb 19 2024 Dominique Leuenberger <[email protected]>
++++++ MicroOS-release.spec.in ++++++
--- /var/tmp/diff_new_pack.jJaSxV/_old 2025-08-01 22:40:11.504460140 +0200
+++ /var/tmp/diff_new_pack.jJaSxV/_new 2025-08-01 22:40:11.508460306 +0200
@@ -174,6 +174,9 @@
Provides: weakremover(libzip4)
Provides: weakremover(mt_st)
Provides: weakremover(openssl-debuginfo)
+# Old issue-generator output is now generated by agetty itself
+Obsoletes: issue-generator < 1.14
+
# this package should only be available for the "basearchs" of a product
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64 %arm
%include %{SOURCE100}
@@ -199,8 +202,8 @@
%install
mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_prefix}/lib/issue.d
%{buildroot}/run
-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
+echo -e "\nWelcome to ___SUMMARY___ (%{_target_cpu}) - Kernel \\\r (\\\l).\n"
> %{buildroot}%{_prefix}/lib/issue.d/10-OS.issue
+echo -e "\\\a\n" > %{buildroot}%{_prefix}/lib/issue.d/90-OS.issue
VERSION_ID=$(echo %{version}|tr '[:upper:]' '[:lower:]'|sed -e 's/ //g;')
SYSEXT_LEVEL=$(rpm -q --qf '%%{NAME}-%%{VERSION}' glibc)
@@ -258,7 +261,7 @@
%dir %{_sysconfdir}/products.d
%{_sysconfdir}/products.d/*
%dir %{_prefix}/lib/issue.d
-%{_prefix}/lib/issue.d/*-OS
+%{_prefix}/lib/issue.d/*-OS.issue
%changelog
* Mon Feb 19 2024 Dominique Leuenberger <[email protected]>