From 4bdf1ca78754fdffcff67a8ac7eca79b74d79e17 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Tue, 9 Aug 2022 17:08:34 +0800 Subject: [PATCH] fix the problem of remove redshift-gtk.service --- redshift.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redshift.spec b/redshift.spec index c500e2b..515291c 100644 --- a/redshift.spec +++ b/redshift.spec @@ -6,7 +6,7 @@ Name: redshift Version: 1.12 -Release: 5 +Release: 6 Summary: Adjusts the color temperature of your screen according to time of day License: GPLv3+ @@ -87,7 +87,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop %systemd_user_preun %{name}-gtk.service %preun -%systemd_user_preun %{name}.servic +%systemd_user_preun %{name}.service %files -f %{name}.lang %doc DESIGN CONTRIBUTING.md NEWS NEWS.md README README-colorramp README.md redshift.conf.sample @@ -110,6 +110,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop %{_userunitdir}/%{name}-gtk.service %changelog +* Tue Aug 09 2022 peijiankang  - 1.12-6 +- fix the problem of remove redshift-gtk.service + * Tue Mar 08 2022 tanyulong  - 1.12-5 - fix Failed to start redshift-gtk.service -- Gitee