strip binary file
(cherry picked from commit a79872b261c1916c9a1d389d27dd4c5d944418f3)
This commit is contained in:
parent
8778522faf
commit
4edd9c5844
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%bcond_with pcp
|
%bcond_with pcp
|
||||||
Name: cockpit
|
Name: cockpit
|
||||||
Version: 178
|
Version: 178
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers
|
Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
@ -102,6 +102,7 @@ man help files.
|
|||||||
make install-tests DESTDIR=%{buildroot}
|
make install-tests DESTDIR=%{buildroot}
|
||||||
|
|
||||||
install -Dpm644 tools/cockpit.pam %{buildroot}%{_sysconfdir}/pam.d/cockpit
|
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
|
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}
|
%doc %{_mandir}/man8/{cockpit-ws.8.gz,remotectl.8.gz,pam_ssh_add.8.gz}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 178-12
|
||||||
|
- strip binary file
|
||||||
|
|
||||||
* Fri Sep 24 2021 wangkerong <wangkerong> - 178-11
|
* Fri Sep 24 2021 wangkerong <wangkerong> - 178-11
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- Id:CVE-2021-3660
|
- Id:CVE-2021-3660
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
- DESC:fix cve-2021-3660
|
- 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
|
- delete gdb in buildrequires
|
||||||
|
|
||||||
* Wed May 26 2021 liuyumeng <liuyumeng5@huawei.com> - 178-9
|
* Wed May 26 2021 liuyumeng <liuyumeng5@huawei.com> - 178-9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user