Update to 134-1
- Show /etc/motd in the "System" task page - Drop "System" service actions which are intended for scripts - Make login page translatable - NetworkManager now activates slave interfaces by itself - Add call timeout option to the cockpit.dbus() API - The Debian packaging is now able to apply binary patches
This commit is contained in:
parent
bb227b6245
commit
5cbb98b728
1
.gitignore
vendored
1
.gitignore
vendored
@ -102,3 +102,4 @@
|
||||
/cockpit-131.tar.xz
|
||||
/cockpit-132.tar.xz
|
||||
/cockpit-133.tar.xz
|
||||
/cockpit-134.tar.xz
|
||||
|
12
cockpit.spec
12
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 133
|
||||
Version: 134
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -127,6 +127,7 @@ machines.
|
||||
# Apply patches using git in order to support binary patches. Note that
|
||||
# we also reset mtimes since patches should be "complete" and include both
|
||||
# generated and source file changes
|
||||
# Keep this in sync with tools/debian/rules.
|
||||
if [ -n "%{patches}" ]; then
|
||||
git init
|
||||
git config user.email "unused@example.com" && git config user.name "Unused"
|
||||
@ -611,6 +612,15 @@ cluster. Installed on the Kubernetes master. This package is not yet complete.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Mar 09 2017 Martin Pitt <<mpitt@redhat.com>> - 134-1
|
||||
|
||||
- Show /etc/motd in the "System" task page
|
||||
- Drop "System" service actions which are intended for scripts
|
||||
- Make login page translatable
|
||||
- NetworkManager now activates slave interfaces by itself
|
||||
- Add call timeout option to the cockpit.dbus() API
|
||||
- The Debian packaging is now able to apply binary patches
|
||||
|
||||
* Thu Mar 02 2017 Martin Pitt <<mpitt@redhat.com>> - 133-1
|
||||
|
||||
- Remotely managed machines are now configured in /etc/cockpit/machines.d/*.json
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-133.tar.xz) = 91381d5bb5293eb421f0a400e7b5b3b57260fcd1f45a05e15499c93a39d384bcddc86d1a473613e2af2278547c99a8bf06b1b8a85da5c2c7e0dad10043abbdfa
|
||||
SHA512 (cockpit-134.tar.xz) = 1b5ad783abfa2dc951a3acd99d49505d969f5c3bc4db7b9ed21f8be088863ae0a118a6217e80e2b273a5d45891d363fe927e65c26ece8e4bdf787ebed0658993
|
||||
|
Loading…
Reference in New Issue
Block a user