Update to 158-1
- Add check boxes for common NFS mount options - Clarify Software Update status if only security updates are available - Create self-signed certificates with SubjectAltName
This commit is contained in:
parent
62046ac228
commit
23c077cc32
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@
|
|||||||
/cockpit-155.tar.xz
|
/cockpit-155.tar.xz
|
||||||
/cockpit-156.tar.xz
|
/cockpit-156.tar.xz
|
||||||
/cockpit-157.tar.xz
|
/cockpit-157.tar.xz
|
||||||
|
/cockpit-158.tar.xz
|
||||||
|
27
cockpit.spec
27
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 157
|
Version: 158
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -391,25 +391,6 @@ bastion hosts, and a basic dashboard.
|
|||||||
%files dashboard -f dashboard.list
|
%files dashboard -f dashboard.list
|
||||||
%{_libexecdir}/cockpit-ssh
|
%{_libexecdir}/cockpit-ssh
|
||||||
|
|
||||||
%post dashboard
|
|
||||||
# HACK: Until policy changes make it downstream
|
|
||||||
echo "Applying workaround for broken SELinux policy: https://bugzilla.redhat.com/show_bug.cgi?id=1381331" >&2
|
|
||||||
if type semanage >/dev/null 2>&1; then
|
|
||||||
semanage fcontext -a %{_libexecdir}/cockpit-ssh -t cockpit_ws_exec_t || true
|
|
||||||
restorecon %{_libexecdir}/cockpit-ssh || true
|
|
||||||
else
|
|
||||||
chcon -t cockpit_ws_exec_t %{_libexecdir}/cockpit-ssh || true
|
|
||||||
fi
|
|
||||||
%if 0%{?fedora} > 0 && 0%{?fedora} >= 26
|
|
||||||
if type semodule >/dev/null 2>&1; then
|
|
||||||
tmp=$(mktemp -d)
|
|
||||||
echo 'module local 1.0; require { type cockpit_ws_exec_t; type cockpit_ws_t; class file execute_no_trans; } allow cockpit_ws_t cockpit_ws_exec_t:file execute_no_trans;' > "$tmp/local.te"
|
|
||||||
checkmodule -M -m -o "$tmp/local.mod" "$tmp/local.te"
|
|
||||||
semodule_package -o "$tmp/local.pp" -m "$tmp/local.mod"
|
|
||||||
semodule -i "$tmp/local.pp"
|
|
||||||
rm -rf "$tmp"
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# storaged on RHEL 7.4 and Fedora < 27, udisks on newer ones
|
# storaged on RHEL 7.4 and Fedora < 27, udisks on newer ones
|
||||||
@ -722,6 +703,12 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 13 2017 Martin Pitt <martin@piware.de> - 158-1
|
||||||
|
|
||||||
|
- Add check boxes for common NFS mount options
|
||||||
|
- Clarify Software Update status if only security updates are available
|
||||||
|
- Create self-signed certificates with SubjectAltName
|
||||||
|
|
||||||
* Thu Nov 30 2017 Martin Pitt <martin@piware.de> - 157-1
|
* Thu Nov 30 2017 Martin Pitt <martin@piware.de> - 157-1
|
||||||
|
|
||||||
- Add Networks tab to overview on Machines page
|
- Add Networks tab to overview on Machines page
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-157.tar.xz) = ccea493fe720b6ea45cc228e349be5fa75d0e348091ced1f7474362fd8776302cef3b886b8f65f56e4d84714fcdcb3e6eb6ac5fe458531d2209bfee4464e19ac
|
SHA512 (cockpit-158.tar.xz) = fd437446151d70528f581d60c9579bfe4cffbd3fc7b0f01dfac0a5f1203d0d552032580ad6eaeb65fd8e70401c8e18b18c7dfcbb660743262be66b43133b98a5
|
||||||
|
Loading…
Reference in New Issue
Block a user