Skip to content

Commit

Permalink
Merge pull request #341 from bdunne/repmrg_postgres_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie authored Nov 22, 2022
2 parents b3926fd + d7b2be2 commit f51e0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/repmgr13/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Build with:
Fetch source files from https://rpm-manageiq-org.nyc3.digitaloceanspaces.com/index.html?prefix=sources_cache/repmgr13/ if needed.

```bash
mock --spec=./repmgr.spec -r centos-stream+epel-8-x86_64 --sources=./
mock --spec=./repmgr.spec -r centos-stream+epel-8-x86_64 --config-opts=module_setup_commands.module_install=postgresql:13 --sources=./
```
2 changes: 1 addition & 1 deletion packages/repmgr13/repmgr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Requires(postun): initscripts
Group: Applications/Databases
BuildRoot: %{_tmppath}/%{name}-%{version}%{extra_version}-%{release}-root-%(%{__id_u} -n)
%endif
BuildRequires: postgresql, postgresql-devel, postgresql-static
BuildRequires: postgresql >= 13, postgresql < 14, postgresql-devel, postgresql-static
BuildRequires: libxslt-devel, pam-devel, openssl-devel, readline-devel, flex
Requires: postgresql-server

Expand Down

0 comments on commit f51e0d8

Please sign in to comment.