%global rel 1 Name: openstack-utils Version: 2014.2 Release: %{rel}%{?dist} Summary: Helper utilities for OpenStack services URL: https://github.com/redhat-openstack/openstack-utils Source0: https://github.com/redhat-openstack/%{name}/archive/%{version}-%{rel}.tar.gz#/%{name}-%{version}-%{rel}.tar.gz License: ASL 2.0 BuildArch: noarch Requires: crudini Requires: curl %description Utilities to aid the setup and configuration of OpenStack packages. %prep %setup -q -n %{name}-%{version}-%{rel} %build %install mkdir -p %{buildroot}%{_bindir}/ install -p -m 755 -t %{buildroot}%{_bindir}/ utils/* mkdir -p %{buildroot}%{_mandir}/man1 install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/ %files %doc LICENSE NEWS %{_bindir}/* %{_mandir}/man1/*.1.gz %changelog * Mon Dec 08 2014 Pádraig Brady - 2014.2-1 - openstack-service: don't restart neutron-ovs-cleanup (rhbz#1133920) - openstack-status: don't display status for uninstalled services on systemd platforms - openstack-status: list "target" service status instead of obsolete "tgtd" - openstack-status: list openstack-ceilometer-notification and neutron-metering-agent services * Mon Jun 23 2014 Pádraig Brady - 2014.1-3 - Add dependency on curl, needed by openstack-status - openstack-service: improve support for systemd based platforms - openstack-db: improve diagnostics for db sync failure - openstack-demo-install: remove as no longer supported - openstack-status: handle http redirects (to https etc.) * Sat Jun 07 2014 Fedora Release Engineering - 2014.1-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Apr 24 2014 Pádraig Brady - 2014.1-1 - Add support for icehouse incubated/integrated projects * Thu Jan 09 2014 Pádraig Brady - 2013.2-3 - Avoid permissions issues with openstack-db 'sync' and 'init' * Wed Nov 20 2013 Pádraig Brady - 2013.2-2 - Improve openstack-status output - Add a new openstack-service command to to control enabled services - Add an --update option to openstack-db to update a service's database - Add support for heat and neutron to openstack-db * Tue Sep 17 2013 Pádraig Brady 2013.2-1 - Improve reporting of services in openstack-status - Add heat and ceilometer services to those reported - Prompt the user if switching databases with openstack-db * Sat Aug 03 2013 Fedora Release Engineering - 2013.1-8.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri May 24 2013 Pádraig Brady 2013.1-8 - Display quantum services correctly * Wed Apr 24 2013 Pádraig Brady 2013.1-7 - Fix detection of nova installation in openstack-status * Tue Apr 9 2013 Pádraig Brady 2013.1-6 - Grizzly keystone sample credentials adjustments - Support systems with SELinux disabled - Improve handling of users in openstack-db --drop - Fix handling of cgroup service - Fix handling of passwords with mariadb * Thu Feb 14 2013 Fedora Release Engineering - 2013.1-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Dec 7 2012 Pádraig Brady 2013.1-1 - Support grizzly installs - Install novnc - Fix setup issues on RHEL based systems * Thu Nov 22 2012 Pádraig Brady 2012.2-7 - Fix Essex installs * Thu Nov 08 2012 Alan Pevec 2012.2-6 - Disable Quantum rhbz#873823 * Wed Oct 10 2012 Pádraig Brady 2012.2-5 - Update from upstream to support folsom packages * Fri Jul 20 2012 Fedora Release Engineering - 2012.1-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue May 22 2012 Pádraig Brady 2012.1-2 - Improve validation done by openstack-config and openstack-db - Fix openstack-demo-install * Mon May 21 2012 Alan Pevec 2012.1-1.1 - add missing dependency for openstack-config * Wed Apr 11 2012 Pádraig Brady 2012.1-1 - Initial release supporting the Essex OpenStack release