Merge pull request #267 from jcvenegas/f29

obs: enable fedora 29
This commit is contained in:
James O. D. Hunt 2018-12-10 09:57:18 +00:00 committed by GitHub
commit 3781db2edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ CentOS_7::CentOS:CentOS-7::standard
Fedora_26::Fedora:26::standard Fedora_26::Fedora:26::standard
Fedora_27::Fedora:27::standard Fedora_27::Fedora:27::standard
Fedora_28::Fedora:28::standard Fedora_28::Fedora:28::standard
Fedora_29::Fedora:29::standard
RHEL_7::RedHat:RHEL-7::standard RHEL_7::RedHat:RHEL-7::standard
SLE_12_SP3::SUSE:SLE-12-SP3:GA::standard SLE_12_SP3::SUSE:SLE-12-SP3:GA::standard
openSUSE_Leap_42.3::openSUSE:Leap:42.3::standard openSUSE_Leap_42.3::openSUSE:Leap:42.3::standard

View File

@ -42,6 +42,7 @@ BuildRequires : libnuma-devel
%else %else
BuildRequires : numactl-devel BuildRequires : numactl-devel
%endif %endif
BuildRequires : python
BuildRequires : python-devel BuildRequires : python-devel
BuildRequires : zlib-devel BuildRequires : zlib-devel
BuildRequires : pkgconfig(pixman-1) BuildRequires : pkgconfig(pixman-1)

View File

@ -42,6 +42,7 @@ BuildRequires : libnuma-devel
%else %else
BuildRequires : numactl-devel BuildRequires : numactl-devel
%endif %endif
BuildRequires : python
BuildRequires : python-devel BuildRequires : python-devel
BuildRequires : zlib-devel BuildRequires : zlib-devel
BuildRequires : pkgconfig(pixman-1) BuildRequires : pkgconfig(pixman-1)