diff --git a/pgbackrest-2.29.tar.gz b/pgbackrest-2.29.tar.gz deleted file mode 100644 index 0663de0..0000000 --- a/pgbackrest-2.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:939b86658eb147df073cdf32be614db9de17d348831fab05f2eeb82e74ade618 -size 5459237 diff --git a/pgbackrest-2.30.tar.gz b/pgbackrest-2.30.tar.gz new file mode 100644 index 0000000..0168bfd --- /dev/null +++ b/pgbackrest-2.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981e6fb0847c0d4e6b9d672a0cf568155b6690a45c7adc798d2aa9db29fd76b8 +size 5482962 diff --git a/pgbackrest.changes b/pgbackrest.changes index cc1b5f2..e6046e9 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Oct 13 12:30:00 UTC 2020 - Bruno Friedmann + +- update to version 2.30 + + Bug Fixes: + - Error with hints when backup user cannot read pg_settings. + + Features: + - PostgreSQL 13 support. + + Improvements: + - Improve PostgreSQL version identification. + - Improve working directory error message. + - Add hint about starting the stanza when WAL segment not found. + - Add hint for protocol version mismatch. + + Documentation Improvements: + Add note that pgBackRest versions must match when running remotely. + Move info command text to the reference and link to user guide. + Update yum repository path for CentOS/RHEL user guide. +- Packaging + + Remove non needed perl_requires + + Allow build on i586 as source are now 100% C + ------------------------------------------------------------------- Thu Sep 10 09:35:27 UTC 2020 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index f922812..32ec72b 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -22,7 +22,7 @@ %define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: pgbackrest -Version: 2.29 +Version: 2.30 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT @@ -37,10 +37,6 @@ BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libxml-2.0) -%{perl_requires} -%if %{_arch} == "i586" -ExclusiveArch: do_not_build -%endif %description pgBackRest aims to be a simple, reliable backup and restore system for