!13 fix Failed to start redshift-gtk.service
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
f4b49bf0f2
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: redshift
|
Name: redshift
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Adjusts the color temperature of your screen according to time of day
|
Summary: Adjusts the color temperature of your screen according to time of day
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
|
||||||
@ -76,11 +76,15 @@ autopoint -f && AUTOPOINT="intltoolize --automake --copy" autoreconf -f -i
|
|||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
|
||||||
|
|
||||||
%post
|
%post -n %{name}-gtk
|
||||||
%systemd_user_post %{name}-gtk.service
|
%systemd_user_post %{name}-gtk.service
|
||||||
|
%post
|
||||||
|
%systemd_user_post %{name}.service
|
||||||
|
|
||||||
%preun
|
%preun -n %{name}-gtk
|
||||||
%systemd_user_preun %{name}-gtk.service
|
%systemd_user_preun %{name}-gtk.service
|
||||||
|
%preun
|
||||||
|
%systemd_user_preun %{name}.service
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -104,6 +108,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
|
|||||||
%{_userunitdir}/%{name}-gtk.service
|
%{_userunitdir}/%{name}-gtk.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 29 2022 huayadong <huayadong@kylinos.cn> - 1.12-5
|
||||||
|
- fix Failed to start redshift-gtk.service
|
||||||
|
|
||||||
* Mon Dec 28 2020 wangxiao <wangxiao65@huawei.com> - 1.12-4
|
* Mon Dec 28 2020 wangxiao <wangxiao65@huawei.com> - 1.12-4
|
||||||
- remove redundant %{?dist}
|
- remove redundant %{?dist}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user