[SCM] CTDB repository - branch master updated - ctdb-1.0.114-265-g6e4347e

Ronnie Sahlberg sahlberg at samba.org
Mon Aug 23 00:03:30 MDT 2010


The branch, master has been updated
       via  6e4347eb8e62c28987820f6e58626271c900b011 (commit)
      from  92c8408fba957a8ded13f7e285da290502735234 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6e4347eb8e62c28987820f6e58626271c900b011
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Aug 23 16:00:19 2010 +1000

    move the directives to build the devel file to the end of the specfile
    so that the dependencies are right
    or else the dependencies all end up in the devel package and not the main
    ctdb package

-----------------------------------------------------------------------

Summary of changes:
 packaging/RPM/ctdb.spec.in |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RPM/ctdb.spec.in b/packaging/RPM/ctdb.spec.in
index 833dae8..d14db30 100644
--- a/packaging/RPM/ctdb.spec.in
+++ b/packaging/RPM/ctdb.spec.in
@@ -9,9 +9,6 @@ Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
 URL: http://ctdb.samba.org/
-%package devel
-Summary: CTDB developmnet libraries
-Group: Development
 
 Source: ctdb-%{version}.tar.gz
 
@@ -27,9 +24,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 %description
 ctdb is the clustered database used by samba
 
-%description devel
-development libraries for ctdb
-
 
 #######################################################################
 
@@ -132,6 +126,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
+%package devel
+Summary: CTDB developmnet libraries
+Group: Development
+
+%description devel
+development libraries for ctdb
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/ctdb.h


-- 
CTDB repository


More information about the samba-cvs mailing list