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:
parent
de51d8553e
commit
d3e5235fb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
||||
/cockpit-0.76.tar.bz2
|
||||
/cockpit-0.77.tar.bz2
|
||||
/cockpit-0.78.tar.bz2
|
||||
/cockpit-0.79.tar.bz2
|
||||
|
12
cockpit.spec
12
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user