From 57a33ab3cecf9a94291aacbeaf6a970e9afc97c5 Mon Sep 17 00:00:00 2001 From: zhangshaoning Date: Mon, 3 Mar 2025 14:07:41 +0800 Subject: [PATCH] Add sw_64 support (cherry picked from commit a2f35aa821319e0419b31bb8a6f63b9e58f7c4b6) --- 0100-star-uos-add-sw64-support.patch | 12 ++++++++++++ star.spec | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 0100-star-uos-add-sw64-support.patch diff --git a/0100-star-uos-add-sw64-support.patch b/0100-star-uos-add-sw64-support.patch new file mode 100644 index 0000000..d16430a --- /dev/null +++ b/0100-star-uos-add-sw64-support.patch @@ -0,0 +1,12 @@ +diff -Naur a/RULES/MKLINKS b/RULES/MKLINKS +--- a/RULES/MKLINKS 2018-11-15 07:19:51.000000000 +0800 ++++ b/RULES/MKLINKS 2024-12-12 15:55:05.771844486 +0800 +@@ -464,6 +464,8 @@ + $symlink bepc-haiku-cc.rul x86_64-haiku-cc.rul + $symlink bepc-haiku-gcc.rul x86_64-haiku-gcc.rul + $symlink alpha-openvms-cc.rul alphaserver_ds20_500_mhz-openvms-cc.rul ++$symlink x86_64-linux-cc.rul sw_64-linux-cc.rul ++$symlink x86_64-linux-gcc.rul sw_64-linux-gcc.rul + $symlink rs6000-aix-cc.rul rs6000-aix-cc32.rul + $symlink rs6000-aix-cc.rul rs6000-aix-cc64.rul + $symlink rs6000-aix-gcc.rul rs6000-aix-gcc32.rul diff --git a/star.spec b/star.spec index cb2ad4d..d2fedbb 100644 --- a/star.spec +++ b/star.spec @@ -8,7 +8,7 @@ Name: star Version: 1.6 -Release: 9 +Release: 10 Summary: An archiver supports ACL License: CDDL-1.0 URL: http://freecode.com/projects/%{name} @@ -19,6 +19,7 @@ Patch1: star-1.5.2-bufferoverflow.patch Patch2: star-1.6-manpagereferences.patch Patch3: star-1.5.2-use-ssh-by-default.patch Patch4: bugfix-star-rmt-add-authority.patch +Patch5: 0100-star-uos-add-sw64-support.patch BuildRequires: libattr-devel libacl-devel libtool libselinux-devel e2fsprogs-devel Provides: scpio = %{version}-%{release} spax = %{version}-%{release} rmt = %{version}-%{release} @@ -139,6 +140,9 @@ fi %{_mandir}/man1/rmt.* %changelog +* Mon Mar 03 2025 zhangshaoning - 1.6-10 +- Add sw_64 support + * Wed Oct 9 zhoupengcheng - 1.6-9 - DESC:Check whether the lcap compilation option needs to be added.