From: Marcin Krol <hawk@tld-linux.org>
Date: Thu, 5 Dec 2024 23:11:42 +0000 (+0100)
Subject: - release 2024.01
X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;p=packages%2Flsb-release.git

- release 2024.01
---

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