Skip to content

Commit

Permalink
A bit less hacky hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Jun 12, 2024
1 parent 27eabc0 commit a28c9e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion mini-tps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Name: mini-tps
Version: 0.1
Release: 177%{?dist}
Release: 178%{?dist}
Summary: Mini TPS - Test Package Sanity

License: GPLv2
Expand Down Expand Up @@ -73,6 +73,9 @@ install -pD -m 0755 profiles/fedora/prepare-system %{buildroot}%{_libexecdir}/mi


%changelog
* Wed Jun 12 2024 Jiri Popelka <[email protected]> - 0.1-178
- Add repo for RHEL 7.7 z-stream

* Tue Jun 04 2024 Jiri Popelka <[email protected]> - 0.1-177
- Treat SELinux AVCs as warnings

Expand Down
2 changes: 1 addition & 1 deletion profiles/fedora/prepare-system
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
# Ugly hack for
# https://github.com/fedora-ci/mini-tps/issues/57#issuecomment-2134998129
# Remove it with a proper fix for mini-tps/issues/57 !
dnf-3 -y install 'dnf-command(config-manager)'
"$YUMDNFCMD" -y install dnf-plugins-core

# Make sure fedora and fedora-updates repos are enabled
"$YUMDNFCMD" config-manager --set-enabled 'fedora' 'updates'
Expand Down

0 comments on commit a28c9e7

Please sign in to comment.