From 3ed1026981f120007191eef0863b6491492b4f95 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 8 Mar 2022 15:41:05 +0800 Subject: [PATCH] fix Failed to start redshift-gtk.service --- redshift.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/redshift.spec b/redshift.spec index 9d47740..c500e2b 100644 --- a/redshift.spec +++ b/redshift.spec @@ -6,7 +6,7 @@ Name: redshift Version: 1.12 -Release: 4 +Release: 5 Summary: Adjusts the color temperature of your screen according to time of day License: GPLv3+ @@ -76,12 +76,18 @@ autopoint -f && AUTOPOINT="intltoolize --automake --copy" autoreconf -f -i desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop -%post + +%post -n %{name}-gtk %systemd_user_post %{name}-gtk.service -%preun +%post +%systemd_user_post %{name}.service + +%preun -n %{name}-gtk %systemd_user_preun %{name}-gtk.service +%preun +%systemd_user_preun %{name}.servic %files -f %{name}.lang %doc DESIGN CONTRIBUTING.md NEWS NEWS.md README README-colorramp README.md redshift.conf.sample @@ -104,6 +110,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop %{_userunitdir}/%{name}-gtk.service %changelog +* Tue Mar 08 2022 tanyulong  - 1.12-5 +- fix Failed to start redshift-gtk.service + * Mon Dec 13 2021 liweigang  - 1.12-4 - delete %dist -- Gitee