From fe8275b82659f4b382549b68cdf4336245922bc0 Mon Sep 17 00:00:00 2001 From: fun_yang Date: Wed, 11 Mar 2020 10:19:27 +0800 Subject: [PATCH] fix dependency --- libXp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXp.spec b/libXp.spec index 4a80730..c24391f 100644 --- a/libXp.spec +++ b/libXp.spec @@ -1,6 +1,6 @@ Name: libXp Version: 1.0.3 -Release: 5 +Release: 6 Summary: LibXp runtime library for X.Org License: MIT URL: http://www.x.org @@ -38,9 +38,9 @@ rm -rf %{buildroot} %delete_la -%post -p /usr/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -p /usr/sbin/ldconfig +%postun -p /sbin/ldconfig %files %doc AUTHORS COPYING ChangeLog @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/xp.pc %changelog +* Wed Mar 11 2020 yangjian - 1.0.3-6 +- Fix dependencies + * Fri Feb 28 2020 yanglijin - 1.0.3-5 - provides pkgconfig(printproto)