]> git.pld-linux.org Git - packages/openhpi.git/commitdiff
- rel 2 auto/th/openhpi-2_16_0-2
authorMarek Marczykowski <marmarek@pld-linux.org>
Wed, 27 Apr 2011 14:19:29 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix BR
- skip_post_check_so for plugins as requires symbols from executable

Changed files:
    openhpi.spec -> 1.45

openhpi.spec

index 3cc75b4bca45ce8a0b08f52bfdb48a3701f94dab..f085e42ad08f36937055f096c0d2adf0b17ee6d8 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Service Availability Forum's Hardware Platform Interface (HPI) implemen
 Summary(pl.UTF-8):     Implementacja HPI (Hardware Platform Interface) Service Availability Forum
 Name:          openhpi
 Version:       2.16.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/openhpi/%{name}-%{version}.tar.gz
@@ -20,7 +20,6 @@ BuildRequires:        autoconf >= 2.57
 BuildRequires: automake >= 1:1.8
 BuildRequires: docbook-dtd41-sgml
 BuildRequires: docbook-utils
-BuildRequires: fam-devel
 BuildRequires: gcc >= 5:3.2.0
 BuildRequires: glib2-devel >= 1:2.2.0
 BuildRequires: libltdl-devel
@@ -34,12 +33,17 @@ BuildRequires:      libxml2-devel >= 2.0
 BuildRequires: net-snmp-devel
 BuildRequires: openssl-devel
 BuildRequires: pkgconfig
+BuildRequires: sqlite3-devel
 BuildRequires: sysfsutils-devel >= 1.3.0-3
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -fno-strict-aliasing
 
+# oh_evt_queue_push, oh_event_free symbols provided by openhpid executable
+%define skip_post_check_so libipmi.so.* libwatchdog.so.* libsysfs2hpi.so.* libsnmp_bc.so.* libipmidirect.so.* libdyn_simulator.so.* libsimulator.so.* libilo2_ribcl.so.* liboa_soap.so.*
+
+
 %description
 OpenHPI is an open source project created with the intent of providing
 an implementation of the Service Availability Forum's Hardware
This page took 0.057743 seconds and 4 git commands to generate.