From fd5350a4f90c5d49710cc229d8c4a891acea21e3 Mon Sep 17 00:00:00 2001 From: xingxing Date: Sat, 25 Dec 2021 15:24:54 +0800 Subject: [PATCH] fix update error --- gpm.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gpm.spec b/gpm.spec index 2c27a46..9039389 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,6 +1,6 @@ Name: gpm Version: 1.20.7 -Release: 22 +Release: 23 Summary: The gpm package contains a mouse server for the console and xterm License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only URL: https://www.nico.schottelius.org/software/gpm/ @@ -76,20 +76,16 @@ cp %{SOURCE1} %{buildroot}%{_unitdir} chmod 644 %{buildroot}%{_unitdir}/gpm.service %post -%systemd_post gpm.service if [ -e %{_infodir}/gpm.info.gz ]; then /sbin/install-info %{_infodir}/gpm.info.gz %{_infodir}/dir || : fi %preun -%systemd_preun gpm.service if [ $1 = 0 -a -e %{_infodir}/gpm.info.gz ]; then /sbin/install-info %{_infodir}/gpm.info.gz --delete %{_infodir}/dir || : fi %postun -%systemd_postun_with_restart gpm.servic - %ldconfig_post %ldconfig_postun @@ -115,6 +111,9 @@ fi %{_mandir}/man?/* %changelog +* Sat Dec 25 2021 xingxing - 1.20.7-23 +- fix update error + * Fri Dec 11 2020 zhujunhao - 1.20.7-22 - modify for patch invalid