From 85e8076a5ae8e82234546323cbaf5f06ff5ce883 Mon Sep 17 00:00:00 2001 From: openeuler-sync-bot Date: Sun, 25 Jun 2023 08:27:55 +0000 Subject: [PATCH] =?UTF-8?q?!230=20[sync]=20PR-228:=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=86=97=E4=BD=99=E6=9E=B6=E6=9E=84=E5=AE=8F=E5=92=8CProvides?= =?UTF-8?q?=20*=20remove=20redundant=20arch=20protection=20macros=20and=20?= =?UTF-8?q?provides?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lcr.spec | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/lcr.spec b/lcr.spec index a6b1cfc..916c6ad 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.1.1 -%global _release 6 +%global _release 7 %global _inner_name isula_libutils Name: lcr @@ -37,21 +37,6 @@ BuildRequires: lxc-devel > %{lxcver_lower} lxc-devel < %{lxcver_upper} BuildRequires: zlib-devel yajl-devel gtest-devel Requires: lxc > %{lxcver_lower} lxc < %{lxcver_upper} yajl zlib -%ifarch x86_64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - -%ifarch aarch64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - -%ifarch loongarch64 -Provides: liblcr.so()(64bit) -Provides: libisula_libutils.so()(64bit) -%endif - %description Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be @@ -64,18 +49,15 @@ lxc-based containers. %package devel Summary: Huawei container runtime headers for developing programs Group: Libraries -ExclusiveArch: x86_64 aarch64 sw_64 loongarch64 Requires: %{name} = %{version}-%{release} %package -n libisula Summary: Huawei container json, log and utils C Library Group: Libraries -ExclusiveArch: x86_64 aarch64 sw_64 loongarch64 %package -n libisula-devel Summary: Huawei container json, log and utils C headers Group: Libraries -ExclusiveArch: x86_64 aarch64 sw_64 loongarch64 Requires: libisula = %{version}-%{release} %description devel @@ -145,6 +127,12 @@ rm -rf %{buildroot} %{_includedir}/%{_inner_name}/*.h %changelog +* Mon Jun 19 2023 laokz - 2.1.1-7 +- Type:enhancement +- CVE:NA +- SUG:NA +- DESC:remove redundant arch protection macros and provides + * Thu May 11 2023 zhangxiaoyu - 2.1.1-6 - Type:enhancement - CVE:NA