Update to 175-1
- Network bound disk encryption
This commit is contained in:
parent
ea774952cb
commit
8125f9045c
1
.gitignore
vendored
1
.gitignore
vendored
@ -133,3 +133,4 @@
|
||||
/cockpit-171.tar.xz
|
||||
/cockpit-173.tar.xz
|
||||
/cockpit-174.tar.xz
|
||||
/cockpit-175.tar.xz
|
||||
|
29
cockpit.spec
29
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 174
|
||||
Version: 175
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -251,9 +251,6 @@ find %{buildroot}%{_datadir}/cockpit/storaged -type f >> storaged.list
|
||||
echo '%dir %{_datadir}/cockpit/networkmanager' > networkmanager.list
|
||||
find %{buildroot}%{_datadir}/cockpit/networkmanager -type f >> networkmanager.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/ostree' > ostree.list
|
||||
find %{buildroot}%{_datadir}/cockpit/ostree -type f >> ostree.list
|
||||
|
||||
echo '%dir %{_datadir}/cockpit/packagekit' >> packagekit.list
|
||||
find %{buildroot}%{_datadir}/cockpit/packagekit -type f >> packagekit.list
|
||||
|
||||
@ -323,7 +320,7 @@ rm -f %{buildroot}%{_libexecdir}/cockpit-ssh
|
||||
|
||||
# when not building optional packages, remove their files
|
||||
%if 0%{?build_optional} == 0
|
||||
for pkg in apps dashboard docker kubernetes machines ostree ovirt packagekit pcp playground storaged; do
|
||||
for pkg in apps dashboard docker kubernetes machines ovirt packagekit pcp playground storaged; do
|
||||
rm -rf %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||
done
|
||||
# files from -tests
|
||||
@ -634,6 +631,7 @@ Requires: udisks2 >= 2.6
|
||||
Recommends: udisks2-lvm2 >= 2.6
|
||||
Recommends: udisks2-iscsi >= 2.6
|
||||
Recommends: device-mapper-multipath
|
||||
Recommends: clevis-luks
|
||||
%else
|
||||
# Fedora < 27
|
||||
Requires: storaged >= 2.1.1
|
||||
@ -710,23 +708,6 @@ The Cockpit components for managing oVirt virtual machines.
|
||||
|
||||
%files -n cockpit-machines-ovirt -f ovirt.list
|
||||
|
||||
%package -n cockpit-ostree
|
||||
BuildArch: noarch
|
||||
Summary: Cockpit user interface for rpm-ostree
|
||||
# Requires: Uses new translations functionality
|
||||
Requires: cockpit-bridge >= 124.x
|
||||
Requires: cockpit-system >= 124.x
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} < 24
|
||||
Requires: rpm-ostree >= 2015.10-1
|
||||
%else
|
||||
Requires: /usr/libexec/rpm-ostreed
|
||||
%endif
|
||||
|
||||
%description -n cockpit-ostree
|
||||
The Cockpit components for managing software updates for ostree based systems.
|
||||
|
||||
%files -n cockpit-ostree -f ostree.list
|
||||
|
||||
%package -n cockpit-pcp
|
||||
Summary: Cockpit PCP integration
|
||||
Requires: cockpit-bridge >= 134.x
|
||||
@ -833,6 +814,10 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Aug 08 2018 Marius Vollmer <mvollmer@redhat.com> - 175-1
|
||||
|
||||
- Network bound disk encryption
|
||||
|
||||
* Wed Aug 01 2018 Marius Vollmer <mvollmer@redhat.com> - 174-1
|
||||
|
||||
- Kubernetes: VM detail page
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-174.tar.xz) = 5d072804e915be209829dee2ab4629b3d7e141959892c8cb2abcb1d3e19e6c30011362cddb332dac48f15bcf999247717dbc0b388a92187bfe1aec711ef98454
|
||||
SHA512 (cockpit-175.tar.xz) = adcdb19f9bd392bbd811ef50e0d1ad93e3c022907b5a44d41b59afa61f6173a8a871d04cc3c5fc8be3efd8f3991da84618182ee581b5005ea3b09e9740213ee6
|
||||
|
Loading…
Reference in New Issue
Block a user