Works great, thanks!
⬢ [centos:stream8] ❯ sudo dnf install ./corosync*
Last metadata expiration check: 21:24:42 ago on Thu 13 Oct 2022 01:16:04 PM CDT.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
corosync x86_64 3.1.5-0.2.el8.2 @commandline 278 k
corosynclib-devel x86_64 3.1.5-0.2.el8.2 @commandline 187 k
Installing dependencies:
corosynclib x86_64 3.1.5-2.el8 appstream 69 k
libknet1 x86_64 1.24-2.el8 powertools 81 k
libknet1-crypto-nss-plugin x86_64 1.24-4.el8.next epel-next 20 k
libnozzle1 x86_64 1.24-4.el8.next epel-next 32 k
libqb x86_64 1.0.3-12.el8 baseos 113 k
libqb-devel x86_64 1.0.3-12.el8 baseos 106 k
libxslt x86_64 1.1.32-6.el8 baseos 250 k
net-snmp-libs x86_64 1:5.8-25.el8 baseos 827 k
nspr x86_64 4.34.0-3.el8 appstream 143 k
nss x86_64 3.79.0-10.el8 appstream 747 k
nss-softokn x86_64 3.79.0-10.el8 appstream 1.2 M
nss-softokn-freebl x86_64 3.79.0-10.el8 appstream 398 k
nss-sysinit x86_64 3.79.0-10.el8 appstream 74 k
nss-util x86_64 3.79.0-10.el8 appstream 139 k
Transaction Summary
================================================================================
Install 16 Packages
Total size: 4.6 M
Total download size: 4.1 M
Installed size: 12 M
The version pin is too tight I think, maybe drop the release? Otherwise, if you really want to pin this to require exactly that corosynclib release, you forgot to add %{?dist}
❯ sudo dnf info corosynclib
Last metadata expiration check: 3:50:20 ago on Thu 13 Oct 2022 01:16:04 PM CDT.
Available Packages
Name : corosynclib
Version : 3.1.5
Release : 2.el8
Architecture : i686
Size : 72 k
Source : corosync-3.1.5-2.el8.src.rpm
Repository : appstream
Summary : The Corosync Cluster Engine Libraries
URL : http://corosync.github.io/corosync/
License : BSD
Description : This package contains corosync libraries.
Name : corosynclib
Version : 3.1.5
Release : 2.el8
Architecture : x86_64
Size : 69 k
Source : corosync-3.1.5-2.el8.src.rpm
Repository : appstream
Summary : The Corosync Cluster Engine Libraries
URL : http://corosync.github.io/corosync/
License : BSD
This does not seem to be installable
❯ sudo dnf install ./corosync-3.1.5-0.2.el8.1.x86_64.rpm
Last metadata expiration check: 3:47:57 ago on Thu 13 Oct 2022 01:16:04 PM CDT.
Error:
Problem: conflicting requests
- nothing provides corosynclib(x86-64) = 3.1.5-2 needed by corosync-3.1.5-0.2.el8.1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use
⬢ [centos:stream8] ❯ sudo dnf install duo_unix --enablerepo=epel-testing
Extra Packages for Enterprise Linux 8 - Testing 522 kB/s | 559 kB 00:01
Dependencies resolved.
================================================================================
Package Architecture Version Repository Size
================================================================================
Installing:
duo_unix x86_64 1.12.1-4.el8 epel-testing 69 k
Installing weak dependencies:
pam_duo x86_64 1.12.1-4.el8 epel-testing 63 k
Transaction Summary
================================================================================
Tested and the fix works, thanks!
@churchyard oh good point, thanks
pushing back to testing so we can get it in repos
Works fine
Works fine