2020-03-10 14:45:27 -04:00
|
|
|
--- pgbackrest.spec
|
|
|
|
|
+++ pgbackrest.spec
|
2020-03-13 09:07:57 -04:00
|
|
|
@@ -8,8 +8,7 @@
|
|
|
|
|
Url: http://www.pgbackrest.org/
|
2020-03-10 14:45:27 -04:00
|
|
|
Source0: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}.tar.gz
|
|
|
|
|
Source1: pgbackrest-conf.patch
|
2020-03-13 09:07:57 -04:00
|
|
|
-Patch0: pgbackrest-libxmlinclude.patch
|
2020-03-10 14:45:27 -04:00
|
|
|
-BuildRequires: openssl-devel zlib-devel postgresql%{pgmajorversion}-devel
|
|
|
|
|
+BuildRequires: openssl-devel zlib-devel postgresql%{pgmajorversion}-devel lz4-devel
|
|
|
|
|
Requires: postgresql-libs
|
|
|
|
|
|
|
|
|
|
|
2020-03-13 09:07:57 -04:00
|
|
|
@@ -26,7 +25,6 @@
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-release-%{version}
|
|
|
|
|
-%patch0 -p0
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
pushd src
|