[udisks/f13/master] * Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 1.0.1-3%{?dist} - Do autoreconf to guarantee t

David Zeuthen davidz at fedoraproject.org
Mon Aug 9 19:43:52 UTC 2010


commit e1c1701de5ca5262e4f7a9f81dd17b769cf1fc2c
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Aug 9 15:43:51 2010 -0400

    * Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 1.0.1-3%{?dist}
    - Do autoreconf to guarantee that we build against a recent enough liblvm2

 udisks.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/udisks.spec b/udisks.spec
index d026663..80ce537 100644
--- a/udisks.spec
+++ b/udisks.spec
@@ -14,7 +14,7 @@
 Summary: Storage Management Service
 Name: udisks
 Version: 1.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -96,7 +96,8 @@ D-Bus interface definitions and documentation for udisks.
 %patch0 -p1 -b .latest-lvm2-api
 
 %build
-%configure --enable-gtk-doc
+autoreconf
+%configure --enable-gtk-doc --enable-lvm2
 make
 
 %install
@@ -168,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 #
 %changelog
+* Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 1.0.1-3%{?dist}
+- Do autoreconf to guarantee that we build against a recent enough liblvm2
+
 * Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 1.0.1-2%{?dist}
 - Add patch to work with latest liblvm2 API (See #622385)
 


More information about the scm-commits mailing list