Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configs/components/ruby-selinux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
pkg.sha256sum 'e7ee2c01dba64a0c35c9d7c9c0e06209d8186b325b0638a0d83f915cc3c101e8'
pkg.build_requires 'python3-setuptools'
pkg.url "https://github.com/SELinuxProject/selinux/releases/download/#{pkg.get_version}/libselinux-#{pkg.get_version}.tar.gz"
when /^(fedora-44-)/
pkg.version '3.10'
pkg.sha256sum '1ef216c5b56fb7e0a51cd2909787a175a17ee391e0467894807873539ebe766b'
pkg.build_requires 'python3-setuptools'
pkg.url "https://github.com/SELinuxProject/selinux/releases/download/#{pkg.get_version}/libselinux-#{pkg.get_version}.tar.gz"
else
raise "The ruby-selinux component needs to be updated for platform #{platform.name}"
end
Expand Down
3 changes: 3 additions & 0 deletions configs/platforms/fedora-44-aarch64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
platform 'fedora-44-aarch64' do |plat|
plat.inherit_from_default
end
3 changes: 3 additions & 0 deletions configs/platforms/fedora-44-x86_64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
platform 'fedora-44-x86_64' do |plat|
plat.inherit_from_default
end