Accepting request 58869 from Base:System
Accepted submit request 58869 from user jdelvare OBS-URL: https://build.opensuse.org/request/show/58869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=8
This commit is contained in:
commit
dbcfab7701
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d74a3e93353320317a424816f9a045df06d9ed4b5b80881e16fdfcc74c9e2c0
|
|
||||||
size 51904
|
|
3
dmidecode-2.11.tar.bz2
Normal file
3
dmidecode-2.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6da5643479b3b591b71a91122a25b89b77920b66e1ad0a5162d3c75b50423b51
|
||||||
|
size 54537
|
@ -1,18 +0,0 @@
|
|||||||
Drop BSD make command, as GNU make 3.82 chokes on it.
|
|
||||||
---
|
|
||||||
Makefile | 4 ----
|
|
||||||
1 file changed, 4 deletions(-)
|
|
||||||
|
|
||||||
--- dmidecode-2.10.orig/Makefile
|
|
||||||
+++ dmidecode-2.10/Makefile
|
|
||||||
@@ -36,10 +36,6 @@ RM := rm -f
|
|
||||||
|
|
||||||
PROGRAMS := dmidecode
|
|
||||||
PROGRAMS += $(shell test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode)
|
|
||||||
-# BSD make doesn't understand the $(shell) syntax above, it wants the !=
|
|
||||||
-# syntax below. GNU make ignores the line below so in the end both BSD
|
|
||||||
-# make and GNU make are happy.
|
|
||||||
-PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdecode ownership vpddecode
|
|
||||||
|
|
||||||
all : $(PROGRAMS)
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 20 13:53:27 CET 2011 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update to upstream version 2.11:
|
||||||
|
* Adds support for SMBIOS 2.6.1 and 2.7. This includes new
|
||||||
|
enumerated values for recent hardware.
|
||||||
|
* Obsoletes dmidecode-fix-makefile-for-GNU-make-3.82.patch.
|
||||||
|
* Various minor fixes and clean-ups.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 8 18:17:59 CEST 2010 - jdelvare@suse.de
|
Wed Sep 8 18:17:59 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dmidecode (Version 2.10)
|
# spec file for package dmidecode (Version 2.11)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,15 +20,14 @@
|
|||||||
|
|
||||||
Name: dmidecode
|
Name: dmidecode
|
||||||
Url: http://www.nongnu.org/dmidecode/
|
Url: http://www.nongnu.org/dmidecode/
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 10
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
Provides: pmtools:/usr/sbin/dmidecode
|
Provides: pmtools:/usr/sbin/dmidecode
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: DMI table decoder
|
Summary: DMI table decoder
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-fix-makefile-for-GNU-make-3.82.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 ia64 x86_64
|
ExclusiveArch: %ix86 ia64 x86_64
|
||||||
Obsoletes: pmtools < 20071117
|
Obsoletes: pmtools < 20071117
|
||||||
@ -49,7 +48,6 @@ the BIOS told it to.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user