scripts: Add autocluster-test-ctdb script
[autocluster.git] / autocluster.spec.in
index 776b7715b4e7285a79da292eb4ba9b4bb1bebb46..c1036964c941c1b8b446e1622a4b5b5a814cc32c 100644 (file)
@@ -6,13 +6,16 @@ Release: 1
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
-URL: git://git.samba.org/tridge/autocluster.git
+URL: git://git.samba.org/autocluster.git
 
 Source: autocluster-%{version}.tar.gz
 
-#Prereq: fileutils sed expect kvm libvirt
-
 Provides: autocluster = %{version}
+Requires: coreutils, sed
+# Pick one:
+#Requires: python, python-ipaddress
+Requires: python3
+Requires: ansible >= 2.4
 
 Prefix: /usr
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -42,8 +45,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 
-%doc README examples/example.sh
-%{_prefix}/share/autocluster
+%doc README COPYING ChangeLog example.yml
+%dir %{_prefix}/share/autocluster
+%{_prefix}/share/autocluster/*
 %{_bindir}/autocluster
-%{_bindir}/vircmd
-%{_bindir}/waitfor
+%{_bindir}/autocluster-test-ctdb