Update to version 0.77
* Work better with multipath storage * Deletion of kubernetes objects * Cleaner URLs in the bookmark bar * Show a warning when adding too many machines * Make authentication work when embedding Cockpit * Complete componentizing Cockpit
This commit is contained in:
parent
ea66d9486e
commit
04c44f419c
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
||||
/cockpit-0.74.tar.bz2
|
||||
/cockpit-0.75.tar.bz2
|
||||
/cockpit-0.76.tar.bz2
|
||||
/cockpit-0.77.tar.bz2
|
||||
|
||||
13
cockpit.spec
13
cockpit.spec
@ -1,4 +1,4 @@
|
||||
%define tag 0.76
|
||||
%define tag 0.77
|
||||
%define rel 1
|
||||
# Globals that might be defined elsewhere
|
||||
# * gitcommit xxxx
|
||||
@ -69,7 +69,6 @@ BuildRequires: krb5-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: keyutils-libs-devel
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: sed
|
||||
|
||||
@ -270,9 +269,7 @@ cat subscriptions.list docker.list networkmanager.list >> shell.list
|
||||
%doc %{_mandir}/man1/cockpit-bridge.1.gz
|
||||
%{_bindir}/cockpit-bridge
|
||||
%attr(4755, -, -) %{_libexecdir}/cockpit-polkit
|
||||
%{_libexecdir}/cockpit-wrapper
|
||||
%{_libdir}/security/pam_reauthorize.so
|
||||
%{_datadir}/dbus-1/services/com.redhat.Cockpit.service
|
||||
|
||||
%files doc
|
||||
%exclude %{_docdir}/%{name}/AUTHORS
|
||||
@ -472,6 +469,14 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 22 2015 Stef Walter <stefw@redhat.com> - 0.77-1
|
||||
- * Work better with multipath storage
|
||||
- * Deletion of kubernetes objects
|
||||
- * Cleaner URLs in the bookmark bar
|
||||
- * Show a warning when adding too many machines
|
||||
- * Make authentication work when embedding Cockpit
|
||||
- * Complete componentizing Cockpit
|
||||
|
||||
* Wed Sep 16 2015 Stef Walter <stefw@redhat.com> - 0.76-1
|
||||
- * Fix displaying of network bonds
|
||||
- * Better Kubernetes filter bar, shell access
|
||||
|
||||
Loading…
Reference in New Issue
Block a user