Update to 161-1
- New VMs can be created on Machines page - VMs running in Kubernetes can now be deleted - Improve LVM volume resizing - Add new Hardware Information page - Load Application metadata (Appstream) packages on demand on Debian/Ubuntu - Rename cockpit-ovirt package to cockpit-machines-ovirt - Stop advertising and supporting cockpit-bundled jQuery library
This commit is contained in:
parent
dc8aedd9e8
commit
13fdba3630
1
.gitignore
vendored
1
.gitignore
vendored
@ -122,3 +122,4 @@
|
|||||||
/cockpit-158.tar.xz
|
/cockpit-158.tar.xz
|
||||||
/cockpit-159.tar.xz
|
/cockpit-159.tar.xz
|
||||||
/cockpit-160.tar.xz
|
/cockpit-160.tar.xz
|
||||||
|
/cockpit-161.tar.xz
|
||||||
|
36
cockpit.spec
36
cockpit.spec
@ -1,6 +1,6 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 160
|
Version: 161
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
||||||
@ -136,7 +136,13 @@ fi
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
%configure --disable-silent-rules --with-cockpit-user=cockpit-ws --with-selinux-config-type=etc_t %{?rhel:--without-storaged-iscsi-sessions} %{!?build_dashboard:--disable-ssh}
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--with-cockpit-user=cockpit-ws \
|
||||||
|
--with-selinux-config-type=etc_t \
|
||||||
|
%{?rhel:--without-storaged-iscsi-sessions} \
|
||||||
|
--with-appstream-data-packages='[ "appstream-data" ]' \
|
||||||
|
%{!?build_dashboard:--disable-ssh}
|
||||||
make -j4 %{?extra_flags} all
|
make -j4 %{?extra_flags} all
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -307,6 +313,7 @@ system on behalf of the web based user interface.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Cockpit deployment and developer guide
|
Summary: Cockpit deployment and developer guide
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
The Cockpit Deployment and Developer Guide shows sysadmins how to
|
The Cockpit Deployment and Developer Guide shows sysadmins how to
|
||||||
@ -320,6 +327,7 @@ embed or extend Cockpit.
|
|||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
|
|
||||||
%package machines
|
%package machines
|
||||||
|
BuildArch: noarch
|
||||||
Summary: Cockpit user interface for virtual machines
|
Summary: Cockpit user interface for virtual machines
|
||||||
Requires: %{name}-bridge >= 122
|
Requires: %{name}-bridge >= 122
|
||||||
Requires: %{name}-system >= 122
|
Requires: %{name}-system >= 122
|
||||||
@ -331,17 +339,22 @@ The Cockpit components for managing virtual machines.
|
|||||||
|
|
||||||
%files machines -f machines.list
|
%files machines -f machines.list
|
||||||
|
|
||||||
%package ovirt
|
%package machines-ovirt
|
||||||
|
BuildArch: noarch
|
||||||
Summary: Cockpit user interface for oVirt virtual machines
|
Summary: Cockpit user interface for oVirt virtual machines
|
||||||
Requires: %{name}-bridge >= 122
|
Requires: %{name}-bridge >= 122
|
||||||
Requires: %{name}-system >= 122
|
Requires: %{name}-system >= 122
|
||||||
Requires: libvirt
|
Requires: libvirt
|
||||||
Requires: libvirt-client
|
Requires: libvirt-client
|
||||||
|
# package of old name "cockpit-ovirt" was shipped on fedora only
|
||||||
|
%if 0%{?fedora} >= 25
|
||||||
|
Obsoletes: %{name}-ovirt < 161
|
||||||
|
%endif
|
||||||
|
|
||||||
%description ovirt
|
%description machines-ovirt
|
||||||
The Cockpit components for managing oVirt virtual machines.
|
The Cockpit components for managing oVirt virtual machines.
|
||||||
|
|
||||||
%files ovirt -f ovirt.list
|
%files machines-ovirt -f ovirt.list
|
||||||
|
|
||||||
%package ostree
|
%package ostree
|
||||||
Summary: Cockpit user interface for rpm-ostree
|
Summary: Cockpit user interface for rpm-ostree
|
||||||
@ -693,6 +706,7 @@ cluster. Installed on the Kubernetes master. This package is not yet complete.
|
|||||||
|
|
||||||
%package packagekit
|
%package packagekit
|
||||||
Summary: Cockpit user interface for packages
|
Summary: Cockpit user interface for packages
|
||||||
|
BuildArch: noarch
|
||||||
Requires: %{name}-bridge >= 138
|
Requires: %{name}-bridge >= 138
|
||||||
Requires: PackageKit
|
Requires: PackageKit
|
||||||
|
|
||||||
@ -704,6 +718,16 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 07 2018 Martin Pitt <martin@piware.de> - 161-1
|
||||||
|
|
||||||
|
- New VMs can be created on Machines page
|
||||||
|
- VMs running in Kubernetes can now be deleted
|
||||||
|
- Improve LVM volume resizing
|
||||||
|
- Add new Hardware Information page
|
||||||
|
- Load Application metadata (Appstream) packages on demand on Debian/Ubuntu
|
||||||
|
- Rename cockpit-ovirt package to cockpit-machines-ovirt
|
||||||
|
- Stop advertising and supporting cockpit-bundled jQuery library
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 160-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 160-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-160.tar.xz) = bf2f2cf032a930c10cbb7ad781e66a87cdc6e42277f3fea4917da5b0e96c1147a9e5182be6b4c1773f0699dd76398853dd465f2bfc9503a3acbfe2c421b2ab70
|
SHA512 (cockpit-161.tar.xz) = ab0cf516242ba835e316fc2a80fc617815dd64f208441258a688f671e8d8bf7df308230d6c6964af8df551ca689c5d2ef40caf009ce61a0efb41988196e29586
|
||||||
|
Loading…
Reference in New Issue
Block a user