rpms/libsmbios/EL-5 libsmbios.spec,1.2,1.3

Michael E Brown (mebrown) fedora-extras-commits at redhat.com
Wed Mar 14 02:12:52 UTC 2007


Author: mebrown

Update of /cvs/extras/rpms/libsmbios/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11102

Modified Files:
	libsmbios.spec 
Log Message:
* Tue Mar 13 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.4-1.el5.1
- Remove BuildRequires for cppunit-devel as ELx doesnt have it
* Mon Mar 12 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.4-1
- Added dellWirelessCtl binary
- Added 'static' makefile target to build static binaries and clean them as well
- fix for signed/unsigned bug in probes binary. CPU temp misreported
- simplify interface for DELL_CALLING_INTERFACE_SMI, autodetect Port/Magic
- document all of the tokens for controlling wireless on dell notebooks
- enums for SMI args/res to make code match docs better (cbRES1 = res[0], which 
  was confusing.
- helper functions isTokenActive() and activateToken() to simplify token API.
- Added missing windows .cpp files to the dist tarball for those who compile 
  windows from dist tarball vs source control
- Add support for EFI based machines without backwards compatible smbios table
  entry point in 0xF0000 block.
- Added wirelessSwitchControl() and wirelessRadioControl() API for newer 
  laptops.
- fixed bug in TokenDA activate() code where it wasnt properly using SMI 
  (never worked, but apparently wasnt used until now.)



Index: libsmbios.spec
===================================================================
RCS file: /cvs/extras/rpms/libsmbios/EL-5/libsmbios.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsmbios.spec	13 Mar 2007 16:42:03 -0000	1.2
+++ libsmbios.spec	14 Mar 2007 02:12:19 -0000	1.3
@@ -7,9 +7,6 @@
 # absense of cppunit include files.
 %define run_cppunit %( ([ -e /usr/include/cppunit ] && echo 1) || echo 0)
 
-# Some SUSE stuff is different
-%define is_suse %(test -e /etc/SuSE-release && echo 1 || echo 0)
-
 ###################################################################
 #
 # WARNING
@@ -36,7 +33,7 @@
 
 Name: %{release_name}
 Version: %{release_version}
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 License: GPL/OSL Dual License
 Group: System Environment/Libraries
 Source: http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -49,12 +46,6 @@
 ExclusiveArch: x86_64 ia64 %{ix86}
 
 BuildRequires: libxml2-devel
-BuildRequires: cppunit-devel
-%if %{is_suse}
-# no doxygen native for suse
-%else
-BuildRequires: doxygen
-%endif
 
 %description
 Libsmbios is a library and utilities that can be used by client programs 
@@ -190,6 +181,8 @@
 #%{_bindir}/sysid
 
 %changelog
+* Tue Mar 13 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.4-1.el5.1
+- Remove BuildRequires for cppunit-devel as ELx doesnt have it
 * Mon Mar 12 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.4-1
 - Added dellWirelessCtl binary
 - Added 'static' makefile target to build static binaries and clean them as well




More information about the scm-commits mailing list