Update to version 0.79

* Vagrant file for Cockpit development
 * Use libvirt for testing
 * Display only last lines of Kubernetes container logs
This commit is contained in:
Cockpit Project 2015-10-07 20:30:46 +00:00
parent de51d8553e
commit d3e5235fb0
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@
/cockpit-0.76.tar.bz2
/cockpit-0.77.tar.bz2
/cockpit-0.78.tar.bz2
/cockpit-0.79.tar.bz2

View File

@ -1,5 +1,5 @@
%define tag 0.78
%define rel 1
%define tag 0.79
%define rev 1
#
# This file is maintained at the following location:
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
@ -63,7 +63,6 @@ Source0: cockpit-%{version}.tar.gz
%else
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.bz2
%endif
Source1: cockpit.pam
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(json-glib-1.0)
@ -190,7 +189,7 @@ cp src/bridge/polkit-workarounds.rules %{buildroot}/%{_datadir}/polkit-1/rules.d
rm -rf %{buildroot}/%{_datadir}/%{name}/playground
%endif
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
rm -f %{buildroot}/%{_libdir}/cockpit/*.so
install -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/%{name}/
%if 0%{?selinux}
@ -483,6 +482,11 @@ fi
%endif
%changelog
* Wed Oct 07 2015 Stef Walter <stefw@redhat.com> - 0.79-1
- * Vagrant file for Cockpit development
- * Use libvirt for testing
- * Display only last lines of Kubernetes container logs
* Wed Sep 30 2015 Stef Walter <stefw@redhat.com> - 0.78-1
- * Fix extreme CPU usage issue in 0.77 release
- * Fix compatibility with older releases

View File

@ -1 +1 @@
f3f94e76f2a0bb9973f6c4e8a8dd704b cockpit-0.78.tar.bz2
e9ce1c53976320efabb0259604da7b30 cockpit-0.79.tar.bz2