BuildRequires: pkgconf-pkg-config instead of pkgconfig on F26+

This commit is contained in:
Kevin Kofler 2017-01-22 23:47:25 +01:00
parent 4a3656c29a
commit 0baabbdf03
1 changed files with 5 additions and 0 deletions

View File

@ -186,7 +186,11 @@ BuildRequires: krb5-devel
BuildRequires: openldap-devel
BuildRequires: db4-devel
BuildRequires: alsa-lib-devel
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
BuildRequires: pkgconf-pkg-config
%else
BuildRequires: pkgconfig
%endif
BuildRequires: glibc-kernheaders
BuildRequires: libutempter-devel
BuildRequires: findutils
@ -626,6 +630,7 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
* Sun Jan 22 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.5.10-79
- use DrKonqi from Plasma 5 rather than from kde-runtime 4
- build against compat-openssl10 for now (F26+)
- BuildRequires: pkgconf-pkg-config instead of pkgconfig on F26+
* Sat Dec 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 3.5.10-78
- rebuild (jasper)