Hello community, here is the log from the commit of package lsb for openSUSE:Factory checked in at 2015-11-24 22:33:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsb (Old) and /work/SRC/openSUSE:Factory/.lsb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsb" Changes: -------- --- /work/SRC/openSUSE:Factory/lsb/lsb.changes 2013-10-02 13:31:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lsb.new/lsb.changes 2015-11-24 22:33:46.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Nov 18 13:33:47 UTC 2015 - [email protected] + +- Set optional variables in /etc/lsb-release form /etc/os-release provided by openSUSE-release: + - DISTRIB_ID + - DISTRIB_RELEASE + - DISTRIB_CODENAME + - DISTRIB_DESCRIPTION + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsb.spec ++++++ --- /var/tmp/diff_new_pack.Fty4Y6/_old 2015-11-24 22:33:47.000000000 +0100 +++ /var/tmp/diff_new_pack.Fty4Y6/_new 2015-11-24 22:33:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package lsb # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,7 @@ Version: 4.0 Release: 0 Obsoletes: lsb-desktop +BuildRequires: openSUSE-release Requires: /bin/cat Requires: /bin/chgrp Requires: /bin/chmod @@ -281,6 +282,13 @@ echo -n "core-2.0-%{_target_cpu}:core-3.2-%{_target_cpu}:core-4.0-%{_target_cpu}" >> $RPM_BUILD_ROOT/etc/lsb-release %endif echo "\"" >> $RPM_BUILD_ROOT/etc/lsb-release +( + . /etc/os-release; + echo DISTRIB_ID=\"$NAME\" + echo DISTRIB_RELEASE=\"$VERSION_ID\" + echo DISTRIB_CODENAME=\"$VERSION\" + echo DISTRIB_DESCRIPTION=\"$PRETTY_NAME\" +) >> $RPM_BUILD_ROOT/etc/lsb-release %ifarch x86_64 mkdir -p $RPM_BUILD_ROOT/lib ln -sf /lib64/ld-linux-x86-64.so.2 $RPM_BUILD_ROOT/lib64/ld-lsb-x86-64.so.2
