@buildsys-build needs to rely on fedora-release-common

Attempting to install @buildsys-build atop a Workstation, Server or
other edition/spin using a fedora-release-$VARIANT package resulted
in a conflict because @buildsys-build unconditionally required
fedora-release. We will change it to fedora-release-common which
is guaranteed to be present (and will pull in fedora-release, in
the case of a clean buildroot).

Resolves: rhbz#1728863

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-07-11 14:34:28 -04:00
parent fe0838c582
commit 0c03a3e3ac
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@
<packagereq type="mandatory">coreutils</packagereq>
<packagereq type="mandatory">cpio</packagereq>
<packagereq type="mandatory">diffutils</packagereq>
<packagereq type="mandatory">fedora-release</packagereq>
<packagereq type="mandatory">fedora-release-common</packagereq>
<packagereq type="mandatory">findutils</packagereq>
<packagereq type="mandatory">gawk</packagereq>
<packagereq type="mandatory">glibc-minimal-langpack</packagereq>

View File

@ -361,7 +361,7 @@
<packagereq type="mandatory">coreutils</packagereq>
<packagereq type="mandatory">cpio</packagereq>
<packagereq type="mandatory">diffutils</packagereq>
<packagereq type="mandatory">fedora-release</packagereq>
<packagereq type="mandatory">fedora-release-common</packagereq>
<packagereq type="mandatory">findutils</packagereq>
<packagereq type="mandatory">gawk</packagereq>
<packagereq type="mandatory">glibc-minimal-langpack</packagereq>