From 5414c53721472f5e8a9f183b23f178a1795c356b Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Fri, 6 Dec 2024 00:11:42 +0100 Subject: [PATCH] - release 2024.01 --- lsb-release.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lsb-release.spec b/lsb-release.spec index 2cd4dd3..032a2cc 100644 --- a/lsb-release.spec +++ b/lsb-release.spec @@ -1,6 +1,12 @@ + # Define this to link to which library version eg. /lib64/ld-lsb-x86-64.so.3 %define lsbsover 3 +%ifarch aarch64 +%global archname aarch64 +%global ldso ld-linux-aarch64.so.1 +%global lsbldso ld-lsb-aarch64.so +%endif %ifarch %{ix86} %define archname ia32 %define ldso ld-linux.so.2 @@ -43,7 +49,7 @@ %define lsbldso ld-lsb-x32.so %endif -%ifarch ia64 ppc64 s390x x86_64 +%ifarch ia64 ppc64 s390x x86_64 aarch64 %define qual ()(64bit) %else %ifarch x32 @@ -57,7 +63,7 @@ Summary: LSB base libraries support for TLD Linux Summary(pl.UTF-8): Narzędzia LSB (Linux Standard Base) Name: lsb-release Version: 4.0 -Release: 3 +Release: 4 License: GPL v2+ Group: Base #Source0: http://dl.sourceforge.net/lsb/%{name}-2.0.tar.gz @@ -71,7 +77,7 @@ BuildRequires: util-linux Requires: coreutils Requires: glibc Requires: util-linux -ExclusiveArch: %{ix86} ia64 %{x8664} x32 ppc ppc64 s390 s390x +ExclusiveArch: %{ix86} ia64 %{x8664} x32 ppc ppc64 s390 s390x aarch64 # dependency for primary LSB application for v1.3 Provides: lsb = %{version} # dependency for primary LSB application for v2.0 and v3.0 @@ -140,7 +146,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d cat > $RPM_BUILD_ROOT%{_sysconfdir}/lsb-release << 'EOF' LSB_VERSION=lsb-%{version}-%{archname}:lsb-%{version}-noarch DISTRIB_ID=TLD -DISTRIB_RELEASE=2015.01 +DISTRIB_RELEASE=2024.01 DISTRIB_CODENAME=Ti DISTRIB_DESCRIPTION="TLD Linux" EOF -- 2.47.1