|
 |
a64660 |
Name: heat-cfntools
|
|
 |
a64660 |
Version: 1.4.2
|
|
 |
a64660 |
Release: 15%{?dist}
|
|
 |
a64660 |
Summary: Tools required to be installed on Heat provisioned cloud instances
|
|
 |
a64660 |
License: ASL 2.0
|
|
 |
a64660 |
URL: https://launchpad.net/heat-cfntools/
|
|
 |
a64660 |
Source0: https://pypi.python.org/packages/source/h/heat-cfntools/%{name}-%{version}.tar.gz
|
|
 |
a64660 |
|
|
 |
a64660 |
# All patches to current git master (d23083a8e93311def2fc78fe7ece2a76fe59287b)
|
|
 |
a64660 |
# Fixes issues with requirements, code style, Python 3.6+ compat,
|
|
 |
a64660 |
# updates links to openstack.org not launchpad.net
|
|
 |
a64660 |
# patches 8 and 16 manually rediffed for differences between 1.4.2
|
|
 |
a64660 |
# tarball and git tag
|
|
 |
a64660 |
Patch0001: 0001-Changed-logger-init-and-added-verbose-arg-handling.patch
|
|
 |
a64660 |
Patch0002: 0002-Replace-deprecated-LOG.warn-with-LOG.warning.patch
|
|
 |
a64660 |
Patch0003: 0003-Fix-typo.patch
|
|
 |
a64660 |
Patch0004: 0004-Drop-unused-directory-in-tox.patch
|
|
 |
a64660 |
Patch0005: 0005-Replace-MagicMock-with-Mock.patch
|
|
 |
a64660 |
Patch0006: 0006-Show-team-and-repo-badges-on-README.patch
|
|
 |
a64660 |
Patch0007: 0007-Remove-white-space-between-print.patch
|
|
 |
a64660 |
Patch0008: 0008-Add-OpenStack-doc-support-for-heat-cfntools.patch
|
|
 |
a64660 |
Patch0009: 0009-Remove-discover-from-test-requirements.patch
|
|
 |
a64660 |
Patch0010: 0010-Update-links-in-README.patch
|
|
 |
a64660 |
Patch0011: 0011-Python3-Don-t-use-cmp-function.patch
|
|
 |
a64660 |
Patch0012: 0012-Fix-pep8-errors-with-later-versions-of-hacking.patch
|
|
 |
a64660 |
Patch0013: 0013-Move-Zuul-config-into-repo.patch
|
|
 |
a64660 |
Patch0014: 0014-Modernise-requirements.patch
|
|
 |
a64660 |
Patch0015: 0015-Add-tox-python3-overrides.patch
|
|
 |
a64660 |
Patch0016: 0016-Switch-to-use-stestr-for-unit-test.patch
|
|
 |
a64660 |
Patch0017: 0017-fix-bug-link-in-readme.patch
|
|
 |
a64660 |
Patch0018: 0018-add-python-3.6-unit-test-job.patch
|
|
 |
a64660 |
Patch0019: 0019-Migrate-the-link-of-bug-report-button-to-storyboard.patch
|
|
 |
a64660 |
Patch0020: 0020-Use-template-for-lower-constraints.patch
|
|
 |
a64660 |
Patch0021: 0021-Update-the-bugs-link-to-storyboard.patch
|
|
 |
a64660 |
|
|
 |
a64660 |
BuildArch: noarch
|
|
 |
a64660 |
BuildRequires: python3-devel
|
|
 |
a64660 |
BuildRequires: python3-setuptools
|
|
 |
a64660 |
BuildRequires: python3-testrepository
|
|
 |
a64660 |
BuildRequires: python3-boto
|
|
 |
a64660 |
BuildRequires: python3-mock
|
|
 |
a64660 |
BuildRequires: python3-nose
|
|
 |
a64660 |
BuildRequires: python3-pbr >= 0.5.20
|
|
 |
a64660 |
BuildRequires: python3-six
|
|
 |
a64660 |
|
|
 |
a64660 |
# imported by cfn_helper
|
|
 |
a64660 |
Requires: python3-boto
|
|
 |
a64660 |
Requires: python3-psutil
|
|
 |
a64660 |
Requires: python3-six >= 1.9.0
|
|
 |
a64660 |
|
|
 |
a64660 |
# external commands
|
|
 |
a64660 |
Requires: bzip2
|
|
 |
a64660 |
Requires: coreutils
|
|
 |
a64660 |
Requires: curl
|
|
 |
a64660 |
Requires: gzip
|
|
 |
a64660 |
Requires: python3-setuptools
|
|
 |
a64660 |
Requires: shadow-utils
|
|
 |
a64660 |
Requires: tar
|
|
 |
a64660 |
|
|
 |
a64660 |
%description
|
|
 |
a64660 |
Tools required to be installed on Heat provisioned cloud instances
|
|
 |
a64660 |
|
|
 |
a64660 |
%prep
|
|
 |
a64660 |
%autosetup -p1 -S git
|
|
 |
a64660 |
|
|
 |
a64660 |
%build
|
|
 |
a64660 |
%{__python3} setup.py build
|
|
 |
a64660 |
|
|
 |
a64660 |
%install
|
|
 |
a64660 |
%{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
|
|
 |
a64660 |
mkdir -p %{buildroot}/%{_sharedstatedir}/%{name}
|
|
 |
a64660 |
|
|
 |
a64660 |
%check
|
|
 |
a64660 |
nosetests-%{python3_version}
|
|
 |
a64660 |
|
|
 |
a64660 |
%files
|
|
 |
a64660 |
%doc README.rst CONTRIBUTING.rst AUTHORS ChangeLog
|
|
 |
a64660 |
%{!?_licensedir:%global license %%doc}
|
|
 |
a64660 |
%license LICENSE
|
|
 |
a64660 |
%{_bindir}/cfn-*
|
|
 |
a64660 |
%{python3_sitelib}/heat_cfntools*
|
|
 |
a64660 |
%dir %{_sharedstatedir}/%{name}
|
|
 |
a64660 |
|
|
 |
a64660 |
%changelog
|
|
 |
a64660 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-15
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-14
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-13
|
|
 |
a64660 |
- Rebuilt for Python 3.9
|
|
 |
a64660 |
|
|
 |
a64660 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-12
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-11
|
|
 |
a64660 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
a64660 |
|
|
 |
a64660 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-10
|
|
 |
a64660 |
- Rebuilt for Python 3.8
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-9
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Feb 14 2019 Adam Williamson <awilliam@redhat.com> - 1.4.2-8
|
|
 |
a64660 |
- Backport all patches to current git master (#1674322 etc.)
|
|
 |
a64660 |
|
|
 |
a64660 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-5
|
|
 |
a64660 |
- Rebuilt for Python 3.7
|
|
 |
a64660 |
|
|
 |
a64660 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-1
|
|
 |
a64660 |
- Rebuild for Python 3.6
|
|
 |
a64660 |
- Updated
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-8
|
|
 |
a64660 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
 |
a64660 |
|
|
 |
a64660 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-7
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Dec 10 2015 Ryan S Brown <ryansb@redhat.com> - 1.3.0-6
|
|
 |
a64660 |
- Rebuilt for dependency re-resolution
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
 |
a64660 |
|
|
 |
a64660 |
* Mon Jul 13 2015 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-4
|
|
 |
a64660 |
- Build with Python 3
|
|
 |
a64660 |
|
|
 |
a64660 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Mon Jun 15 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 1.3.0-2
|
|
 |
a64660 |
- Enforce python-six >= 1.9.0 (RHBZ #1231908)
|
|
 |
a64660 |
|
|
 |
a64660 |
* Fri May 29 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 1.3.0-1
|
|
 |
a64660 |
- Upstream 1.3.0
|
|
 |
a64660 |
- Cleanup spec file
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Nov 06 2014 Colin Walters <walters@redhat.com> - 1.2.8-2
|
|
 |
a64660 |
- Remove yum dependency, as it will not typically be installed on Atomic hosts
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Aug 28 2014 Jeff Peeler <jpeeler@redhat.com> 1.2.8-1
|
|
 |
a64660 |
- rebase to 1.2.8
|
|
 |
a64660 |
- remove wget dependency as it's no longer required
|
|
 |
a64660 |
- remove rubygems dependency as it's too big for non-ruby users
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Aug 19 2014 Jeff Peeler <jpeeler@redhat.com> 1.2.7-4
|
|
 |
a64660 |
- fix dependencies to include external commands (rhbz#1130964)
|
|
 |
a64660 |
|
|
 |
a64660 |
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> 1.2.7-2
|
|
 |
a64660 |
- fix license handling
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Jun 24 2014 Jeff Peeler <jpeeler@redhat.com> 1.2.7
|
|
 |
a64660 |
- rebase to 1.2.7
|
|
 |
a64660 |
|
|
 |
a64660 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-3
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Mon Nov 11 2013 Jeff Peeler <jpeeler@redhat.com> 1.2.6-2
|
|
 |
a64660 |
- add /var/lib/heat-cfntools directory (rhbz #1028664)
|
|
 |
a64660 |
|
|
 |
a64660 |
* Tue Oct 22 2013 Jeff Peeler <jpeeler@redhat.com> 1.2.6-1
|
|
 |
a64660 |
- rebase to 1.2.6
|
|
 |
a64660 |
- added new doc files
|
|
 |
a64660 |
- bump boto version requirement
|
|
 |
a64660 |
- add python-pbr buildrequire
|
|
 |
a64660 |
- fixed previous changelog date
|
|
 |
a64660 |
|
|
 |
a64660 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-2
|
|
 |
a64660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
a64660 |
|
|
 |
a64660 |
* Thu Apr 11 2013 Jeff Peeler <jpeeler@redhat.com> 1.2.3-1
|
|
 |
a64660 |
- rebased to 1.2.3
|
|
 |
a64660 |
|
|
 |
a64660 |
* Fri Mar 22 2013 Jeff Peeler <jpeeler@redhat.com> 1.2.1-1
|
|
 |
a64660 |
- Version bump to match upstream
|
|
 |
a64660 |
- Added cfn-create-aws-symlinks
|
|
 |
a64660 |
- Updated URL, Source
|
|
 |
a64660 |
- Added psutil requires
|
|
 |
a64660 |
- Changed install location from /opt to /bin
|
|
 |
a64660 |
|
|
 |
a64660 |
* Mon Dec 24 2012 Steve Baker <sbaker@redhat.com> 1.0-1
|
|
 |
a64660 |
- initial fork of heat-jeos
|