%global common_description Patched automatic updates for rpm-ostree and flatpak Name: evanc577-update-services Version: 1.0.1 Release: 1%{?dist} Summary: %{common_description} License: MIT URL: https://github.com/evanc577/fedora-packages Source0: fedora-packages-packages-evanc577-update-services-34e5c62e.tar.gz BuildRequires: systemd-rpm-macros Supplements: ublue-os-update-services BuildArch: noarch %description %{common_description} %prep %setup -T -b 0 -q -n fedora-packages-packages-evanc577-update-services %install install -Dm 644 src/%{_unitdir}/rpm-ostreed-automatic.service.d/z-override.conf -t %{buildroot}%{_unitdir}/rpm-ostreed-automatic.service.d/ install -Dm 644 src/%{_unitdir}/flatpak-system-update.service.d/z-override.conf -t %{buildroot}%{_unitdir}/flatpak-system-update.service.d/ install -Dm 644 src/%{_userunitdir}/flatpak-user-update.service.d/z-override.conf -t %{buildroot}%{_userunitdir}/flatpak-user-update.service.d/ install -Dm 755 src/%{_bindir}/wait-for-network -t %{buildroot}%{_bindir}/ %files %{_unitdir}/rpm-ostreed-automatic.service.d/z-override.conf %{_unitdir}/flatpak-system-update.service.d/z-override.conf %{_userunitdir}/flatpak-user-update.service.d/z-override.conf %{_bindir}/wait-for-network %changelog * Thu Mar 06 2025 Evan Chang - 1.0.1 - Set timeout waiting for network to infinity * Sat Mar 01 2025 Evan Chang - 1.0.0 - Initial version