diff --git a/zhcp/zhcp-build.tar.gz b/zhcp/zhcp-build.tar.gz index 9daff50..ae441a9 100644 Binary files a/zhcp/zhcp-build.tar.gz and b/zhcp/zhcp-build.tar.gz differ diff --git a/zhcp/zhcp.spec b/zhcp/zhcp.spec index ea9acc9..e0d75af 100644 --- a/zhcp/zhcp.spec +++ b/zhcp/zhcp.spec @@ -2,15 +2,17 @@ Summary: zhcp Name: %{name} -Version: 1 +Version: 1.1 Release: 1 Source: zhcp-build.tar.gz Vendor: IBM -License: Licensed materials - Property of IBM +License: IBM (C) Copyright 2010 Eclipse Public License Group: System/tools Prefix: %{_prefix} %description +The System z hardware control point (zHCP) is C program API to interface with +z/VM SMAPI. %prep cd /opt/zhcpbuild/SOURCES/ @@ -24,6 +26,10 @@ make install make post make clean +%post +echo "/opt/zhcp/lib" > /etc/ld.so.conf.d/zhcp.conf +/sbin/ldconfig + %files %defattr(-,root,root,755) /opt/zhcp/*