Update to 224-1
- machines/services: Multiple bug fixes
This commit is contained in:
parent
a464c2534b
commit
6144e268a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -183,3 +183,4 @@
|
||||
/cockpit-222.tar.xz
|
||||
/cockpit-222.1.tar.xz
|
||||
/cockpit-223.tar.xz
|
||||
/cockpit-224.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 223
|
||||
Version: 224
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -190,7 +190,7 @@ exec 2>&1
|
||||
%{?testsuite_skip} make -j4 check %{?testsuite_fail}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
make install-tests DESTDIR=%{buildroot}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
||||
install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
|
||||
@ -742,6 +742,10 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jul 22 2020 Katerina Koukiou <kkoukiou@redhat.com> - 224-1
|
||||
|
||||
- machines/services: Multiple bug fixes
|
||||
|
||||
* Wed Jul 08 2020 Katerina Koukiou <kkoukiou@redhat.com> - 223-1
|
||||
|
||||
- Webserver: Standard-conformant lifetime of web server Certificate
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-223.tar.xz) = 683a3411f74bcb2dd8fc2ae0fa3c5c7b8adab3705edf99cf305858c92a453b06315218c485d0234b48c643a3dab2aa04466cf5dac5a1b56096dc7930483948b1
|
||||
SHA512 (cockpit-224.tar.xz) = 642617dacb3fe24fa2edcb8ad7dd085afead4894845a2cc3a3fa04ec2cb60c2b0af58f7a8422789c851fcaaf9938b484da255c6180de240f42568de82bd9ac1e
|
||||
|
Loading…
Reference in New Issue
Block a user