strip binary file

(cherry picked from commit a79872b261c1916c9a1d389d27dd4c5d944418f3)
This commit is contained in:
zhouwenpei 2022-12-13 06:27:17 +00:00 committed by openeuler-sync-bot
parent 8778522faf
commit 4edd9c5844
2 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
%bcond_with pcp
Name: cockpit
Version: 178
Release: 11
Release: 12
Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers
License: LGPLv2+
URL: https://cockpit-project.org/
@ -102,6 +102,7 @@ man help files.
make install-tests DESTDIR=%{buildroot}
install -Dpm644 tools/cockpit.pam %{buildroot}%{_sysconfdir}/pam.d/cockpit
strip %{buildroot}/%{_prefix}/lib/cockpit-test-assets/mock-pam-conv-mod.so
echo '{ "linguas": null }' > %{buildroot}%{_datadir}/cockpit/shell/override.json
@ -180,13 +181,16 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
%doc %{_mandir}/man8/{cockpit-ws.8.gz,remotectl.8.gz,pam_ssh_add.8.gz}
%changelog
* Tue Dec 13 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 178-12
- strip binary file
* Fri Sep 24 2021 wangkerong <wangkerong> - 178-11
- Type:CVE
- Id:CVE-2021-3660
- SUG:NA
- DESC:fix cve-2021-3660
* Thu Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 178-10
* Tue Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 178-10
- delete gdb in buildrequires
* Wed May 26 2021 liuyumeng <liuyumeng5@huawei.com> - 178-9