From 18b2219c7d574a89a08c0ee1d9342ee64d6317ae Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:28:44 -0800 Subject: [PATCH] chore(falcond-profiles): Update for falcond group (#8842) (#8845) (cherry picked from commit 73ba8c5e55b67e438f6fc6a1c75983a0fafef44b) Co-authored-by: Gilver --- .../system/falcond-profiles/falcond-profiles.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/anda/system/falcond-profiles/falcond-profiles.spec b/anda/system/falcond-profiles/falcond-profiles.spec index bb6fe8554b..ad1b5678c4 100644 --- a/anda/system/falcond-profiles/falcond-profiles.spec +++ b/anda/system/falcond-profiles/falcond-profiles.spec @@ -4,7 +4,7 @@ Name: falcond-profiles Version: 0^%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist Summary: Profiles for falcond License: MIT URL: https://github.com/PikaOS-Linux/falcond-profiles @@ -29,16 +29,17 @@ install -Dm644 usr/share/falcond/profiles/*.conf -t %{buildroot}%{_datadir}/falc install -Dm644 usr/share/falcond/profiles/handheld/* -t %{buildroot}%{_datadir}/falcond/profiles/handheld/ install -Dm644 usr/share/falcond/profiles/htpc/* -t %{buildroot}%{_datadir}/falcond/profiles/htpc/ -install -dm755 %{buildroot}%{_datadir}/falcond/profiles/user +install -dm2755 %{buildroot}%{_datadir}/falcond/profiles/user %files %doc README.md %license LICENSE -%{_datadir}/falcond/system.conf -%{_datadir}/falcond/profiles/*.conf -%{_datadir}/falcond/profiles/handheld/*.conf -%{_datadir}/falcond/profiles/htpc/*.conf -%dir %{_datadir}/falcond/profiles/user/ +%dir %{_datadir}/falcond +%config %{_datadir}/falcond/system.conf +%config %{_datadir}/falcond/profiles/*.conf +%config %{_datadir}/falcond/profiles/handheld/*.conf +%config %{_datadir}/falcond/profiles/htpc/*.conf +%attr(2755, root, falcond) %dir %{_datadir}/falcond/profiles/user %changelog * Thu Jan 1 2026 Gilver E. - 0^20260101git.0f87c74-2