Summary: Automated environment for building virtual clusters Packager: Martin Schwenke Name: autocluster Version: @@VERSION@@ Release: 1 Epoch: 0 License: GNU GPL version 3 Group: System Environment/Daemons URL: git://git.samba.org/autocluster.git Source: autocluster-%{version}.tar.gz 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 BuildArch: noarch %description KVM and libvirt-based virtual cluster generation environment for testing clustered software. ###################################################################### %prep %setup -q %build make prefix=%{_prefix} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install %clean rm -rf $RPM_BUILD_ROOT ###################################################################### %files %defattr(-,root,root) %doc README ChangeLog example.yml %dir %{_prefix}/share/autocluster %{_prefix}/share/autocluster/* %{_bindir}/autocluster