!128 [SPEC] Delete gdb/auto-load folder ownership

Merge pull request !128 from eastb233/delete_gdb_path_master
This commit is contained in:
openeuler-ci-bot 2022-01-24 06:46:25 +00:00 committed by Gitee
commit 1a1a4d4645
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <xiezhiheng@huawei.com> - 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 <xiezhiheng@huawei.com> - 10.3.1-20210914.5
- Type:Sync
- ID:NA