Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-update for openSUSE:Factory checked in at 2023-05-08 17:24:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-update (Old) and /work/SRC/openSUSE:Factory/.os-update.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-update" Mon May 8 17:24:49 2023 rev:15 rq:1085461 version:1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/os-update/os-update.changes 2023-04-27 20:03:08.466703840 +0200 +++ /work/SRC/openSUSE:Factory/.os-update.new.1533/os-update.changes 2023-05-08 17:24:50.584893558 +0200 @@ -1,0 +2,18 @@ +Mon May 8 08:49:37 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Use suse_version instead of sle_version + +------------------------------------------------------------------- +Fri Apr 28 14:34:27 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Adjust URL to openSUSE github repo + +------------------------------------------------------------------- +Fri Apr 28 09:16:01 UTC 2023 - Andreas Vetter <vet...@physik.uni-wuerzburg.de> + +- Fix things not available in SLE12: + - Do not require zypper-needs-restarting + - Require mailx since conditional requires are not available in SLE12 + - define make_build macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-update.spec ++++++ --- /var/tmp/diff_new_pack.1Bcohk/_old 2023-05-08 17:24:51.128896775 +0200 +++ /var/tmp/diff_new_pack.1Bcohk/_new 2023-05-08 17:24:51.136896822 +0200 @@ -25,13 +25,15 @@ Release: 0 Summary: Updates the system regularly to stay current and safe License: GPL-2.0-or-later -URL: https://github.com/thkukuk/os-update -Source: https://github.com/thkukuk/os-update/releases/download/v%{version}/os-update-%{version}.tar.xz +URL: https://github.com/openSUSE/os-update +Source: https://github.com/openSUSE/os-update/releases/download/v%{version}/os-update-%{version}.tar.xz Source99: os-update-rpmlintrc BuildRequires: pkgconfig BuildRequires: pkgconfig(systemd) Requires: lsof +%if 0%{?suse_version} >= 1500 Requires: zypper-needs-restarting +%endif Recommends: rebootmgr Recommends: systemd-status-mail BuildArch: noarch @@ -43,8 +45,12 @@ %package -n systemd-status-mail Summary: Send a mail if a systemd.timer fails and/or succeeds +%if 0%{?suse_version} >= 1500 Requires: (/usr/sbin/sendmail or mailx) Suggests: mailx +%else +Requires: mailx +%endif %description -n systemd-status-mail systemd-mail-status is called by systemd-status-mail@.service if the @@ -58,6 +64,9 @@ %build %configure --enable-vendordir=%{_distconfdir} +%if 0%{?suse_version} < 1500 + %define make_build %{__make} -O %{?_smp_mflags} +%endif %make_build %install