Name: edge-systemd-unit-file Version: 0.0.1 Release: 2%{?dist} Summary: n2n edge systemd unit file BuildArch: noarch License: GPLv3+ %global forgeurl https://codeberg.org/ivzave/misc-systemd-unit-files %forgemeta URL: %{forgeurl} Source: %{forgesource} Requires: edge systemd BuildRequires: systemd-rpm-macros %global unit edge@.service %description n2n edge systemd unit file %prep %forgeautosetup %install install -m 644 -D %unit %{buildroot}%_userunitdir/%unit %post %systemd_user_post %unit %preun %systemd_user_preun %unit %postun %systemd_user_postun_with_restart %unit %files %_userunitdir/%unit %changelog * Sun Aug 30 2026 Igor Zavorotkin - Migrate to codeberg.org and forge macros * Sun Aug 2 2026 Igor Zavorotkin -