[SCM] CTDB repository - branch 1.2 updated - ctdb-1.0.114-268-gd599202

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


The branch, 1.2 has been updated
       via  d59920238ffacc71b338c6f52b22323fb1c977bf (commit)
      from  d7dbde5b6f92b556d5fa690ab260c717c5f97309 (commit)

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


- Log -----------------------------------------------------------------
commit d59920238ffacc71b338c6f52b22323fb1c977bf
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 d6ed6cc..782dea2 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