From 1f42830a9fda32eeafe625f066e57a0512a42146 Mon Sep 17 00:00:00 2001 From: "chenyuao.cya" Date: Tue, 7 Mar 2023 19:11:52 +0800 Subject: [PATCH] remove redundant dependencies which was introduced for so compatibility --- libcbor.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libcbor.spec b/libcbor.spec index 5d0ee19..8386291 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: libcbor Version: 0.10.2 @@ -16,7 +16,6 @@ BuildRequires: python3-breathe BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme BuildRequires: make -BuildRequires: libcbor %description libcbor is a C library for parsing and generating CBOR. @@ -49,7 +48,6 @@ make man %install %make_install -cp -r %{_libdir}/libcbor.so.0* %{buildroot}/%{_libdir}/ mkdir -p %{buildroot}%{_mandir}/man3 cp doc/build/man/* %{buildroot}%{_mandir}/man3 @@ -74,6 +72,9 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man3 %{_mandir}/man3/libcbor.3* %changelog +* Tue Mar 07 2023 chen_yu_ao - 0.10.2-2 +- remove redundant dependencies which was introduced for so compatibility + * Thu Feb 16 2023 chen_yu_ao - 0.10.2-1 - update version to 0.10.2 -- Gitee