From d881e4362999f0c676f47e18675fa2ee256cc3cf Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 28 Dec 2020 20:50:00 +0800 Subject: [PATCH] remove redundancy %{?dist} (cherry picked from commit f00cbf88061c98a7557e99f5bcb8979abf271b0d) --- libupnp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libupnp.spec b/libupnp.spec index 5e69108..fa01a19 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,7 +1,7 @@ Version: 1.8.4 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 1%{?dist} +Release: 2 License: BSD URL: https://sourceforge.net/projects/pupnp Source: https://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2 @@ -61,5 +61,8 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_libdir}/pkgconfig/libupnp.pc %changelog +* Mon Dec 28 2020 Ge Wang - 1.8.4-2 +- Remove redundancy %{?dist} + * Thu Jul 23 2020 Zhao Yang  - 1.8.4-1 -- Initial release for OpenEuler \ No newline at end of file +- Initial release for OpenEuler