Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arch aarch64 in yum::versionlock #239

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

traylenator
Copy link

@traylenator traylenator commented Feb 25, 2022

This Pull Request (PR) fixes the following issues

Add aarch64 as a possible for architecture of a versionlock.

Currently

yum::versionlock{['glog','glog-devel']:
  ensure  => present,
  version => '0.3.5',
  release => '4.el8',
  arch    => 'aarch64'
}

fails despite:

rpm -q --queryformat '%{name} %{version} %{release} %{arch}\n' glog
glog 0.3.5 4.el8 aarch64

Add aarch64 as a possible for architecture of a versionlock.

Currently

```
yum::versionlock{['glog','glog-devel']:
  ensure  => present,
  version => '0.3.5',
  release => '4.el8',
  arch    => 'aarch64'
}
```

fails despite:

```bash
rpm -q --queryformat '%{name} %{version} %{release} %{arch}\n' glog
glog 0.3.5 4.el8 aarch64
```
@traylenator traylenator added the enhancement New feature or request label Feb 25, 2022
@traylenator
Copy link
Author

While you should be able to get away with the default arch => '*' you can't due a a bug in DNF.

@bastelfreak bastelfreak merged commit aa9c6e7 into voxpupuli:master Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants