rpms/OpenIPMI/F-13 OpenIPMI.spec,1.74,1.75

Jan Šafránek jsafrane at fedoraproject.org
Wed Jun 2 07:51:36 UTC 2010


Author: jsafrane

Update of /cvs/pkgs/rpms/OpenIPMI/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14364

Modified Files:
	OpenIPMI.spec 
Log Message:
fixed OpenIPMIpthread pkgconfig file
Resolves: #598551


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/F-13/OpenIPMI.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- OpenIPMI.spec	5 Jan 2010 14:46:22 -0000	1.74
+++ OpenIPMI.spec	2 Jun 2010 07:51:35 -0000	1.75
@@ -4,7 +4,7 @@
 Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Name: OpenIPMI
 Version: 2.0.16
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: LGPLv2+ and GPLv2+
 Group: System Environment/Base
 URL: http://sourceforge.net/projects/openipmi/
@@ -19,6 +19,8 @@ BuildRequires: desktop-file-utils
 Requires(post): chkconfig
 Requires(preun): chkconfig
 
+Patch1: OpenIPMI-2.0.18-pthread-pkgconfig.patch
+
 %description
 The Open IPMI project aims to develop an open code base to allow access to
 platform information using Intelligent Platform Management Interface (IPMI).
@@ -69,6 +71,7 @@ and control IPMI-enabled devices.
 
 %prep
 %setup -q
+%patch1 -p1 -b .pthread-pkgconfig
 
 %build
 export CFLAGS="-fPIC $RPM_OPT_FLAGS"
@@ -160,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Wed Jun  2 2010 Jan Safranek <jsafrane at redhat.com> - 2.0.16-9
+- fixed OpenIPMIpthread pkgconfig file (#598551)
+
 * Tue Jan  5 2010 Jan Safranek <jsafrane at redhat.com> - 2.0.16-8
 - fix package License: field, there is no source with BSD header
 



More information about the scm-commits mailing list