package 0.0.2 - Add cpu power reading udev rule
Build hydros-environment / Build and push image (push) Successful in 2m9s
Build hydros-environment / Build and push image (push) Successful in 2m9s
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
SUBSYSTEM=="powercap", KERNEL=="intel-rapl*", RUN+="/usr/bin/chmod a+r /sys/%p/energy_uj"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: hydros-environment
|
Name: hydros-environment
|
||||||
Version: 0.0.1
|
Version: 0.0.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: The bundle of configuration overrides other than containers for HydrOS
|
Summary: The bundle of configuration overrides other than containers for HydrOS
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -21,6 +21,7 @@ install -Dm0444 -t %{buildroot}%{_sysconfdir}/modules-load.d/ %{_builddir}/%{nam
|
|||||||
install -Dm0444 -t %{buildroot}%{_sysconfdir}/modules-load.d/ %{_builddir}/%{name}-%{version}/modules-load.d/ntsync.conf
|
install -Dm0444 -t %{buildroot}%{_sysconfdir}/modules-load.d/ %{_builddir}/%{name}-%{version}/modules-load.d/ntsync.conf
|
||||||
install -Dm0644 -t %{buildroot}%{_sysconfdir}/sddm/ %{_builddir}/%{name}-%{version}/sddm/sddm-useradd
|
install -Dm0644 -t %{buildroot}%{_sysconfdir}/sddm/ %{_builddir}/%{name}-%{version}/sddm/sddm-useradd
|
||||||
install -Dm0644 -t %{buildroot}%{_sysconfdir}/xdg/autostart/ %{_builddir}/%{name}-%{version}/xdg/autostart/kitty.desktop
|
install -Dm0644 -t %{buildroot}%{_sysconfdir}/xdg/autostart/ %{_builddir}/%{name}-%{version}/xdg/autostart/kitty.desktop
|
||||||
|
install -Dm0644 -t %{buildroot}%{_sysconfdir}/udev/rules.d/ %{_builddir}/%{name}-%{version}/udev/rules.d/99-powercap.rules
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_sysconfdir}/environment.d/cursor.conf
|
%{_sysconfdir}/environment.d/cursor.conf
|
||||||
@@ -31,7 +32,10 @@ install -Dm0644 -t %{buildroot}%{_sysconfdir}/xdg/autostart/ %{_builddir}/%{name
|
|||||||
%{_sysconfdir}/modules-load.d/ntsync.conf
|
%{_sysconfdir}/modules-load.d/ntsync.conf
|
||||||
%{_sysconfdir}/sddm/sddm-useradd
|
%{_sysconfdir}/sddm/sddm-useradd
|
||||||
%{_sysconfdir}/xdg/autostart/kitty.desktop
|
%{_sysconfdir}/xdg/autostart/kitty.desktop
|
||||||
|
%{_sysconfdir}/udev/rules.d/99-powercap.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 01 2026 Eriq Taing <eriq12@protonmail.com>
|
||||||
|
- Added udev rule for cpu power reading
|
||||||
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
|
* Mon Mar 30 2026 Eriq Taing <eriq12@protonmail.com>
|
||||||
- First version packaged
|
- First version packaged
|
||||||
|
|||||||
Reference in New Issue
Block a user