adding SPECs for the latest duplicity on RHEL/CentOS v6
This commit is contained in:
parent
b41079f28c
commit
72d8489993
4 changed files with 526 additions and 0 deletions
17
duplicity/duplicity-0.6.24-documentation.patch
Normal file
17
duplicity/duplicity-0.6.24-documentation.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--- duplicity-0.6.24/setup.py 2014-05-09 13:27:41.000000000 +0000
|
||||
+++ duplicity-0.6.24/setup.py.documentation 2014-08-16 14:41:57.000000000 +0000
|
||||
@@ -48,14 +48,6 @@
|
||||
data_files = [('share/man/man1',
|
||||
['bin/duplicity.1',
|
||||
'bin/rdiffdir.1']),
|
||||
- ('share/doc/duplicity-%s' % version_string,
|
||||
- ['COPYING',
|
||||
- 'README',
|
||||
- 'README-REPO',
|
||||
- 'README-LOG',
|
||||
- 'tarfile-LICENSE',
|
||||
- 'tarfile-CHANGES',
|
||||
- 'CHANGELOG']),
|
||||
]
|
||||
|
||||
top_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
216
duplicity/duplicity.spec
Normal file
216
duplicity/duplicity.spec
Normal file
|
|
@ -0,0 +1,216 @@
|
|||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Summary: Encrypted bandwidth-efficient backup using rsync algorithm
|
||||
Name: duplicity
|
||||
Version: 0.6.25
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Archiving
|
||||
URL: http://www.nongnu.org/duplicity/
|
||||
Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: duplicity-0.6.24-documentation.patch
|
||||
Requires: python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6
|
||||
Requires: openssh-clients, ncftp >= 3.1.9, rsync, python-boto >= 0.9d
|
||||
Requires: python-paramiko python-lockfile
|
||||
|
||||
%if 0%{?rhel} != 5
|
||||
Requires: ca-certificates
|
||||
%endif
|
||||
|
||||
BuildRequires: python-devel librsync-devel >= 0.9.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
Duplicity incrementally backs up files and directory by encrypting
|
||||
tar-format volumes with GnuPG and uploading them to a remote (or
|
||||
local) file server. In theory many protocols for connecting to a
|
||||
file server could be supported; so far ssh/scp, local file access,
|
||||
rsync, ftp, HSI, WebDAV and Amazon S3 have been written.
|
||||
|
||||
Because duplicity uses librsync, the incremental archives are space
|
||||
efficient and only record the parts of files that have changed since
|
||||
the last backup. Currently duplicity supports deleted files, full
|
||||
unix permissions, directories, symbolic links, fifos, device files,
|
||||
but not hard links.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .documentation
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
|
||||
ln -sf %{_sysconfdir}/pki/tls/cert.pem \
|
||||
%{buildroot}/%{_sysconfdir}/%{name}/cacert.pem
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGELOG COPYING README
|
||||
%{_bindir}/rdiffdir
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}*
|
||||
%{_mandir}/man1/rdiffdir*
|
||||
%{python_sitearch}/%{name}*
|
||||
%{_sysconfdir}/%{name}/cacert.pem
|
||||
|
||||
%changelog
|
||||
* Fri Dec 27 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.22-3
|
||||
- Fix ssl cert enforcement (rhbz#960860)
|
||||
- Fix bogus date in changelog
|
||||
|
||||
* Thu Dec 26 2013 Robert Scheck <robert@fedoraproject.org> 0.6.22-2
|
||||
- Added runtime requirement to python-paramiko (#819272, #918933)
|
||||
|
||||
* Wed Dec 25 2013 Robert Scheck <robert@fedoraproject.org> 0.6.22-1
|
||||
- Upgrade to 0.6.22 (#903584, #992158)
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.21-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Mar 18 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.21-1
|
||||
- Upgrade to 0.6.21
|
||||
- Fixes data corruption issues (#922576)
|
||||
- Fix bogus dates in spec changelog
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jan 20 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.20-1
|
||||
- Upgrade to 0.6.20 (#827960)
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sun Apr 08 2012 Robert Scheck <robert@fedoraproject.org> 0.6.18-1
|
||||
- Upgrade to 0.6.18 (#798951)
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Dec 26 2011 Robert Scheck <robert@fedoraproject.org> 0.6.17-1
|
||||
- Upgrade to 0.6.17 (#736715)
|
||||
|
||||
* Sun Jul 17 2011 Robert Scheck <robert@fedoraproject.org> 0.6.14-1
|
||||
- Upgrade to 0.6.14 (#720589, #697222)
|
||||
- Backported optparse 1.5a2 from RHEL 5 for RHEL 4 (#717133)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Dec 09 2010 Robert Scheck <robert@fedoraproject.org> 0.6.11-1
|
||||
- Upgrade to 0.6.11 (#655870)
|
||||
|
||||
* Sun Oct 31 2010 Robert Scheck <robert@fedoraproject.org> 0.6.10-1
|
||||
- Upgrade to 0.6.10
|
||||
- Added a patch to avoid ternary conditional operators (#639863)
|
||||
|
||||
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> 0.6.09-2
|
||||
- Rebuilt for gcc bug 634757
|
||||
|
||||
* Mon Sep 13 2010 Robert Scheck <robert@fedoraproject.org> 0.6.09-1
|
||||
- Upgrade to 0.6.09 (#596018)
|
||||
|
||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.08b-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Sun Mar 28 2010 Robert Scheck <robert@fedoraproject.org> 0.6.08b-1
|
||||
- Upgrade to 0.6.08b
|
||||
|
||||
* Sat Dec 26 2009 Robert Scheck <robert@fedoraproject.org> 0.6.06-1
|
||||
- Upgrade to 0.6.06 (#550663)
|
||||
|
||||
* Sun Sep 27 2009 Robert Scheck <robert@fedoraproject.org> 0.6.05-1
|
||||
- Upgrade to 0.6.05 (#525940)
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Sun May 24 2009 Robert Scheck <robert@fedoraproject.org> 0.5.18-1
|
||||
- Upgrade to 0.5.18
|
||||
|
||||
* Sun May 03 2009 Robert Scheck <robert@fedoraproject.org> 0.5.16-1
|
||||
- Upgrade to 0.5.16
|
||||
|
||||
* Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> 0.5.15-1
|
||||
- Upgrade to 0.5.15
|
||||
|
||||
* Sat Mar 21 2009 Robert Scheck <robert@fedoraproject.org> 0.5.12-1
|
||||
- Upgrade to 0.5.12 (#490289)
|
||||
|
||||
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 0.5.06-2
|
||||
- Rebuild for gcc 4.4 and rpm 4.6
|
||||
|
||||
* Sun Jan 25 2009 Robert Scheck <robert@fedoraproject.org> 0.5.06-1
|
||||
- Upgrade to 0.5.06 (#481489)
|
||||
|
||||
* Sun Dec 07 2008 Robert Scheck <robert@fedoraproject.org> 0.5.03-1
|
||||
- Upgrade to 0.5.03
|
||||
|
||||
* Fri Dec 05 2008 Jeremy Katz <katzj@redhat.com> 0.4.12-3
|
||||
- Rebuild for python 2.6
|
||||
|
||||
* Fri Aug 08 2008 Robert Scheck <robert@fedoraproject.org> 0.4.12-2
|
||||
- Added patch to get scp without username working (#457680)
|
||||
|
||||
* Sun Jul 27 2008 Robert Scheck <robert@fedoraproject.org> 0.4.12-1
|
||||
- Upgrade to 0.4.12
|
||||
|
||||
* Sat Jun 28 2008 Robert Scheck <robert@fedoraproject.org> 0.4.11-2
|
||||
- Added patch for incremental backups using python 2.3 (#453069)
|
||||
|
||||
* Mon May 05 2008 Robert Scheck <robert@fedoraproject.org> 0.4.11-1
|
||||
- Upgrade to 0.4.11 (#440346)
|
||||
|
||||
* Sun Feb 10 2008 Robert Scheck <robert@fedoraproject.org> 0.4.9-1
|
||||
- Upgrade to 0.4.9 (#293081, #431467)
|
||||
|
||||
* Sat Dec 08 2007 Robert Scheck <robert@fedoraproject.org> 0.4.7-1
|
||||
- Upgrade to 0.4.7
|
||||
|
||||
* Sat Sep 15 2007 Robert Scheck <robert@fedoraproject.org> 0.4.3-1
|
||||
- Upgrade to 0.4.3 (#265701)
|
||||
- Updated the license tag according to the guidelines
|
||||
|
||||
* Mon May 07 2007 Robert Scheck <robert@fedoraproject.org> 0.4.2-7
|
||||
- Rebuild
|
||||
|
||||
* Wed Dec 20 2006 Robert Scheck <robert@fedoraproject.org> 0.4.2-6
|
||||
- fix broken sftp support by adding --sftp-command (#220316)
|
||||
|
||||
* Sun Dec 17 2006 Robert Scheck <robert@fedoraproject.org> 0.4.2-5
|
||||
- own %%{python_sitearch}/%%{name} and not only %%{python_sitearch}
|
||||
|
||||
* Sat Dec 16 2006 Robert Scheck <robert@fedoraproject.org> 0.4.2-4
|
||||
- added two small fixing patches (upstream items #4486, #5183)
|
||||
- many spec file cleanups and try to silence rpmlint a bit more
|
||||
|
||||
* Fri Sep 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.2-3
|
||||
- don't ghost pyo files
|
||||
|
||||
* Sun Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.2-2
|
||||
- Rebuild for FC6
|
||||
|
||||
* Tue May 16 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.2-1
|
||||
- version bump
|
||||
|
||||
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||
- rebuilt
|
||||
|
||||
* Sun Oct 05 2003 Ben Escoto <bescoto@stanford.edu> - 0:0.4.1-0.fdr.3
|
||||
- More hints from Fedora QA (ville.skytta@iki.fi)
|
||||
|
||||
* Sat Aug 09 2003 Ben Escoto <bescoto@stanford.edu> - 0:0.4.1-0.fdr.2
|
||||
- Repackaging for Fedora
|
||||
|
||||
* Fri Aug 30 2002 Ben Escoto <bescoto@stanford.edu>
|
||||
- Initial RPM
|
||||
109
duply/duply.spec
Normal file
109
duply/duply.spec
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
Name: duply
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Wrapper for duplicity
|
||||
Group: Applications/Archiving
|
||||
License: GPLv2
|
||||
URL: http://duply.net/
|
||||
Source0: http://downloads.sourceforge.net/ftplicity/%{name}_%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: txt2man >= 1.5.6
|
||||
Requires: duplicity
|
||||
|
||||
|
||||
%description
|
||||
duply deals as a wrapper for the mighty duplicity magic. It simplifies
|
||||
running duplicity with cron or on command line by:
|
||||
|
||||
- keeping recurring settings in profiles per backup job
|
||||
- enabling batch operations e.g. backup_verify_purge
|
||||
- executing pre/post scripts
|
||||
- precondition checking for flawless duplicity operation
|
||||
|
||||
Since version 1.5.0 all duplicity backends are supported. Hence the
|
||||
name changed from ftplicity to duply.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}_%{version}
|
||||
iconv -f iso-8859-1 -t utf-8 %{name} > %{name}.tmp
|
||||
mv %{name}{.tmp,}
|
||||
|
||||
|
||||
%build
|
||||
# generate the man page
|
||||
chmod +x %{name}
|
||||
./%{name} txt2man > %{name}.1
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
install -p -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -p -D -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
# root's profiles will be stored there
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}
|
||||
# fix shebang line
|
||||
sed -i "1c#!/bin/bash" %{buildroot}%{_bindir}/%{name}
|
||||
mv gpl-2.0.txt LICENSE
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 28 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.6.0-1
|
||||
- Update to 1.6.0.
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 23 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.11-1
|
||||
- Update to 1.5.11.
|
||||
|
||||
* Thu Apr 4 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.10-1
|
||||
- Update to 1.5.10.
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Nov 23 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.9-1
|
||||
- Update to 1.5.9.
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Jun 13 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.7-1
|
||||
- Update to 1.5.7.
|
||||
|
||||
* Tue Jun 5 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.6-1
|
||||
- Updte to 1.5.6.
|
||||
|
||||
* Wed Feb 8 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.5.5-1
|
||||
- Update to 1.5.5.5.
|
||||
|
||||
* Fri Nov 11 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.5.4-1
|
||||
- Update to 1.5.5.4.
|
||||
- Rename license file to LICENSE.
|
||||
- Remove %%defattr directive in %%files.
|
||||
|
||||
* Tue Jul 5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.5.1-1
|
||||
- Update to 1.5.5.1.
|
||||
|
||||
* Tue May 10 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.5-1
|
||||
- Update to 1.5.5.
|
||||
- Generate and pack a man page.
|
||||
|
||||
* Wed Feb 23 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.4.2-2
|
||||
- Convert duply script to UTF-8.
|
||||
|
||||
* Thu Feb 3 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.4.2-1
|
||||
- New package.
|
||||
184
python-boto/python-boto.spec
Normal file
184
python-boto/python-boto.spec
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Summary: A simple, lightweight interface to Amazon Web Services
|
||||
Name: python-boto
|
||||
Version: 2.36.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: Development/Languages
|
||||
URL: https://github.com/boto/boto
|
||||
Source: http://pypi.python.org/packages/source/b/boto/boto-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
Boto is a Python package that provides interfaces to Amazon Web Services.
|
||||
It supports over thirty services, such as S3 (Simple Storage Service),
|
||||
SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their
|
||||
REST and Query APIs. The goal of boto is to support the full breadth
|
||||
and depth of Amazon Web Services. In addition, boto provides support
|
||||
for other public services such as Google Storage in addition to private
|
||||
cloud systems like Eucalyptus, OpenStack and Open Nebula.
|
||||
|
||||
%prep
|
||||
%setup -q -n boto-%{version}
|
||||
|
||||
rm -r boto.egg-info
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
||||
%install
|
||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%{_bindir}/asadmin
|
||||
%{_bindir}/bundle_image
|
||||
%{_bindir}/cfadmin
|
||||
%{_bindir}/cq
|
||||
%{_bindir}/cwutil
|
||||
%{_bindir}/dynamodb_dump
|
||||
%{_bindir}/dynamodb_load
|
||||
%{_bindir}/elbadmin
|
||||
%{_bindir}/fetch_file
|
||||
%{_bindir}/glacier
|
||||
%{_bindir}/instance_events
|
||||
%{_bindir}/kill_instance
|
||||
%{_bindir}/launch_instance
|
||||
%{_bindir}/list_instances
|
||||
%{_bindir}/lss3
|
||||
%{_bindir}/mturk
|
||||
%{_bindir}/pyami_sendmail
|
||||
%{_bindir}/route53
|
||||
%{_bindir}/s3put
|
||||
%{_bindir}/sdbadmin
|
||||
%{_bindir}/taskadmin
|
||||
%{python_sitelib}/boto
|
||||
%{python_sitelib}/boto*.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Mar 21 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.27.0-1
|
||||
- Updated to 2.27.0
|
||||
|
||||
* Wed Feb 12 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.25.0-2
|
||||
- Fixed roboto parameter type conversion (boto #2094, RH #1064550)
|
||||
|
||||
* Mon Feb 10 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.25.0-1
|
||||
- Updated to 2.25.0
|
||||
- This update makes s3.get_bucket use HEAD instead of GET
|
||||
|
||||
* Mon Jan 20 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.23.0-1
|
||||
- Updated to 2.23.0
|
||||
- Fixed auth for anonymous S3 requests (boto #1988)
|
||||
|
||||
* Thu Sep 26 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 2.13.3-1
|
||||
- Updated to 2.13.3
|
||||
- Note that this version changes register_image's virtualization_type parameter
|
||||
- Fixed auto-scaling PropagateAtLaunch parsing (#1011682)
|
||||
|
||||
* Mon Jul 29 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 2.9.9-2
|
||||
- Re-fixed autoscaling policy parsing (boto #1538)
|
||||
|
||||
* Thu Jul 25 2013 Orion Poplawski <orion@cora.nwra.com> - 2.9.9-1
|
||||
- Update to 2.9.9
|
||||
|
||||
* Fri Jun 21 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 2.9.6-2
|
||||
- Rebuilt after merge
|
||||
|
||||
* Fri Jun 21 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 2.9.6-1
|
||||
- Updated to 2.9.6
|
||||
- Fixed autoscaling policy parsing (boto #1538)
|
||||
|
||||
* Thu May 9 2013 Orion Poplawski <orion@cora.nwra.com> - 2.9.2-1
|
||||
- Update to 2.9.2 (bug #948714)
|
||||
- Spec cleanup
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Jan 8 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 2.5.2-3
|
||||
- Fixed parsing of current/previous instance state data (boto #881)
|
||||
|
||||
* Wed Nov 21 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 2.6.0-2
|
||||
- Updated to 2.6.0 (#876517)
|
||||
- Note that this version enables SSL cert verification by default.
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jul 6 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 2.5.2-1
|
||||
- Updated to 2.5.2
|
||||
- Fixed failure when metadata is empty (#838076)
|
||||
|
||||
* Thu Jun 14 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 2.5.1-1
|
||||
- Updated to 2.5.1 (last-minute upstream bugfix)
|
||||
|
||||
* Wed Jun 13 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 2.5.0-1
|
||||
- Updated to 2.5.0 (#828912)
|
||||
|
||||
* Wed Mar 21 2012 Robert Scheck <robert@fedoraproject.org> 2.3.0-1
|
||||
- Upgrade to 2.3.0 (#786301 #c10)
|
||||
|
||||
* Tue Mar 13 2012 Robert Scheck <robert@fedoraproject.org> 2.2.2-1
|
||||
- Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Aug 15 2011 Robert Scheck <robert@fedoraproject.org> 2.0-1
|
||||
- Upgrade to 2.0 (#723088)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9b-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Jan 02 2011 Robert Scheck <robert@fedoraproject.org> 1.9b-6
|
||||
- Added a patch for python 2.4 support (#656446, #661233)
|
||||
|
||||
* Thu Dec 02 2010 Lubomir Rintel <lubo.rintel@gooddata.com> 1.9b-5
|
||||
- Apply a patch for python 2.7 support (#659248)
|
||||
|
||||
* Thu Nov 18 2010 Robert Scheck <robert@fedoraproject.org> 1.9b-4
|
||||
- Added patch to fix parameter of build_list_params() (#647005)
|
||||
|
||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.9b-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
* Tue Feb 09 2010 Robert Scheck <robert@fedoraproject.org> 1.9b-2
|
||||
- Backported upstream patch for image registration (#561216)
|
||||
|
||||
* Sat Jan 09 2010 Robert Scheck <robert@fedoraproject.org> 1.9b-1
|
||||
- Upgrade to 1.9b
|
||||
|
||||
* Fri Jul 24 2009 Robert Scheck <robert@fedoraproject.org> 1.8d-1
|
||||
- Upgrade to 1.8d (#513560)
|
||||
|
||||
* Wed Jun 03 2009 Luke Macken <lmacken@redhat.com> 1.7a-2
|
||||
- Add python-setuptools-devel to our build requirements, for egg-info
|
||||
|
||||
* Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> 1.7a-1
|
||||
- Upgrade to 1.7a
|
||||
|
||||
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 1.5c-2
|
||||
- Rebuild against rpm 4.6
|
||||
|
||||
* Sun Dec 07 2008 Robert Scheck <robert@fedoraproject.org> 1.5c-1
|
||||
- Upgrade to 1.5c
|
||||
|
||||
* Fri Dec 05 2008 Jeremy Katz <katzj@redhat.com> 1.2a-2
|
||||
- Rebuild for python 2.6
|
||||
|
||||
* Wed May 07 2008 Robert Scheck <robert@fedoraproject.org> 1.2a-1
|
||||
- Upgrade to 1.2a
|
||||
|
||||
* Sat Feb 09 2008 Robert Scheck <robert@fedoraproject.org> 1.0a-1
|
||||
- Upgrade to 1.0a
|
||||
|
||||
* Sat Dec 08 2007 Robert Scheck <robert@fedoraproject.org> 0.9d-1
|
||||
- Upgrade to 0.9d
|
||||
|
||||
* Thu Aug 30 2007 Robert Scheck <robert@fedoraproject.org> 0.9b-1
|
||||
- Upgrade to 0.9b
|
||||
- Initial spec file for Fedora and Red Hat Enterprise Linux
|
||||
Reference in a new issue