SHA256
1
0
forked from pool/nut

- Build without IPMI for older products.

OBS-URL: https://build.opensuse.org/package/show/hardware/nut?expand=0&rev=20
This commit is contained in:
2011-09-21 17:01:33 +00:00
committed by Git OBS Bridge
parent 44ae1593fa
commit d7d3b03e12
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 19:00:42 CEST 2011 - sbrabec@suse.cz
- Build without IPMI for older products.
-------------------------------------------------------------------
Mon Sep 19 19:09:52 UTC 2011 - jw@suse.com

View File

@@ -24,7 +24,9 @@ BuildRequires: pm-utils
# To fix end-of-line encoding:
BuildRequires: dos2unix
# For FreeIPMI support
%if %suse_version > 1140
BuildRequires: freeipmi-devel
%endif
%if %suse_version > 1110
# For doc build:
BuildRequires: asciidoc dblatex
@@ -183,6 +185,9 @@ autoreconf -f -i
--with-all\
--with-dev\
--without-hal\
%if %suse_version <= 1140
--without-ipmi\
%endif
--with-linux-hiddev=%{_includedir}/linux/hiddev.h\
--with-htmlpath=%{HTMLPATH}\
--with-cgipath=%{CGIPATH}\