Skip to content

Commit

Permalink
Require qpid-proton 0.37.0 minimum
Browse files Browse the repository at this point in the history
We'll need to drop the dnf epel exclude since it previously excluded qpid-proton.
Therefore, users will either need to run this manually or we'll provide a script
that will do it:

```
dnf config-manager --setopt=epel.exclude= --save
```

See the discussion in ManageIQ/manageiq-appliance-build#559 (comment)
  • Loading branch information
jrafanie committed Jan 3, 2024
1 parent 839374f commit 778ce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm_spec/subpackages/manageiq-gemset
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Requires: python3-pylxca
Requires: cyrus-sasl
Requires: cyrus-sasl-plain
Requires: python3-vspk
Requires: qpid-proton-c
Requires: qpid-proton-c >= 0.37.0

# For Appliance Console
Requires: libsodium-devel
Expand Down

0 comments on commit 778ce51

Please sign in to comment.