## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: barman Version: 3.16.1 Release: %autorelease Summary: Backup and Recovery Manager for PostgreSQL License: GPL-3.0-only URL: http://www.pgbarman.org/ BuildArch: noarch Source0: https://github.com/EnterpriseDB/barman/archive/release/%{version}/%{name}-release-%{version}.tar.gz Source1: %{name}.cron Source2: %{name}.logrotate BuildRequires: python3-devel BuildRequires: python3-setuptools # https://docs.fedoraproject.org/en-US/packaging-guidelines/CronFiles/#_cron_job_files_packaging: Requires: cronie Requires: logrotate Requires: rsync >= 3.0.4 Requires: %{py3_dist argcomplete} Requires: %{py3_dist barman} %description Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organization to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase. %package cli Summary: Client Utilities for Barman Requires: %{py3_dist barman} %description cli Client utilities for the integration of Barman in PostgreSQL clusters. %package -n python3-barman Summary: Shared libraries for Barman %{?python_provide:%python_provide python3-%{name}} %description -n python3-barman Python libraries used by Barman. %prep %autosetup -n %{name}-release-%{version} # Change shebang in all relevant executable files in this directory and all subdirectories find -type f -executable -exec sed -i '1s=^#!/usr/bin/\(python\|env python\)[23]\?=#!%{__python3}=' {} + %generate_buildrequires %pyproject_buildrequires # Create a sysusers.d config file cat >barman.sysusers.conf < - 3.16.1-1 - Update to 3.16.1 * Fri Sep 19 2025 Python Maint - 3.15.0-2 - Rebuilt for Python 3.14.0rc3 bytecode * Sat Sep 06 2025 Simone Caronni - 3.15.0-1 - Update to 3.15.0 * Fri Aug 15 2025 Python Maint - 3.14.1-3 - Rebuilt for Python 3.14.0rc2 bytecode * Wed Jul 23 2025 Fedora Release Engineering - 3.14.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jun 19 2025 Simone Caronni - 3.14.1-1 - Update to 3.14.1 * Tue Jun 03 2025 Python Maint - 3.13.3-2 - Rebuilt for Python 3.14 * Fri May 09 2025 Simone Caronni - 3.13.3-1 - Update to 3.13.3 * Tue Apr 01 2025 Simone Caronni - 3.13.2-1 - Update to 3.12.2 ## END: Generated by rpmautospec