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:
parent
459b46ff9c
commit
abb73c3914
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@
|
||||
/cockpit-0.88.tar.bz2
|
||||
/cockpit-0.89.tar.bz2
|
||||
/cockpit-0.90.tar.bz2
|
||||
/cockpit-0.91.tar.xz
|
||||
|
10
cockpit.spec
10
cockpit.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user