Hello community, here is the log from the commit of package libsmbios for openSUSE:Factory checked in at 2014-12-30 00:50:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmbios (Old) and /work/SRC/openSUSE:Factory/.libsmbios.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmbios" Changes: -------- --- /work/SRC/openSUSE:Factory/libsmbios/libsmbios.changes 2012-05-09 07:25:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsmbios.new/libsmbios.changes 2014-12-30 00:50:39.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 30 04:12:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pkgheader.sh script +- add patches: + * libsmbios-2.2.28-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- libsmbios-2.2.28-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmbios.spec ++++++ --- /var/tmp/diff_new_pack.fN9sGR/_old 2014-12-30 00:50:41.000000000 +0100 +++ /var/tmp/diff_new_pack.fN9sGR/_new 2014-12-30 00:50:41.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsmbios # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,14 @@ Name: libsmbios Version: 2.2.28 -Release: 1 +Release: 0 Summary: Libraries to get information from standard BIOS tables - License: GPL-2.0+ or OSL-2.1 -Url: http://linux.dell.com/libsmbios/main/ Group: System/Management + +Url: http://linux.dell.com/libsmbios/main/ Source0: http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-%{version}/%{name}-%{version}.tar.bz2 +Patch1: %{name}-2.2.28-fix-bashisms.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: doxygen @@ -35,8 +36,8 @@ BuildRequires: gcc-c++ BuildRequires: libcppunit-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(libxml-2.0) BuildRequires: python-base +BuildRequires: pkgconfig(libxml-2.0) # Modules: dcdbas.ko Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) # Generated with: extract-modaliases dcdbas @@ -49,7 +50,6 @@ %package devel Summary: Development files for libsmios -License: GPL-2.0+ or OSL-2.1 Group: Development/Libraries/C and C++ Requires: libsmbios2 = %{version} Requires: libstdc++-devel @@ -63,7 +63,6 @@ %package -n libsmbios2 Summary: Libraries to get information from standard BIOS tables -License: GPL-2.0+ or OSL-2.1 Group: System/Management Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) @@ -73,7 +72,6 @@ %package -n python-smbios Summary: Python interface to Libsmbios C library -License: GPL-2.0+ or OSL-2.1 Group: Development/Libraries/Python Requires: libsmbios2 = %{version} Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) @@ -86,7 +84,6 @@ %package -n smbios-utils-bin Summary: Binary utilities that use libsmbios -License: GPL-2.0+ or OSL-2.1 Group: System/Management Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) # libsmbios-unsupported-bin was last used in openSUSE 11.4 (libsmbios-unsupported-bin-2.0.2) @@ -99,7 +96,6 @@ %package -n smbios-utils-python Summary: Python executables that use libsmbios -License: GPL-2.0+ or OSL-2.1 Group: System/Management Requires: python-smbios = %{version} Supplements: modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*) @@ -115,7 +111,6 @@ %package -n yum-dellsysid Summary: YUM plugin to retrieve the Dell System ID -License: GPL-2.0+ or OSL-2.1 Group: System/Packages Requires: smbios-utils-python = %{version} Requires: yum @@ -129,6 +124,7 @@ %prep %setup -q +%patch1 -p1 %build %configure --disable-rpath ++++++ libsmbios-2.2.28-fix-bashisms.patch ++++++ diff -Ndur libsmbios-2.2.28/doc/pkgheader.sh libsmbios-2.2.28-fix-bashisms/doc/pkgheader.sh --- libsmbios-2.2.28/doc/pkgheader.sh 2008-05-13 18:19:39.000000000 +0300 +++ libsmbios-2.2.28-fix-bashisms/doc/pkgheader.sh 2014-11-20 00:28:20.117811035 +0200 @@ -49,7 +49,7 @@ exit 1 fi echo - pushd $tmpdir >/dev/null 2>&1 + cd $tmpdir echo "Running BIOS Update:" if ! ./$_PRG -u -f ./bios.hdr "$@"; then echo @@ -59,7 +59,7 @@ echo "You must now reboot your system!" echo fi - popd >/dev/null 2>&1 + cd - >/dev/null } checkroot() -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
