From 58dfa95eb0ececcc1d22ba9728dea473870114ef Mon Sep 17 00:00:00 2001 From: xiezhiheng Date: Wed, 5 Jan 2022 15:10:17 +0800 Subject: [PATCH] [SPEC] Delete gdb/auto-load folder ownership Return the ownership of gdb/auto-load folder to gdb-headless. (cherry picked from commit 432628ced3e8240aa269f58e2a6b02c7ceecb84a) --- gcc.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gcc.spec b/gcc.spec index f57303a..f6e8676 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,4 +1,4 @@ -%global DATE 20210914 +%global DATE 20220105 %global gcc_version 10.3.1 %global gcc_major 10.3.1 @@ -63,7 +63,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{DATE}.5 +Release: %{DATE}.6 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -1971,10 +1971,6 @@ end %files -n libstdc++ %{_prefix}/%{_lib}/libstdc++.so.6* -%dir %{_datadir}/gdb -%dir %{_datadir}/gdb/auto-load -%dir %{_datadir}/gdb/auto-load/%{_prefix} -%dir %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/ # Package symlink to keep compatibility %ifarch riscv64 %{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/lp64d @@ -2573,6 +2569,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Wed Jan 05 2022 eastb233 - 10.3.1-20220105.6 +- Type:SPEC +- ID:NA +- SUG:NA +- DESC:Return the ownership of gdb/auto-load folder to gdb-headless + * Tue Sep 14 2021 eastb233 - 10.3.1-20210914.5 - Type:Sync - ID:NA -- Gitee