diff --git a/barman.spec b/barman.spec index 4d36dd2..fa0631e 100644 --- a/barman.spec +++ b/barman.spec @@ -1,23 +1,19 @@ -Name: barman +%{?python_enable_dependency_generator} +Name: barman Version: 2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Backup and Recovery Manager for PostgreSQL License: GPLv3+ -Group: Applications/Databases Url: http://www.pgbarman.org/ Source0: https://files.pythonhosted.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz Source1: barman.cron Source2: barman.logrotate BuildArch: noarch -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools BuildRequires: python3-devel -Requires(pre): shadow-utils -Requires: python3-psycopg2 -Requires: python3-argh -Requires: python3-argcomplete -Requires: python3-dateutil +Requires(pre): shadow-utils Requires: /usr/bin/register-python-argcomplete %description @@ -80,12 +76,21 @@ getent passwd barman >/dev/null || \ exit 0 %changelog +* Thu May 16 2019 Francisco Javier Tsao Santín - 2.8-2 +- Minor fixes over previous commit + * Thu May 16 2019 Francisco Javier Tsao Santín - 2.8-1 - Update to 2.8 version (fixes RHBZ#1707150) * Wed Mar 20 2019 Francisco Javier Tsao Santín - 2.7-1 - Update to 2.7 version +* Mon Feb 18 2019 Igor Gnatenko - 2.5-3 +- Enable python dependency generator + +* Thu Jan 31 2019 Fedora Release Engineering - 2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Oct 30 2018 Francisco Javier Tsao Santín - 2.5-1 - Update to 2.5 version