Temporarily stop building i686
This commit is contained in:
parent
afd89d5921
commit
b672c4265d
1 changed files with 12 additions and 1 deletions
|
|
@ -10,20 +10,28 @@
|
|||
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
||||
Name: postgresql-%{short_name}
|
||||
Version: 4.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
|
||||
URL: http://pgpool.net
|
||||
Source0: http://www.pgpool.net/mediawiki/images/%{short_name}-%{version}.tar.gz
|
||||
Source1: pgpool.service
|
||||
Source2: pgpool.sysconfig
|
||||
Source3: pgpool.init
|
||||
|
||||
# Temporarily stop building i686 architecture as the build fails
|
||||
# This is a temporary workaround
|
||||
ExcludeArch: i686
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: clang-devel llvm-devel
|
||||
BuildRequires: postgresql-server-devel
|
||||
BuildRequires: pam-devel, libmemcached-devel, openssl-devel
|
||||
|
||||
%if %{systemd_enabled}
|
||||
BuildRequires: systemd
|
||||
|
||||
# We require this to be present for %%{_prefix}/lib/tmpfiles.d
|
||||
Requires: systemd
|
||||
Requires(post): systemd-sysv
|
||||
|
|
@ -240,6 +248,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 26 2024 Ondrej Sloup <osloup@redhat.com> - 4.5.0-2
|
||||
- Temporarily stop building i686
|
||||
|
||||
* Fri Jan 26 2024 Ondrej Sloup <osloup@redhat.com> - 4.5.0-1
|
||||
- Rebase to the latest upstream version (rhbz#2252211)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue