diff --git a/sanlock.spec b/sanlock.spec index 8f0f3e2..0e554ca 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A shared disk lock manager Group: System Environment/Base @@ -32,6 +32,9 @@ rm -rf $RPM_BUILD_ROOT make -C src \ install LIB_LIBDIR=%{_libdir} \ DESTDIR=$RPM_BUILD_ROOT +make -C wdmd \ + install LIB_LIBDIR=%{_libdir} \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -44,7 +47,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING %{_sbindir}/sanlock +%{_sbindir}/wdmd %{_libdir}/libsanlock.so.* +%{_libdir}/libwdmd.* +%{_includedir}/wdmd.h %package devel Summary: Development files for %{name} @@ -63,6 +69,9 @@ developing applications that use %{name}. %{_includedir}/sanlock_resource.h %changelog +* Fri Feb 18 2011 Chris Feist - 1.1.0-2 +- Fixed install for wdmd + * Thu Feb 17 2011 Chris Feist - 1.1.0-1 - Updated to latest sources - Now include wdmd