[ctdb] Provide virtual -static package to meet guidelines (#700029).

Michael Schwendt mschwendt at fedoraproject.org
Mon Jun 27 18:07:19 UTC 2011


commit 0bdd8314deb68bd22d24f2a4abe64e92d65c7be6
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Mon Jun 27 20:07:05 2011 +0200

    Provide virtual -static package to meet guidelines (#700029).

 ctdb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ctdb.spec b/ctdb.spec
index e49ff71..24f796b 100644
--- a/ctdb.spec
+++ b/ctdb.spec
@@ -3,7 +3,7 @@
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
 Version: 1.2.28
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://ctdb.samba.org/
@@ -52,6 +52,7 @@ and use CTDB instead.
 Group: Development/Libraries
 Summary: CTDB clustered database development package
 Requires: ctdb = %{version}-%{release}
+Provides: ctdb-static = %{version}-%{release}
 %description devel
 Libraries, include files, etc you can use to develop CTDB applications.
 CTDB is a cluster implementation of the TDB database used by Samba and other
@@ -159,6 +160,9 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Mon Jun 27 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.2.28-2
+- Provide virtual -static package to meet guidelines (#700029).
+
 * Mon Apr 18 2011 Sumit Bose <sbose at redhat.com> - 1.2.28-1
  - Update to ctdb version 1.2.28
 


More information about the scm-commits mailing list