Accepting request 841600 from home:bruno_friedmann:branches:server:database:postgresql

- 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

OBS-URL: https://build.opensuse.org/request/show/841600
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=35
This commit is contained in:
Bruno Friedmann 2020-10-13 18:49:07 +00:00 committed by Git OBS Bridge
parent 41c8d9e69e
commit f1d3ad5540
4 changed files with 25 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:939b86658eb147df073cdf32be614db9de17d348831fab05f2eeb82e74ade618
size 5459237

3
pgbackrest-2.30.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:981e6fb0847c0d4e6b9d672a0cf568155b6690a45c7adc798d2aa9db29fd76b8
size 5482962

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Oct 13 12:30:00 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- 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 <bruno@ioda-net.ch> Thu Sep 10 09:35:27 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -22,7 +22,7 @@
%define make_build %{_bindir}/make %{?_smp_mflags} %define make_build %{_bindir}/make %{?_smp_mflags}
%endif %endif
Name: pgbackrest Name: pgbackrest
Version: 2.29 Version: 2.30
Release: 0 Release: 0
Summary: Reliable PostgreSQL Backup & Restore Summary: Reliable PostgreSQL Backup & Restore
License: MIT License: MIT
@ -37,10 +37,6 @@ BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(libpq)
BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(liblz4)
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
%{perl_requires}
%if %{_arch} == "i586"
ExclusiveArch: do_not_build
%endif
%description %description
pgBackRest aims to be a simple, reliable backup and restore system for pgBackRest aims to be a simple, reliable backup and restore system for