Update to version 0.91

* Fix computing of graph samples on 32-bit OS
 * Distribute licenses of included components
 * Distribute development dependencies
 * Support 'make clean' properly in the tarball
This commit is contained in:
Cockpit Project 2016-01-14 21:31:10 +00:00
parent 459b46ff9c
commit abb73c3914
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -68,3 +68,4 @@
/cockpit-0.88.tar.bz2
/cockpit-0.89.tar.bz2
/cockpit-0.90.tar.bz2
/cockpit-0.91.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.90
%define tag 0.91
%define rev 1
#
# This file is maintained at the following location:
@ -48,7 +48,7 @@ URL: http://cockpit-project.org/
%if %{defined gitcommit}
Source0: cockpit-%{version}.tar.gz
%else
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.bz2
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
%endif
BuildRequires: pkgconfig(gio-unix-2.0)
@ -468,6 +468,12 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Thu Jan 14 2016 Stef Walter <stefw@redhat.com> - 0.91-1
- * Fix computing of graph samples on 32-bit OS
- * Distribute licenses of included components
- * Distribute development dependencies
- * Support 'make clean' properly in the tarball
* Tue Jan 05 2016 Stef Walter <stefw@redhat.com> - 0.90-1
- * Fix Content-Security-Policy which broke loading in certain situations
- * Deal correctly with failures trying to join unsupported domains

View File

@ -1 +1 @@
4f581398a4f106af5054b65ae6c101c9 cockpit-0.90.tar.bz2
5f2647b645900bedca1d42708160c041 cockpit-0.91.tar.xz