Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsb-release for openSUSE:Factory checked in at 2023-08-10 15:33:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsb-release (Old) and /work/SRC/openSUSE:Factory/.lsb-release.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsb-release" Thu Aug 10 15:33:11 2023 rev:22 rq:1103195 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes 2022-03-28 17:01:01.789007573 +0200 +++ /work/SRC/openSUSE:Factory/.lsb-release.new.11712/lsb-release.changes 2023-08-10 15:33:25.379985104 +0200 @@ -1,0 +2,6 @@ +Wed Aug 9 16:10:52 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- add util-linux dependency for getopt to avoid: + /usr/bin/lsb_release: line 123: getopt: command not found + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsb-release.spec ++++++ --- /var/tmp/diff_new_pack.rDKn9V/_old 2023-08-10 15:33:26.091989545 +0200 +++ /var/tmp/diff_new_pack.rDKn9V/_new 2023-08-10 15:33:26.091989545 +0200 @@ -1,7 +1,7 @@ # # spec file for package lsb-release # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ Group: System/Fhs URL: https://github.com/thkukuk/lsb-release_os-release Source: https://github.com/thkukuk/lsb-release_os-release/archive/refs/tags/v%{version}.tar.gz#/lsb-release-%{version}.tar.gz +# for getopt(1) +Requires: util-linux BuildArch: noarch %description @@ -33,7 +35,7 @@ %setup -q -n lsb-release_os-release-%{version} %build -make +%make_build %install make install INSTALL_ROOT=%{buildroot}%{_prefix}