ironic-agent: don't remove make
It turns out make has always been a tacit dependency of openssl as it ships a Makefile for certificates [1]. This just recently changed to be a hard dependency in F27, so this now fails as openssl is a dependency of protected packages such as dnf. Since it's always been wrong to remove it, we take it out of the purge list. [1] https://bugzilla.redhat.com/show_bug.cgi?id=783446 Change-Id: I69efb3a56878ab97c4587bbbf5356bea752f2846
This commit is contained in:
parent
7470ee26e0
commit
dcbb7e7ebb
@ -18,7 +18,7 @@ if [ $DISTRO_NAME = 'fedora' ] ; then
|
|||||||
|
|
||||||
install-packages -e kernel-debug-devel gcc fedora-logos \
|
install-packages -e kernel-debug-devel gcc fedora-logos \
|
||||||
rsync pykickstart \
|
rsync pykickstart \
|
||||||
make genisoimage tcpdump \
|
genisoimage tcpdump \
|
||||||
man-db kbd-misc \
|
man-db kbd-misc \
|
||||||
plymouth cronie ${_remove_yum}
|
plymouth cronie ${_remove_yum}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user