[sanlock/f15/master] Fixed install for wdmd.

Chris Feist cfeist at fedoraproject.org
Fri Feb 18 15:04:43 UTC 2011


commit 2a871d0f907f2acee48e011fd54945c4bcb26ebf
Author: Chris Feist <cfeist at redhat.com>
Date:   Fri Feb 18 09:04:41 2011 -0600

    Fixed install for wdmd.

 sanlock.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
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 <cfeist at redhat.com> - 1.1.0-2
+- Fixed install for wdmd
+
 * Thu Feb 17 2011 Chris Feist <cfeist at redhat.com> - 1.1.0-1
 - Updated to latest sources
 - Now include wdmd


More information about the scm-commits mailing list