]> git.pld-linux.org Git - packages/ctdb.git/commitdiff
- no reason why -devel would require base; rel 1 auto/th/ctdb-1_0_113-1 auto/ti/ctdb-1_0_113-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 Mar 2010 11:33:18 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctdb.spec -> 1.4

ctdb.spec

index f08dfd84086bdf13ca7bbeb30c7c09f4d6e43dc4..75485a2ec26ef4e2faef6481b91b082722fd2a8d 100644 (file)
--- a/ctdb.spec
+++ b/ctdb.spec
@@ -3,10 +3,13 @@
 #   checking for iface getifaddrs...
 #   lo         IP=127.0.0.1 NETMASK=255.0.0.0
 #   eth0       IP=x.x.x.x NETMASK=255.255.252.0
+# - add support for /sbin/ss instead of /bin/netstat (ss uses kernel netlink
+#   which is huge win on server with loads of open tcp sockets)
+# - patch scripts for pld
 Summary:       A Clustered Database based on Samba's Trivial Database (TDB)
 Name:          ctdb
 Version:       1.0.113
-Release:       0.1
+Release:       1
 License:       GPL v3+
 Group:         Daemons
 URL:           http://ctdb.samba.org/
@@ -36,7 +39,7 @@ application to be cluster aware and use CTDB instead.
 %package devel
 Summary:       CTDB clustered database development package
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+# does not require base
 
 %description devel
 Libraries, include files, etc you can use to develop CTDB
@@ -91,7 +94,7 @@ fi
 %{_docdir}/ctdb-%{version}
 %dir %{_sysconfdir}/ctdb
 %{_sysconfdir}/ctdb/events.d
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ctdb/notify.sh
+%config(noreplace) %verify(not md5 mtime size) %attr(755,root,root) %{_sysconfdir}/ctdb/notify.sh
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ctdb/functions
 %{_sysconfdir}/ctdb/statd-callout
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ctdb
This page took 0.071493 seconds and 4 git commands to generate.