Compare commits

..

1 Commits

Author SHA1 Message Date
Raboneko afd79fe76e bump(branch): gnome-shell 2026-06-17 08:40:30 +00:00
2 changed files with 8 additions and 11 deletions
@@ -1,6 +1,6 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
%global major_version 49
%global minor_version 6
%global minor_version 7
%if 0%{?rhel}
%global portal_helper 0
+7 -10
View File
@@ -1,11 +1,9 @@
%global debug_package %{nil}
%global appid org.asus_linux.rog_control_center
%global asus_system_units asusd.service asus-shutdown.service
Name: asusctl
Version: 6.3.8
Release: 2%{?dist}
Release: 1%{?dist}
Epoch: 1
Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
URL: https://gitlab.com/asus-linux/asusctl
@@ -95,13 +93,16 @@ mkdir -p %{buildroot}%{_sysconfdir}/asusd
%{_datadir}/asusd/
%post
%systemd_post %{asus_system_units}
%systemd_post asusd.service
%systemd_post asus-shutdown.service
%preun
%systemd_preun %{asus_system_units}
%systemd_preun asusd.service
%systemd_preun asus-shutdown.service
%postun
%systemd_postun_with_restart %{asus_system_units}
%systemd_postun_with_restart asusd.service
%systemd_postun_with_restart asus-shutdown.service
%files rog-gui
%{_bindir}/rog-control-center
@@ -111,10 +112,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/asusd
%{_metainfodir}/%{appid}.metainfo.xml
%changelog
* Wed Jun 17 2026 Owen Zimmerman <owen@fyralabs.com> - 6.3.8-2
- define %{asus_system_units} to make rhe spec a bit cleaner
- and only call %%systemd_* once
* Fri May 08 2026 Owen Zimmerman <owen@fyralabs.com> - 6.3.7-3
- Use new macros, clean some stuff up