From 0b55a035285da3ec7e26b81ebfe3de77428fc56c Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sat, 11 Jan 2025 12:38:57 -0300 Subject: [PATCH] fix: ghost brew.sh file so that this is installable on aurora/bluefin ootb --- ublue/brew/ublue-brew.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ublue/brew/ublue-brew.spec b/ublue/brew/ublue-brew.spec index 0aab5fd..da4f885 100644 --- a/ublue/brew/ublue-brew.spec +++ b/ublue/brew/ublue-brew.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: ublue-brew -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Homebrew integration for Universal Blue systems @@ -34,7 +34,8 @@ cp -rp src/tmpfiles.d %{buildroot}%{_prefix}/lib %systemd_preun brew-setup.service %files -%{_sysconfdir}/profile.d/brew* +%ghost %{_sysconfdir}/profile.d/brew.sh +%{_sysconfdir}/profile.d/brew-bash-completion.sh %{_datadir}/fish/vendor_conf.d/%{name}.fish %{_sysconfdir}/security/limits.d/*brew*.conf %{_unitdir}/brew-setup.service