1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00
Files
pgbackrest/test/patch/rhel-package.patch
T

21 lines
541 B
Diff
Raw Normal View History

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