From 4f89fcc1a317b11591e527e5f9ee197fce4a09a0 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Thu, 26 Nov 2020 09:47:54 +0800 Subject: [PATCH] Fix install warning --- gutenprint.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gutenprint.spec b/gutenprint.spec index fe1c733..9ccb393 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -1,8 +1,8 @@ Name: gutenprint Version: 5.2.14 -Release: 4 +Release: 5 Summary: A suite of printer drivers -License: GPLv2+ +License: GPLv2+ and MIT URL: http://gimp-print.sourceforge.net/ Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.bz2 Source1: cups-genppdupdate.py.in @@ -106,7 +106,8 @@ chrpath -d $RPM_BUILD_ROOT%{_cups_serverbin}/driver/* chrpath -d $RPM_BUILD_ROOT%{_cups_serverbin}/filter/* chrpath -d $RPM_BUILD_ROOT%{_bindir}/* -%post -p /sbin/ldconfig +%post +/sbin/ldconfig /usr/sbin/cups-genppdupdate &>/dev/null || : /sbin/service cups reload &>/dev/null || : exit 0 @@ -142,5 +143,8 @@ exit 0 %{_mandir}/man*/* %changelog +* Thu Nov 26 2020 liuweibo - 5.2.14-5 +- Fix install warning + * Sat Nov 30 2019 openEuler Buildteam - 5.2.14-4 - Package init