Skip to content

Commit

Permalink
Merge pull request #5833 from jkonecny12/rhel-10-fix-ISO-creation-is-…
Browse files Browse the repository at this point in the history
…missing-rhsm

infra: Remove centos specific condition form spec
  • Loading branch information
jkonecny12 authored Aug 19, 2024
2 parents 8d6ff22 + d78ece0 commit 83c6d10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfile/anaconda-ci/run-build-and-arg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ rsync -a /anaconda /tmp/
cd /tmp/anaconda
rm -rf test-logs

# For testing purpose let's pretend that CentOS container is RHEL
# Without this fix we won't see subscription manager on ISO
sed -i 's/ .. %{undefined centos}//' ./anaconda.spec.in

./autogen.sh
# Enable us to change autotools configuration by ENV var.
./configure ${CONFIGURE_ARGS:-}
Expand Down

0 comments on commit 83c6d10

Please sign in to comment.