rpms/OpenIPMI/F-12 OpenIPMI.spec,1.71,1.72

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


Author: jsafrane

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

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


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/F-12/OpenIPMI.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- OpenIPMI.spec	1 Dec 2009 11:26:55 -0000	1.71
+++ OpenIPMI.spec	2 Jun 2010 07:51:04 -0000	1.72
@@ -4,7 +4,7 @@
 Summary: IPMI (Intelligent Platform Management Interface) library and tools
 Name: OpenIPMI
 Version: 2.0.16
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD and BSD with advertising and 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-6
+- fixed OpenIPMIpthread pkgconfig file (#598546)
+
 * Tue Dec  1 2009 Jan Safranek <jsafrane at redhat.com> - 2.0.16-5
 - fix rpmlint errors
 



More information about the scm-commits mailing list