From 81f10910a86ff3371b2a03736cec36eb155fc8df Mon Sep 17 00:00:00 2001 From: wangxiao65 <287608437@qq.com> Date: Mon, 28 Dec 2020 16:38:54 +0800 Subject: [PATCH] remove redundant %{?dist} (cherry picked from commit 62f2cb7198cf6bbbc7b5db98f19cb5ecabc7cf40) --- redshift.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redshift.spec b/redshift.spec index 792b5dc..7415213 100644 --- a/redshift.spec +++ b/redshift.spec @@ -6,7 +6,7 @@ Name: redshift Version: 1.12 -Release: 3%{dist} +Release: 4 Summary: Adjusts the color temperature of your screen according to time of day License: GPLv3+ @@ -104,5 +104,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop %{_userunitdir}/%{name}-gtk.service %changelog +* Mon Dec 28 2020 wangxiao - 1.12-4 +- remove redundant %{?dist} + * Thu Jul 23 2020 Zhao Yang  - 1.12-3 - Initial release for OpenEuler -- Gitee