f86a53d
# RHEL 6 didn't have a __python2 macro.
f86a53d
# Amazon Linux 2015.9 is based on RHEL6, with /usr/bin/python2 -> python2.6, while
f86a53d
# /usr/bin/python -> python2.7.  Explicitly use python2.6.
f86a53d
%if 0%{?rhel} == 6 || 0%{?rhel} == 5
f86a53d
%global __python2 /usr/bin/python2.6
467cba4
%endif
467cba4
4e9234e
%if 0%{?rhel} <= 5
4e9234e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
4e9234e
%endif
4e9234e
f86a53d
%{!?python_sitelib: %global python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
f86a53d
4f25327
Name: ansible
ef39e27
Summary: SSH-based configuration management, deployment, and task execution system
cd25207
Version: 2.2.2.0
cd25207
Release: 0.1.rc1%{?dist}
4f25327
4f25327
Group: Development/Libraries
48f30db
License: GPLv3+
cd25207
Source0: http://releases.ansible.com/ansible/%{name}-%{version}-0.1.rc1.tar.gz
17fb6e7
# To retrieve the unittests, run:
cd25207
#   ./get-unittests.sh 2.2.2.0 v2.2.2.0-1
17fb6e7
# Replace the first parameter with the version you want in the tarball name
17fb6e7
# Replace the second parameter with the git tag or hash that you want to sync with
17fb6e7
Source1: ansible-unittests-%{version}.tar.xz
fa99a17
Source100: get-unittests.sh
17fb6e7
17fb6e7
# Patch control_path in the example config file to use %C so that it is shorter.
93e3d70
# Helps with paths that exceed the system length.
17fb6e7
# Upstream issue: https://github.com/ansible/ansible/issues/11536
7351901
Patch0: ansible-2.1.0.0-control_path.patch
edd6a4e
9807c9b
# Patch to utilize a newer jinja2 package on epel6
9807c9b
# Non-upstreamable as it creates a dependency on a specific version of jinja.
9807c9b
# This is desirable for us as we have packages for that version but not for
9807c9b
# upstream as they don't know what their customers are running.
9807c9b
Patch100: ansible-newer-jinja.patch
17fb6e7
13553cc
Url: http://ansible.com
4f25327
BuildArch: noarch
fa99a17
467cba4
%if 0%{?rhel} && 0%{?rhel} <= 5
467cba4
BuildRequires: python26-devel
467cba4
467cba4
Requires: python26-PyYAML
467cba4
Requires: python26-paramiko
467cba4
Requires: python26-jinja2
467cba4
Requires: python26-keyczar
cb37d1d
Requires: python26-httplib2
9807c9b
467cba4
%else
9807c9b
4f25327
BuildRequires: python2-devel
03e3edf
BuildRequires: python-setuptools
4f25327
fa99a17
# For tests
862c849
# We don't run tests on epel6, so don't bother pulling these in there.
862c849
%if (0%{?fedora} ||  0%{?rhel} > 6)
fa99a17
BuildRequires: PyYAML
fa99a17
BuildRequires: python-paramiko
fa99a17
BuildRequires: python-keyczar
fa99a17
BuildRequires: python-httplib2
fa99a17
BuildRequires: python-setuptools
fa99a17
BuildRequires: python-six
fa99a17
BuildRequires: python-nose
fa99a17
BuildRequires: python-coverage
fa99a17
BuildRequires: python-mock
862c849
BuildRequires: python-boto3
862c849
BuildRequires: python-botocore
e5bfa88
BuildRequires: python-passlib
862c849
%endif
fa99a17
fa99a17
%if (0%{?rhel} && 0%{?rhel} <= 6)
9807c9b
# Ansible will work with the jinja2 shipped with RHEL6 but users can gain
9807c9b
# additional jinja features by using the newer version
9807c9b
Requires: python-jinja2-26
9807c9b
BuildRequires: python-jinja2-26
9807c9b
fa99a17
# Distros with python < 2.7.0
fa99a17
BuildRequires: python-unittest2
9807c9b
9807c9b
%else
9807c9b
Requires: python-jinja2
9807c9b
BuildRequires: python-jinja2
fa99a17
%endif
fa99a17
4f25327
Requires: PyYAML
4f25327
Requires: python-paramiko
1869e0c
Requires: python-keyczar
cb37d1d
Requires: python-httplib2
03e3edf
Requires: python-setuptools
fa99a17
Requires: python-six
c393f96
Requires: sshpass
467cba4
%endif
1869e0c
2c0e80e
%if 0%{?rhel} == 6
2c0e80e
# RHEL 6 needs a newer version of the pycrypto library for the ansible-vault
2c0e80e
# command.  Note: If other pieces of ansible also grow to need pycrypto you may
2c0e80e
# need to add: Requires: python-crypto or patch the other pieces of ansible to
2c0e80e
# make use of this forward compat package (see the patch for ansible-vault
2c0e80e
# above to see what needs to be done.)
2c0e80e
Requires: python-crypto2.6
dee81b0
# The python-2.6 stdlib json module has a bug that affects the ansible
dee81b0
# to_nice_json filter
dee81b0
Requires: python-simplejson
fa99a17
fa99a17
# For testing
fa99a17
BuildRequires: python-crypto2.6
fa99a17
BuildRequires: python-simplejson
2c0e80e
%endif
2c0e80e
1869e0c
# 
1869e0c
# This is needed to update the old ansible-firewall package that is no 
1869e0c
# longer needed. Note that you should also remove ansible-node-firewall manually
1869e0c
# Where you still have it installed. 
1869e0c
#
1869e0c
Provides: ansible-fireball = %{version}-%{release}
1869e0c
Obsoletes: ansible-fireball < 1.2.4
4f25327
4f25327
%description
4e9234e
4f25327
Ansible is a radically simple model-driven configuration management,
4f25327
multi-node deployment, and remote task execution system. Ansible works
4f25327
over SSH and does not require any software or daemons to be installed
4f25327
on remote nodes. Extension modules can be written in any language and
4f25327
are transferred to managed machines automatically.
4f25327
4f25327
%prep
4f25327
%setup -q
4f25327
93e3d70
# RHEL7 doesn't have a recent enough ssh client to use this patch (needs to
93e3d70
# support %C in ControlPath).  So only apply it on Fedora.
93e3d70
%if 0%{?fedora}
93e3d70
%patch0 -p1
93e3d70
%endif
93e3d70
9807c9b
%if 0%{?rhel} == 6
9807c9b
%patch100 -p1
9807c9b
%endif
9807c9b
fa99a17
# Unittests
fa99a17
tar -xJvf %{SOURCE1}
c393f96
4f25327
%build
f86a53d
%{__python2} setup.py build
4f25327
4f25327
%install
f86a53d
%{__python2} setup.py install --root=$RPM_BUILD_ROOT
4f25327
mkdir -p $RPM_BUILD_ROOT/etc/ansible/
157c656
mkdir -p $RPM_BUILD_ROOT/etc/ansible/roles/
4f25327
cp examples/hosts $RPM_BUILD_ROOT/etc/ansible/
ef39e27
cp examples/ansible.cfg $RPM_BUILD_ROOT/etc/ansible/
f9dbd15
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
4f25327
cp -v docs/man/man1/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
4f25327
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ansible
157c656
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ansible_plugins/{action,callback,connection,lookup,vars,filter}_plugins
157c656
9807c9b
%check
fa99a17
# RHEL <= 6 doesn't have a new enough python-mock to run the tests
fa99a17
%if 0%{?fedora} || 0%{?rhel} >= 7
fa99a17
make tests
fa99a17
%endif
4f25327
4e9234e
%clean
4e9234e
rm -rf $RPM_BUILD_ROOT
4e9234e
4f25327
%files
4e9234e
%defattr(-,root,root)
4f25327
%{python_sitelib}/ansible*
4f25327
%{_bindir}/ansible*
fa99a17
%config(noreplace) %{_sysconfdir}/ansible/
fa99a17
%doc README.md PKG-INFO COPYING CHANGELOG.md
4f25327
%doc %{_mandir}/man1/ansible*
4e9234e
4f25327
%changelog
cd25207
* Wed Feb 22 2017 Kevin Fenzi <kevin@scrye.com> - 2.2.2.0-0.1.rc1
cd25207
- Update to 2.2.2.0 rc1. Fixes bug #1421485
cd25207
696bb5e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1.0-2
696bb5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
696bb5e
c0148aa
* Mon Jan 16 2017 Kevin Fenzi <kevin@scrye.com> - 2.2.1.0-1
c0148aa
- Update to 2.2.1.
c0148aa
- Fixes: CVE-2016-9587 CVE-2016-8647 CVE-2016-9587 CVE-2016-8647
c0148aa
- Fixes bug #1405110
c0148aa
13f3060
* Wed Nov 09 2016 Kevin Fenzi <kevin@scrye.com> - 2.2.0.0-3
13f3060
- Update unit tests that will skip docker related tests if docker isn't available.
13f3060
- Drop docker BuildRequires. Fixes bug #1392918
13f3060
3cd56a1
* Fri Nov  4 2016 Toshio Kuratomi <toshio@fedoraproject.org> - - 2.2.0.0-3
3cd56a1
- Fix for dnf group install
3cd56a1
862c849
* Tue Nov 01 2016 Kevin Fenzi <kevin@scrye.com> - 2.2.0.0-2
862c849
- Fix some BuildRequires to work on all branches.
862c849
e5bfa88
* Tue Nov 01 2016 Kevin Fenzi <kevin@scrye.com> - 2.2.0.0-1
e5bfa88
- Update to 2.2.0. Fixes #1390564 #1388531 #1387621 #1381538 #1388113 #1390646 #1388038 #1390650
e5bfa88
- Fixes for CVE-2016-8628 CVE-2016-8614 CVE-2016-8628 CVE-2016-8614
e5bfa88
d8c3a06
* Thu Sep 29 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.2.0-1
d8c3a06
- Update to 2.1.2
d8c3a06
02ad60e
* Thu Jul 28 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.1.0-1
02ad60e
- Update to 2.1.1
02ad60e
432fdda
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0.0-3
432fdda
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
432fdda
f86a53d
* Wed Jun 15 2016 Matt Domsch <matt@domsch.com> - 2.1.0.0-2
f86a53d
- Force python 2.6 on EL6
f86a53d
7351901
* Wed May 25 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.0.0-1
7351901
- Update to 2.1.0.0.
7351901
- Fixes: 1334097 1337474 1332233 1336266
7351901
edd6a4e
* Tue Apr 19 2016 Kevin Fenzi <kevin@scrye.com> - 2.0.2.0-1
edd6a4e
- Update to 2.0.2.0. https://github.com/ansible/ansible/blob/stable-2.0/CHANGELOG.md
edd6a4e
- Fixes CVE-2016-3096
edd6a4e
- Fix for failed to resolve remote temporary directory issue. bug #1328359
edd6a4e
17fb6e7
* Thu Feb 25 2016 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.1.0-2
17fb6e7
- Patch control_path to be not hit path length limitations (RH BZ #1311729)
17fb6e7
- Version the test tarball
17fb6e7
c0fbf3a
* Thu Feb 25 2016 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.1.0-1
c0fbf3a
- Update to upstream bugfix for 2.0.x release series.
c0fbf3a
9807c9b
* Thu Feb  4 2016 Toshio Kuratomi <toshio@fedoraproject.org> - - 2.0.0.2-3
9807c9b
- Utilize the python-jinja26 package on EPEL6
9807c9b
dbc43a8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0.2-2
dbc43a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
dbc43a8
481d255
* Thu Jan 14 2016 Toshio Kuratomi <toshio@fedoraproject.org> - - 2.0.0.2-1
481d255
- Ansible 2.0.0.2 release from upstream.  (Minor bugfix to one callback plugin
481d255
  API).
481d255
fa99a17
* Tue Jan 12 2016 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.0.1-1
fa99a17
- Ansible 2.0.0.1 from upstream.  Rewrite with many bugfixes, rewritten code,
fa99a17
  and new features. See the upstream changelog for details:
fa99a17
  https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
fa99a17
e3d680d
* Wed Oct 14 2015 Adam Williamson <awilliam@redhat.com> - 1.9.4-2
e3d680d
- backport upstream fix for GH #2043 (crash when pulling Docker images)
e3d680d
5439f10
* Fri Oct 09 2015 Kevin Fenzi <kevin@scrye.com> 1.9.4-1
5439f10
- Update to 1.9.4
5439f10
773a3cc
* Sun Oct 04 2015 Kevin Fenzi <kevin@scrye.com> 1.9.3-3
773a3cc
- Backport dnf module from head. Fixes bug #1267018
773a3cc
48f30db
* Tue Sep  8 2015 Toshio Kuratomi <toshio@fedoraproject.org> - 1.9.3-2
48f30db
- Pull in patch for yum module that fixes state=latest issue
48f30db
c393f96
* Thu Sep 03 2015 Kevin Fenzi <kevin@scrye.com> 1.9.3-1
c393f96
- Update to 1.9.3
c393f96
- Patch dnf as package manager. Fixes bug #1258080
c393f96
- Fixes bug #1251392 (in 1.9.3 release)
c393f96
- Add requires for sshpass package. Fixes bug #1258799
c393f96
8880605
* Thu Jun 25 2015 Kevin Fenzi <kevin@scrye.com> 1.9.2-1
8880605
- Update to 1.9.2
8880605
9f6c3c5
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-3
9f6c3c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9f6c3c5
8c2ef00
* Wed May 27 2015 Toshio Kuratomi <toshio@fedoraproject.org> - 1.9.1-2
8c2ef00
- Fix for dnf
8c2ef00
a6d1cd0
* Tue Apr 28 2015 Kevin Fenzi <kevin@scrye.com> 1.9.1-1
a6d1cd0
- Update to 1.9.1
a6d1cd0
9f51478
* Wed Mar 25 2015 Kevin Fenzi <kevin@scrye.com> 1.9.0.1-2
9f51478
- Drop upstreamed epel6 patches. 
9f51478
e88264c
* Wed Mar 25 2015 Kevin Fenzi <kevin@scrye.com> 1.9.0.1-1
e88264c
- Update to 1.9.0.1
e88264c
be7a532
* Wed Mar 25 2015 Kevin Fenzi <kevin@scrye.com> 1.9.0-1
be7a532
- Update to 1.9.0
be7a532
c7e2510
* Thu Feb 19 2015 Kevin Fenzi <kevin@scrye.com> 1.8.4-1
c7e2510
- Update to 1.8.4
c7e2510
7c6e5ed
* Tue Feb 17 2015 Kevin Fenzi <kevin@scrye.com> 1.8.3-1
7c6e5ed
- Update to 1.8.3
7c6e5ed
dee81b0
* Sun Jan 11 2015 Toshio Kuratomi <toshio@fedoraproject.org> - 1.8.2-3
dee81b0
- Work around a bug in python2.6 by using simplejson (applies in EPEL6)
dee81b0
157c656
* Wed Dec 17 2014 Michael Scherer <misc@zarb.org> 1.8.2-2
157c656
- precreate /etc/ansible/roles and /usr/share/ansible_plugins
157c656
d1dfb02
* Sun Dec 07 2014 Kevin Fenzi <kevin@scrye.com> 1.8.2-1
d1dfb02
- Update to 1.8.2
d1dfb02
2d564c6
* Thu Nov 27 2014 Kevin Fenzi <kevin@scrye.com> 1.8.1-1
2d564c6
- Update to 1.8.1
2d564c6
2d564c6
* Tue Nov 25 2014 Kevin Fenzi <kevin@scrye.com> 1.8-2
2d564c6
- Rebase el6 patch
2d564c6
dde641d
* Tue Nov 25 2014 Kevin Fenzi <kevin@scrye.com> 1.8-1
dde641d
- Update to 1.8
dde641d
851d755
* Thu Oct  9 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.7.2-2
851d755
- Add /usr/bin/ansible to the rhel6 newer pycrypto patch
851d755
cbe3a8a
* Wed Sep 24 2014 Kevin Fenzi <kevin@scrye.com> 1.7.2-1
cbe3a8a
- Update to 1.7.2
cbe3a8a
9c92428
* Thu Aug 14 2014 Kevin Fenzi <kevin@scrye.com> 1.7.1-1
9c92428
- Update to 1.7.1
9c92428
aa844c7
* Wed Aug 06 2014 Kevin Fenzi <kevin@scrye.com> 1.7-1
aa844c7
- Update to 1.7
aa844c7
6cc2f27
* Fri Jul 25 2014 Kevin Fenzi <kevin@scrye.com> 1.6.10-1
6cc2f27
- Update to 1.6.10
6cc2f27
f7a8a74
* Thu Jul 24 2014 Kevin Fenzi <kevin@scrye.com> 1.6.9-1
f7a8a74
- Update to 1.6.9 with more shell quoting fixes.
f7a8a74
5023fc5
* Tue Jul 22 2014 Kevin Fenzi <kevin@scrye.com> 1.6.8-1
5023fc5
- Update to 1.6.8 with fixes for shell quoting from previous release. 
5023fc5
- Fixes bugs #1122060 #1122061 #1122062
5023fc5
e089d1b
* Mon Jul 21 2014 Kevin Fenzi <kevin@scrye.com> 1.6.7-1
e089d1b
- Update to 1.6.7
e089d1b
- Fixes CVE-2014-4966 and CVE-2014-4967
e089d1b
1f98aa4
* Tue Jul 01 2014 Kevin Fenzi <kevin@scrye.com> 1.6.6-1
1f98aa4
- Update to 1.6.6
1f98aa4
be36041
* Wed Jun 25 2014 Kevin Fenzi <kevin@scrye.com> 1.6.5-1
be36041
- Update to 1.6.5
be36041
48985db
* Wed Jun 25 2014 Kevin Fenzi <kevin@scrye.com> 1.6.4-1
48985db
- Update to 1.6.4
48985db
6543624
* Mon Jun 09 2014 Kevin Fenzi <kevin@scrye.com> 1.6.3-1
6543624
- Update to 1.6.3
6543624
7e2a193
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
7e2a193
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7e2a193
ab647b7
* Fri May 23 2014 Kevin Fenzi <kevin@scrye.com> 1.6.2-1
ab647b7
- Update to 1.6.2 release
ab647b7
f80af22
* Wed May  7 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.6.1-1
f80af22
- Bugfix 1.6.1 release
f80af22
03e3edf
* Mon May  5 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.6-1
03e3edf
- Update to 1.6
03e3edf
- Drop accelerate fix, merged upstream
03e3edf
- Refresh RHEL6 pycrypto patch.  It was half-merged upstream.
03e3edf
be38730
* Fri Apr 18 2014 Kevin Fenzi <kevin@scrye.com> 1.5.5-1
be38730
- Update to 1.5.5
be38730
9ea6a64
* Mon Apr  7 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.5.4-2
9ea6a64
- Fix setuptools requirement to apply to rhel=6, not rhel<6
9ea6a64
6e2c5cb
* Wed Apr  2 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.5.4-1
6e2c5cb
- Update to 1.5.4
f8b9292
- Add upstream patch to fix accelerator mode
f8b9292
- Merge fedora and el6 spec files
19c1aa7
8dc5eaa
* Fri Mar 14 2014 Kevin Fenzi <kevin@scrye.com> 1.5.3-2
8dc5eaa
- Update to NEW 1.5.3 upstream release.
6e2c5cb
- Add missing dependency on python-setuptools (el6 build)
8dc5eaa
585d682
* Thu Mar 13 2014 Kevin Fenzi <kevin@scrye.com> 1.5.3-1
585d682
- Update to 1.5.3
6e2c5cb
- Fix ansible-vault for newer python-crypto dependency (el6 build)
585d682
1ad558c
* Tue Mar 11 2014 Kevin Fenzi <kevin@scrye.com> 1.5.2-2
1ad558c
- Update to redone 1.5.2 release
1ad558c
cfa0fe3
* Tue Mar 11 2014 Kevin Fenzi <kevin@scrye.com> 1.5.2-1
cfa0fe3
- Update to 1.5.2
cfa0fe3
6193d7a
* Mon Mar 10 2014 Kevin Fenzi <kevin@scrye.com> 1.5.1-1
6193d7a
- Update to 1.5.1
6193d7a
f9dbd15
* Fri Feb 28 2014 Kevin Fenzi <kevin@scrye.com> 1.5-1
f9dbd15
- Update to 1.5
f9dbd15
13553cc
* Wed Feb 12 2014 Kevin Fenzi <kevin@scrye.com> 1.4.5-1
13553cc
- Update to 1.4.5
13553cc
cb37d1d
* Sat Dec 28 2013 Kevin Fenzi <kevin@scrye.com> 1.4.3-1
cb37d1d
- Update to 1.4.3 with ansible galaxy commands.
cb37d1d
- Adds python-httplib2 to requires
cb37d1d
6a1b38a
* Wed Nov 27 2013 Kevin Fenzi <kevin@scrye.com> 1.4.1-1
6a1b38a
- Update to upstream 1.4.1 bugfix release
6a1b38a
c10ee8c
* Thu Nov 21 2013 Kevin Fenzi <kevin@scrye.com> 1.4-1
c10ee8c
- Update to 1.4
c10ee8c
9e05299
* Tue Oct 29 2013 Kevin Fenzi <kevin@scrye.com> 1.3.4-1
9e05299
- Update to 1.3.4
9e05299
8f16660
* Tue Oct 08 2013 Kevin Fenzi <kevin@scrye.com> 1.3.3-1
8f16660
- Update to 1.3.3
8f16660
efb5883
* Thu Sep 19 2013 Kevin Fenzi <kevin@scrye.com> 1.3.2-1
efb5883
- Update to 1.3.2 with minor upstream fixes
efb5883
467cba4
* Mon Sep 16 2013 Kevin Fenzi <kevin@scrye.com> 1.3.1-1
467cba4
- Update to 1.3.1
467cba4
467cba4
* Sat Sep 14 2013 Kevin Fenzi <kevin@scrye.com> 1.3.0-2
467cba4
- Merge upstream spec changes to support EPEL5
467cba4
- (Still needs python26-keyczar and deps added to EPEL)
467cba4
1869e0c
* Thu Sep 12 2013 Kevin Fenzi <kevin@scrye.com> 1.3.0-1
1869e0c
- Update to 1.3.0
1869e0c
- Drop node-fireball subpackage entirely.
1869e0c
- Obsolete/provide fireball subpackage. 
1869e0c
- Add Requires python-keyczar on main package for accelerated mode.
1869e0c
8aaea91
* Wed Aug 21 2013 Kevin Fenzi <kevin@scrye.com> 1.2.3-2
8aaea91
- Update to 1.2.3
8aaea91
- Fixes CVE-2013-4260 and CVE-2013-4259
8aaea91
93c711c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
93c711c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
93c711c
953ca27
* Sat Jul 06 2013 Kevin Fenzi <kevin@scrye.com> 1.2.2-1
953ca27
- Update to 1.2.2 with minor fixes
953ca27
0fa1d4e
* Fri Jul 05 2013 Kevin Fenzi <kevin@scrye.com> 1.2.1-2
0fa1d4e
- Update to newer upstream re-release to fix a syntax error
0fa1d4e
3cc7e56
* Thu Jul 04 2013 Kevin Fenzi <kevin@scrye.com> 1.2.1-1
3cc7e56
- Update to 1.2.1
3cc7e56
- Fixes CVE-2013-2233
3cc7e56
6301504
* Mon Jun 10 2013 Kevin Fenzi <kevin@scrye.com> 1.2-1
6301504
- Update to 1.2
6301504
c2a8c32
* Tue Apr 02 2013 Kevin Fenzi <kevin@scrye.com> 1.1-1
c2a8c32
- Update to 1.1
c2a8c32
db87ecb
* Mon Mar 18 2013 Kevin Fenzi <kevin@scrye.com> 1.0-1
db87ecb
- Update to 1.0
db87ecb
499398d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
499398d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
499398d
c23d872
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
c23d872
- Release 0.9
c23d872
7109b73
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.8-0
7109b73
- Release of 0.8
1c6284a
953ca27
* Thu Aug 9 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7-0
ef39e27
- Release of 0.7
ef39e27
7109b73
* Mon Aug 6 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.6-0
4e9234e
- Release of 0.6
24b3dae
7109b73
* Wed Jul 4 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.5-0
24b3dae
- Release of 0.5
fc9a76b
7109b73
* Wed May 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.4-0
550a48d
- Release of 0.4
550a48d
4f25327
* Mon Apr 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.3-1
4f25327
- Release of 0.3
4f25327
4f25327
* Tue Apr  3 2012 John Eckersberg <jeckersb@redhat.com> - 0.0.2-1
4f25327
- Release of 0.0.2
4f25327
4f25327
* Sat Mar 10 2012  <tbielawa@redhat.com> - 0.0.1-1
4f25327
- Release of 0.0.1