Author: marmarek Date: Wed Apr 27 14:19:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - fix BR - skip_post_check_so for plugins as requires symbols from executable
---- Files affected: packages/openhpi: openhpi.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: packages/openhpi/openhpi.spec diff -u packages/openhpi/openhpi.spec:1.44 packages/openhpi/openhpi.spec:1.45 --- packages/openhpi/openhpi.spec:1.44 Fri Mar 18 17:20:52 2011 +++ packages/openhpi/openhpi.spec Wed Apr 27 16:19:29 2011 @@ -4,7 +4,7 @@ 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 @@ -21,7 +21,6 @@ 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 @@ -35,12 +34,17 @@ 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 @@ -306,6 +310,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2011/04/27 14:19:29 marmarek +- rel 2 +- fix BR +- skip_post_check_so for plugins as requires symbols from executable + Revision 1.44 2011/03/18 16:20:52 qboosh - updated to 2.16.0 - updated c++ patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openhpi/openhpi.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
