@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:
parent
fe0838c582
commit
0c03a3e3ac
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user