From d3e5235fb062313238c0db16d1d12ac6b9fddbf2 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Wed, 7 Oct 2015 20:30:46 +0000 Subject: [PATCH] Update to version 0.79 * Vagrant file for Cockpit development * Use libvirt for testing * Display only last lines of Kubernetes container logs --- .gitignore | 1 + cockpit.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 59be037..1da5774 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /cockpit-0.76.tar.bz2 /cockpit-0.77.tar.bz2 /cockpit-0.78.tar.bz2 +/cockpit-0.79.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index d1f60d6..3175459 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -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 - 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 - 0.78-1 - * Fix extreme CPU usage issue in 0.77 release - * Fix compatibility with older releases diff --git a/sources b/sources index cb40791..a0e044d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3f94e76f2a0bb9973f6c4e8a8dd704b cockpit-0.78.tar.bz2 +e9ce1c53976320efabb0259604da7b30 cockpit-0.79.tar.bz2