From b55e884a1858e3c0ca0b5aaf2b9378f87b510a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Sun, 1 Jan 2023 07:30:45 +0000 Subject: [PATCH] Bump release for upgrading from anolis 8 --- exiv2.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/exiv2.spec b/exiv2.spec index af8fbce..beb384d 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 3 %undefine __cmake_in_source_build @@ -21,7 +21,7 @@ BuildRequires: zlib-devel # docs BuildRequires: doxygen graphviz libxslt -Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description A command line utility to access image metadata, allowing one to: @@ -37,7 +37,7 @@ A command line utility to access image metadata, allowing one to: %package devel Summary: Header files, libraries and development documentation for %{name} -Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description devel %{summary}. @@ -91,8 +91,6 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %{_bindir}/exiv2 %{_mandir}/man1/exiv2*.1* -%ldconfig_scriptlets libs - %files libs %{_libdir}/libexiv2.so.27* %{_libdir}/libexiv2.so.%{internal_ver} @@ -108,6 +106,9 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %{_pkgdocdir}/ -%changelog -* Wed Apr 13 2022 Zhongling He 0.27.5-1 +%changelog +* Sun Jan 1 2023 Funda Wang - 0.27.5-3 +- Bump release for upgrading from anolis 8 + +* Wed Apr 13 2022 Zhongling He - 0.27.5-1 - Init package from upstream v0.27.5 -- Gitee