[c,d]-development: replace pkgconfig with pkgconf

Hopefully this will fix a dnf warning that the pkgconfig package could
not be installed when installing one of these groups.
This commit is contained in:
Michael Catanzaro 2017-07-25 18:00:20 -05:00
parent 6774948e3a
commit bfd6020c32

View File

@ -503,7 +503,7 @@
<packagereq type="mandatory">glibc-devel</packagereq>
<packagereq type="mandatory">libtool</packagereq>
<packagereq type="mandatory">make</packagereq>
<packagereq type="mandatory">pkgconfig</packagereq>
<packagereq type="mandatory">pkgconf</packagereq>
<packagereq type="mandatory">strace</packagereq>
<packagereq type="default">byacc</packagereq>
<packagereq type="default">ccache</packagereq>
@ -879,7 +879,7 @@
<packagereq basearchonly="true" type="mandatory">ldc-druntime-devel</packagereq>
<packagereq basearchonly="true" type="mandatory">ldc-phobos-devel</packagereq>
<packagereq type="mandatory">make</packagereq>
<packagereq type="mandatory">pkgconfig</packagereq>
<packagereq type="mandatory">pkgconf</packagereq>
<packagereq type="default">ctags</packagereq>
<packagereq type="default">indent</packagereq>
<packagereq type="optional">astyle</packagereq>