Compare commits

...

5 Commits

20 changed files with 83 additions and 36 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 74271a7d80f6c59185699d0d6d2d0b64bcbe90ae
%global commit 44a9b03f244f24e0ea443370cf2cfae0da5767f9
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260531
%global commit_date 20260601
%global ver 0.41.0
Name: mpv-nightly
@@ -3,8 +3,8 @@
%global realname hyprutils
%global ver 0.13.1
%global commit 3cd3972b2ee658a14d2610d8494e09259e530124
%global commit_date 20260523
%global commit 40ede2e7bdec80ba5d4c443160d905e9f841ae5f
%global commit_date 20260601
%global shortcommit %{sub %commit 1 7}
Name: %realname.nightly
@@ -1,5 +1,5 @@
%global commit 434d1d8bcf68058e8fd44db75bb1b468abaad3e3
%global commit_date 20260531
%global commit e5845da001849fa145408b5e91135c43affa023c
%global commit_date 20260601
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 09165c15dc5d1fea93604231eaf30ca4c25f1cd6
%global commit eb424af17ccc195470e538e46f4cc8b80840467f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260531
%global commit_date 20260601
%global ver 1.6.0
%bcond_with check
@@ -4,7 +4,7 @@
Name: steamos-manager-powerstation
Version: 0~%{commitdate}.git%{shortcommit}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
URL: https://github.com/OpenGamingCollective/steamos-manager
@@ -1,4 +1,4 @@
policy_module(steamos_manager, 1.0.0)
policy_module(steamos_manager, 1.0.1)
########################################
# Init
@@ -22,6 +22,12 @@ init_dbus_chat(steamos_manager_t)
# Query systemd and overall system status (init_t:system status)
init_status(steamos_manager_t)
# D-Bus
gen_require(`
type systemd_unit_file_t;
')
allow steamos_manager_t systemd_unit_file_t:service status;
########################################
# Process permissions
########################################
@@ -75,16 +81,16 @@ domain_read_all_domains_state(steamos_manager_t)
# Tracefs and debugfs
########################################
# ftrace access: /sys/kernel/tracing/instances/steamos-manager/
# debugfs access: /sys/kernel/debug/ath11k/
# ftrace access
# debugfs access
kernel_read_debugfs(steamos_manager_t)
kernel_manage_debugfs(steamos_manager_t)
gen_require(`
type tracefs_t;
')
allow steamos_manager_t tracefs_t:dir search;
allow steamos_manager_t tracefs_t:dir write;
allow steamos_manager_t tracefs_t:dir { search write getattr setattr read open create add_name remove_name rmdir };
allow steamos_manager_t tracefs_t:file { getattr setattr create open read write append unlink };
########################################
# Cgroup access
@@ -93,6 +99,12 @@ allow steamos_manager_t tracefs_t:dir write;
# Search the cgroup hierarchy under /sys/fs/cgroup
fs_search_cgroup_dirs(steamos_manager_t)
# Read cgroup interface files
gen_require(`
type cgroup_t;
')
allow steamos_manager_t cgroup_t:file { getattr open read };
########################################
# Device access
########################################
@@ -110,11 +122,34 @@ optional_policy(`
gen_require(`
type hidraw_device_t;
')
allow steamos_manager_t hidraw_device_t:chr_file { open read write getattr ioctl };
allow steamos_manager_t hidraw_device_t:chr_file { open read write getattr ioctl watch watch_reads };
')
optional_policy(`
gen_require(`
type usb_device_t;
')
allow steamos_manager_t usb_device_t:chr_file { getattr watch watch_reads };
')
# /dev/input/event* — inputplumber
dev_rw_input_dev(steamos_manager_t)
dev_getattr_all_chr_files(steamos_manager_t)
dev_getattr_all_blk_files(steamos_manager_t)
optional_policy(`
gen_require(`
type hugetlbfs_t;
')
allow steamos_manager_t hugetlbfs_t:dir getattr;
')
optional_policy(`
gen_require(`
type proc_kcore_t;
')
allow steamos_manager_t proc_kcore_t:file getattr;
')
# Udev events via netlink socket
allow steamos_manager_t self:netlink_kobject_uevent_socket { create bind getattr read setopt };
@@ -184,6 +219,17 @@ corecmd_exec_shell(steamos_manager_t)
# Execute libraries/scripts under /usr/lib/ paths
libs_exec_lib_files(steamos_manager_t)
optional_policy(`
gen_require(`
type dmidecode_exec_t;
')
can_exec(steamos_manager_t, dmidecode_exec_t)
')
optional_policy(`
sysnet_exec_ifconfig(steamos_manager_t)
')
########################################
# Network and IPC
########################################
+1 -1
View File
@@ -12,7 +12,7 @@
# https://github.com/nektos/act
%global goipath github.com/nektos/act
Version: 0.2.88
Version: 0.2.89
%gometa -f
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit 455f6bc2d5915be0465d66fe6d7d06974c2729d3
%global commit 94ffd50060f1cfd5d7482ec90a23a92bdefdff68
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27
%global commit_date 20260531
%global commit_date 20260601
%global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
+1 -1
View File
@@ -1,7 +1,7 @@
# Disabled because compiled without debug
%global goipath github.com/XTLS/Xray-core
Version: 26.5.9
Version: 26.6.1
%global golicenses LICENSE
%global godocs README.md SECURITY.md CODE_OF_CONDUCT.md
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
Name: python-%{pypi_name}
Version: 24.8.0
Release: 1%?dist
Version: 26.6.0
Release: 1%{?dist}
Summary: Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction
License: MIT
URL: https://github.com/meejah/txtorcon
@@ -1,5 +1,5 @@
%global commit 54bea668cb7c976500c1e1f890351c8cdaabd080
%global commit_date 20260531
%global commit 4a47505dd891ac8a94ba7f4b578899c72727ce23
%global commit_date 20260601
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
@@ -1,7 +1,7 @@
%global commit 971f4e2fb13ab9b1eb0f73dad370036b36316707
%global commit 8ff4bb16dc1ff6ae371cfb5e13ab696ee5d097fd
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 20260531040030
%global commit_date 20260531
%global ver 20260531105624
%global commit_date 20260601
Name: v2ray-domain-list-community
Version: %{ver}^%{commit_date}git.%{shortcommit}
+1
View File
@@ -7,5 +7,6 @@ project pkg {
labels {
mock = 1
subrepo = "multimedia"
updbranch = 1
}
}
+1 -1
View File
@@ -1 +1 @@
4.1
4.2
+1 -1
View File
@@ -108,7 +108,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 8.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: A complete solution to record, convert and stream audio and video
License: GPL-3.0-or-later
@@ -1 +1 @@
4.1
4.2
@@ -2,7 +2,7 @@
Name: gstreamer1-plugins-ugly
Version: 1.28.2
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 2
Summary: GStreamer streaming media framework "ugly" plugins
License: LGPL-2.0-or-later and LGPL-2.0-only
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 56c3cc0748cc66220487aaa63dc621aa1076994d
%global commit 03cc676e669b8844782529553db6a53d8b98477c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260418
%global commitdate 20260601
%global ver 0
%define buildforkernels akmod
%global debug_package %{nil}
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 56c3cc0748cc66220487aaa63dc621aa1076994d
%global commit 03cc676e669b8844782529553db6a53d8b98477c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260418
%global commitdate 20260601
%global ver 0
%global debug_package %{nil}
%global modulename sc0710
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 56c3cc0748cc66220487aaa63dc621aa1076994d
%global commit 03cc676e669b8844782529553db6a53d8b98477c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260418
%global commitdate 20260601
%global ver 0
Name: sc0710