Hello community, here is the log from the commit of package lsb-release for openSUSE:Factory checked in at 2020-03-12 22:58:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsb-release (Old) and /work/SRC/openSUSE:Factory/.lsb-release.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsb-release" Thu Mar 12 22:58:51 2020 rev:20 rq:783517 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lsb-release/lsb-release.changes 2017-08-24 18:22:18.475727823 +0200 +++ /work/SRC/openSUSE:Factory/.lsb-release.new.3160/lsb-release.changes 2020-03-12 22:59:04.995009315 +0100 @@ -1,0 +2,6 @@ +Tue Mar 10 18:41:22 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Update to version 3.1 + - Define Distribution ID based on PRETTY_NAME + +------------------------------------------------------------------- Old: ---- lsb-release-3.0.tar.bz2 New: ---- lsb-release-3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsb-release.spec ++++++ --- /var/tmp/diff_new_pack.SFHxgT/_old 2020-03-12 22:59:05.555009538 +0100 +++ /var/tmp/diff_new_pack.SFHxgT/_new 2020-03-12 22:59:05.559009540 +0100 @@ -1,7 +1,7 @@ # # spec file for package lsb-release # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: lsb-release -Version: 3.0 +Version: 3.1 Release: 0 Summary: Linux Standard Base Release Tools -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Fhs -Url: https://github.com/thkukuk/lsb-release_os-release -Source: lsb-release-3.0.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: https://github.com/thkukuk/lsb-release_os-release +Source: lsb-release-%{version}.tar.gz BuildArch: noarch %description @@ -34,19 +33,14 @@ %setup -q %build -# for openSUSE, the distributor is the openSUSE project -%if 0%{?is_opensuse} -sed -e 's/^MSG_DISTRIBUTOR=".*"/MSG_DISTRIBUTOR="openSUSE"/' -i lsb_release -%endif make %install make install INSTALL_ROOT=%{buildroot}%{_prefix} %files -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_bindir}/lsb?release -%{_mandir}/man1/lsb?release.1%{ext_man} +%{_mandir}/man1/lsb?release.1%{?ext_man} %changelog
