Update to 177-1
- Storage: Support LUKS v2 - Support centrally-managed SSH known hosts - Drop support for Internet Explorer
This commit is contained in:
parent
8125f9045c
commit
1a6f3c1526
1
.gitignore
vendored
1
.gitignore
vendored
@ -134,3 +134,4 @@
|
||||
/cockpit-173.tar.xz
|
||||
/cockpit-174.tar.xz
|
||||
/cockpit-175.tar.xz
|
||||
/cockpit-177.tar.xz
|
||||
|
20
cockpit.spec
20
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 175
|
||||
Version: 177
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -155,7 +155,7 @@ if [ -n "%{patches}" ]; then
|
||||
git config core.autocrlf false && git config core.safecrlf false && git config gc.auto 0
|
||||
git add -f . && git commit -a -q -m "Base" && git tag -a initial --message="initial"
|
||||
git am --whitespace=nowarn %{patches}
|
||||
touch -r $(git diff --name-only initial..HEAD) .git
|
||||
touch -r $(git diff --name-only initial..HEAD) .git Makefile.in
|
||||
rm -rf .git
|
||||
fi
|
||||
|
||||
@ -463,6 +463,14 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
||||
Provides: cockpit-subscriptions = %{version}-%{release}
|
||||
Requires: subscription-manager >= 1.13
|
||||
%endif
|
||||
# NPM modules which are also available as packages
|
||||
Provides: bundled(js-jquery) = 3.3.1
|
||||
Provides: bundled(js-moment) = 2.22.2
|
||||
Provides: bundled(nodejs-flot) = 0.8.3
|
||||
Provides: bundled(nodejs-promise) = 8.0.1
|
||||
Provides: bundled(nodejs-requirejs) = 2.1.22
|
||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.8.0
|
||||
Provides: bundled(xstatic-patternfly-common) = 3.35.1
|
||||
|
||||
%description system
|
||||
This package contains the Cockpit shell and system configuration interfaces.
|
||||
@ -496,7 +504,7 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
||||
%doc %{_mandir}/man8/pam_ssh_add.8.gz
|
||||
%config(noreplace) %{_sysconfdir}/cockpit/ws-certs.d
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
||||
%config %{_sysconfdir}/issue.d/cockpit
|
||||
%config %{_sysconfdir}/issue.d/cockpit.issue
|
||||
%config %{_sysconfdir}/motd.d/cockpit
|
||||
%{_datadir}/cockpit/motd/update-motd
|
||||
%{_datadir}/cockpit/motd/inactive.motd
|
||||
@ -814,6 +822,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 05 2018 Martin Pitt <martin@piware.de> - 177-1
|
||||
|
||||
- Storage: Support LUKS v2
|
||||
- Support centrally-managed SSH known hosts
|
||||
- Drop support for Internet Explorer
|
||||
|
||||
* Wed Aug 08 2018 Marius Vollmer <mvollmer@redhat.com> - 175-1
|
||||
|
||||
- Network bound disk encryption
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-175.tar.xz) = adcdb19f9bd392bbd811ef50e0d1ad93e3c022907b5a44d41b59afa61f6173a8a871d04cc3c5fc8be3efd8f3991da84618182ee581b5005ea3b09e9740213ee6
|
||||
SHA512 (cockpit-177.tar.xz) = a2bace6c7b5369bd1615d5d45c326f16e572d8741f685ea05b92f23148e9fc89d5f9a1cfd9bd368e48f6bbefcd88b61cdd8bf2b1c30815e0bc14b6ab65abd073
|
||||
|
Loading…
Reference in New Issue
Block a user