From 6cfcccba9222f949f09d6643060fdaa7f5d0c0d7 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 30 Mar 2026 11:27:21 -0400 Subject: [PATCH] [hydros-systemd-units] Renamed ssh-agent service to avoid conflicts --- hydros-systemd-units/hydros-systemd-units.spec | 12 +++++++----- .../{ssh-agent.service => hydros-ssh-agent.service} | 0 2 files changed, 7 insertions(+), 5 deletions(-) rename hydros-systemd-units/systemd/user/{ssh-agent.service => hydros-ssh-agent.service} (100%) diff --git a/hydros-systemd-units/hydros-systemd-units.spec b/hydros-systemd-units/hydros-systemd-units.spec index e77a699..21d3f5a 100644 --- a/hydros-systemd-units/hydros-systemd-units.spec +++ b/hydros-systemd-units/hydros-systemd-units.spec @@ -1,5 +1,5 @@ Name: hydros-systemd-units -Version: 0.0.1 +Version: 0.0.2 Release: %autorelease Summary: The bundle of assets for HydrOS BuildArch: noarch @@ -22,7 +22,7 @@ install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/ install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/user/flatpak-user-update.timer install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/user/hyprlauncher.service install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/user/quickshell.service -install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/user/ssh-agent.service +install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/user/hydros-ssh-agent.service %post %systemd_post bootc-fetch-updates.timer @@ -30,7 +30,7 @@ install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/ %systemd_user_post flatpak-user-updates.timer %systemd_user_post hyprlauncher.service %systemd_user_post quickshell.service -%systemd_user_post ssh-agent.service +%systemd_user_post hydros-ssh-agent.service %preun %systemd_preun bootc-fetch-updates.timer @@ -38,7 +38,7 @@ install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/ %systemd_user_preun flatpak-user-updates.timer %systemd_user_preun hyprlauncher.service %systemd_user_preun quickshell.service -%systemd_user_preun ssh-agent.service +%systemd_user_preun hydros-ssh-agent.service %files %{_unitdir}/bootc-fetch-updates.service @@ -49,8 +49,10 @@ install -Dm0644 -t %{buildroot}%{_userunitdir}/ %{_builddir}/%{name}-%{version}/ %{_userunitdir}/flatpak-user-update.timer %{_userunitdir}/hyprlauncher.service %{_userunitdir}/quickshell.service -%{_userunitdir}/ssh-agent.service +%{_userunitdir}/hydros-ssh-agent.service %changelog * Mon Mar 30 2026 Eriq Taing +- Renamed ssh-agent service to hydros-ssh-agent to avoid conflict +* Mon Mar 30 2026 Eriq Taing - First version packaged diff --git a/hydros-systemd-units/systemd/user/ssh-agent.service b/hydros-systemd-units/systemd/user/hydros-ssh-agent.service similarity index 100% rename from hydros-systemd-units/systemd/user/ssh-agent.service rename to hydros-systemd-units/systemd/user/hydros-ssh-agent.service