Update to upstream release 303
Resolves: jira#RHEL-7017
This commit is contained in:
parent
a12843ec6b
commit
0cd78aebfd
2
.gitignore
vendored
2
.gitignore
vendored
@ -270,3 +270,5 @@
|
|||||||
/cockpit-299.tar.xz
|
/cockpit-299.tar.xz
|
||||||
/cockpit-300.tar.xz
|
/cockpit-300.tar.xz
|
||||||
/cockpit-301.tar.xz
|
/cockpit-301.tar.xz
|
||||||
|
/cockpit-302.tar.xz
|
||||||
|
/cockpit-303.tar.xz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.80.0.post35+g9430d702.
|
The file was generated using packit 0.84.0.
|
||||||
|
63
cockpit.spec
63
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 301
|
Version: 303
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||||
|
|
||||||
@ -224,8 +224,10 @@ echo '%dir %{_datadir}/cockpit/base1' >> base.list
|
|||||||
find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
||||||
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
||||||
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
||||||
|
%if 0%{?enable_old_bridge} && 0%{?build_basic}
|
||||||
echo '%dir %{_datadir}/cockpit/ssh' >> base.list
|
echo '%dir %{_datadir}/cockpit/ssh' >> base.list
|
||||||
find %{buildroot}%{_datadir}/cockpit/ssh -type f >> base.list
|
find %{buildroot}%{_datadir}/cockpit/ssh -type f >> base.list
|
||||||
|
%endif
|
||||||
echo '%{_libexecdir}/cockpit-ssh' >> base.list
|
echo '%{_libexecdir}/cockpit-ssh' >> base.list
|
||||||
|
|
||||||
echo '%dir %{_datadir}/cockpit/pcp' > pcp.list
|
echo '%dir %{_datadir}/cockpit/pcp' > pcp.list
|
||||||
@ -273,7 +275,7 @@ find %{buildroot}%{_datadir}/cockpit/static -type f >> static.list
|
|||||||
|
|
||||||
# when not building basic packages, remove their files
|
# when not building basic packages, remove their files
|
||||||
%if 0%{?build_basic} == 0
|
%if 0%{?build_basic} == 0
|
||||||
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd users metrics; do
|
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport static systemd users metrics; do
|
||||||
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||||
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
||||||
done
|
done
|
||||||
@ -282,7 +284,7 @@ for data in doc man pixmaps polkit-1; do
|
|||||||
done
|
done
|
||||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d
|
rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d
|
||||||
find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete
|
find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete
|
||||||
for libexec in cockpit-askpass cockpit-beiboot cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do
|
for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do
|
||||||
rm -f %{buildroot}/%{_libexecdir}/$libexec
|
rm -f %{buildroot}/%{_libexecdir}/$libexec
|
||||||
done
|
done
|
||||||
rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
||||||
@ -373,7 +375,6 @@ system on behalf of the web based user interface.
|
|||||||
%{_libexecdir}/cockpit-askpass
|
%{_libexecdir}/cockpit-askpass
|
||||||
%if 0%{?enable_old_bridge} == 0
|
%if 0%{?enable_old_bridge} == 0
|
||||||
%{python3_sitelib}/%{name}*
|
%{python3_sitelib}/%{name}*
|
||||||
%{_libexecdir}/cockpit-beiboot
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
@ -423,25 +424,28 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
|||||||
Recommends: (reportd if abrt)
|
Recommends: (reportd if abrt)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.4
|
Provides: bundled(npm(@babel/runtime)) = 7.23.2
|
||||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.1
|
Provides: bundled(npm(@patternfly/patternfly)) = 5.1.0
|
||||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.1
|
Provides: bundled(npm(@patternfly/react-core)) = 5.1.1
|
||||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.1
|
Provides: bundled(npm(@patternfly/react-icons)) = 5.1.1
|
||||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.1
|
Provides: bundled(npm(@patternfly/react-styles)) = 5.1.1
|
||||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.1
|
Provides: bundled(npm(@patternfly/react-table)) = 5.1.1
|
||||||
|
Provides: bundled(npm(@patternfly/react-tokens)) = 5.1.1
|
||||||
Provides: bundled(npm(argparse)) = 1.0.10
|
Provides: bundled(npm(argparse)) = 1.0.10
|
||||||
|
Provides: bundled(npm(array-buffer-byte-length)) = 1.0.0
|
||||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||||
Provides: bundled(npm(autolinker)) = 3.16.2
|
Provides: bundled(npm(autolinker)) = 3.16.2
|
||||||
Provides: bundled(npm(available-typed-arrays)) = 1.0.5
|
Provides: bundled(npm(available-typed-arrays)) = 1.0.5
|
||||||
Provides: bundled(npm(call-bind)) = 1.0.2
|
Provides: bundled(npm(call-bind)) = 1.0.2
|
||||||
Provides: bundled(npm(date-fns)) = 2.22.1
|
Provides: bundled(npm(date-fns)) = 2.30.0
|
||||||
Provides: bundled(npm(deep-equal)) = 2.0.5
|
Provides: bundled(npm(deep-equal)) = 2.2.2
|
||||||
Provides: bundled(npm(define-properties)) = 1.2.0
|
Provides: bundled(npm(define-data-property)) = 1.1.1
|
||||||
|
Provides: bundled(npm(define-properties)) = 1.2.1
|
||||||
Provides: bundled(npm(es-get-iterator)) = 1.1.3
|
Provides: bundled(npm(es-get-iterator)) = 1.1.3
|
||||||
Provides: bundled(npm(file-selector)) = 0.6.0
|
Provides: bundled(npm(file-selector)) = 0.6.0
|
||||||
Provides: bundled(npm(focus-trap)) = 7.4.3
|
Provides: bundled(npm(focus-trap)) = 7.5.2
|
||||||
Provides: bundled(npm(for-each)) = 0.3.3
|
Provides: bundled(npm(for-each)) = 0.3.3
|
||||||
Provides: bundled(npm(function-bind)) = 1.1.1
|
Provides: bundled(npm(function-bind)) = 1.1.2
|
||||||
Provides: bundled(npm(functions-have-names)) = 1.2.3
|
Provides: bundled(npm(functions-have-names)) = 1.2.3
|
||||||
Provides: bundled(npm(get-intrinsic)) = 1.2.1
|
Provides: bundled(npm(get-intrinsic)) = 1.2.1
|
||||||
Provides: bundled(npm(gopd)) = 1.0.1
|
Provides: bundled(npm(gopd)) = 1.0.1
|
||||||
@ -450,9 +454,10 @@ Provides: bundled(npm(has-property-descriptors)) = 1.0.0
|
|||||||
Provides: bundled(npm(has-proto)) = 1.0.1
|
Provides: bundled(npm(has-proto)) = 1.0.1
|
||||||
Provides: bundled(npm(has-symbols)) = 1.0.3
|
Provides: bundled(npm(has-symbols)) = 1.0.3
|
||||||
Provides: bundled(npm(has-tostringtag)) = 1.0.0
|
Provides: bundled(npm(has-tostringtag)) = 1.0.0
|
||||||
Provides: bundled(npm(has)) = 1.0.3
|
Provides: bundled(npm(has)) = 1.0.4
|
||||||
Provides: bundled(npm(internal-slot)) = 1.0.5
|
Provides: bundled(npm(internal-slot)) = 1.0.5
|
||||||
Provides: bundled(npm(is-arguments)) = 1.1.1
|
Provides: bundled(npm(is-arguments)) = 1.1.1
|
||||||
|
Provides: bundled(npm(is-array-buffer)) = 3.0.2
|
||||||
Provides: bundled(npm(is-bigint)) = 1.0.4
|
Provides: bundled(npm(is-bigint)) = 1.0.4
|
||||||
Provides: bundled(npm(is-boolean-object)) = 1.1.2
|
Provides: bundled(npm(is-boolean-object)) = 1.1.2
|
||||||
Provides: bundled(npm(is-callable)) = 1.2.7
|
Provides: bundled(npm(is-callable)) = 1.2.7
|
||||||
@ -461,19 +466,21 @@ Provides: bundled(npm(is-map)) = 2.0.2
|
|||||||
Provides: bundled(npm(is-number-object)) = 1.0.7
|
Provides: bundled(npm(is-number-object)) = 1.0.7
|
||||||
Provides: bundled(npm(is-regex)) = 1.1.4
|
Provides: bundled(npm(is-regex)) = 1.1.4
|
||||||
Provides: bundled(npm(is-set)) = 2.0.2
|
Provides: bundled(npm(is-set)) = 2.0.2
|
||||||
|
Provides: bundled(npm(is-shared-array-buffer)) = 1.0.2
|
||||||
Provides: bundled(npm(is-string)) = 1.0.7
|
Provides: bundled(npm(is-string)) = 1.0.7
|
||||||
Provides: bundled(npm(is-symbol)) = 1.0.4
|
Provides: bundled(npm(is-symbol)) = 1.0.4
|
||||||
|
Provides: bundled(npm(is-typed-array)) = 1.1.12
|
||||||
Provides: bundled(npm(is-weakmap)) = 2.0.1
|
Provides: bundled(npm(is-weakmap)) = 2.0.1
|
||||||
Provides: bundled(npm(is-weakset)) = 2.0.2
|
Provides: bundled(npm(is-weakset)) = 2.0.2
|
||||||
Provides: bundled(npm(isarray)) = 2.0.5
|
Provides: bundled(npm(isarray)) = 2.0.5
|
||||||
Provides: bundled(npm(js-sha1)) = 0.6.0
|
Provides: bundled(npm(js-sha1)) = 0.6.0
|
||||||
Provides: bundled(npm(js-sha256)) = 0.9.0
|
Provides: bundled(npm(js-sha256)) = 0.10.1
|
||||||
Provides: bundled(npm(js-tokens)) = 4.0.0
|
Provides: bundled(npm(js-tokens)) = 4.0.0
|
||||||
Provides: bundled(npm(json-stable-stringify-without-jsonify)) = 1.0.1
|
Provides: bundled(npm(json-stable-stringify-without-jsonify)) = 1.0.1
|
||||||
Provides: bundled(npm(lodash)) = 4.17.21
|
Provides: bundled(npm(lodash)) = 4.17.21
|
||||||
Provides: bundled(npm(loose-envify)) = 1.4.0
|
Provides: bundled(npm(loose-envify)) = 1.4.0
|
||||||
Provides: bundled(npm(object-assign)) = 4.1.1
|
Provides: bundled(npm(object-assign)) = 4.1.1
|
||||||
Provides: bundled(npm(object-inspect)) = 1.12.3
|
Provides: bundled(npm(object-inspect)) = 1.13.0
|
||||||
Provides: bundled(npm(object-is)) = 1.1.5
|
Provides: bundled(npm(object-is)) = 1.1.5
|
||||||
Provides: bundled(npm(object-keys)) = 1.1.1
|
Provides: bundled(npm(object-keys)) = 1.1.1
|
||||||
Provides: bundled(npm(object.assign)) = 4.1.4
|
Provides: bundled(npm(object.assign)) = 4.1.4
|
||||||
@ -482,21 +489,23 @@ Provides: bundled(npm(react-dom)) = 18.2.0
|
|||||||
Provides: bundled(npm(react-dropzone)) = 14.2.3
|
Provides: bundled(npm(react-dropzone)) = 14.2.3
|
||||||
Provides: bundled(npm(react-is)) = 16.13.1
|
Provides: bundled(npm(react-is)) = 16.13.1
|
||||||
Provides: bundled(npm(react)) = 18.2.0
|
Provides: bundled(npm(react)) = 18.2.0
|
||||||
Provides: bundled(npm(regexp.prototype.flags)) = 1.5.0
|
Provides: bundled(npm(regenerator-runtime)) = 0.14.0
|
||||||
|
Provides: bundled(npm(regexp.prototype.flags)) = 1.5.1
|
||||||
Provides: bundled(npm(remarkable)) = 2.0.1
|
Provides: bundled(npm(remarkable)) = 2.0.1
|
||||||
Provides: bundled(npm(scheduler)) = 0.23.0
|
Provides: bundled(npm(scheduler)) = 0.23.0
|
||||||
|
Provides: bundled(npm(set-function-name)) = 2.0.1
|
||||||
Provides: bundled(npm(side-channel)) = 1.0.4
|
Provides: bundled(npm(side-channel)) = 1.0.4
|
||||||
Provides: bundled(npm(sprintf-js)) = 1.0.3
|
Provides: bundled(npm(sprintf-js)) = 1.0.3
|
||||||
Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0
|
Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0
|
||||||
Provides: bundled(npm(tabbable)) = 6.2.0
|
Provides: bundled(npm(tabbable)) = 6.2.0
|
||||||
Provides: bundled(npm(throttle-debounce)) = 2.3.0
|
Provides: bundled(npm(throttle-debounce)) = 5.0.0
|
||||||
Provides: bundled(npm(tslib)) = 2.6.2
|
Provides: bundled(npm(tslib)) = 2.6.2
|
||||||
Provides: bundled(npm(uuid)) = 7.0.3
|
Provides: bundled(npm(uuid)) = 9.0.1
|
||||||
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
||||||
Provides: bundled(npm(which-collection)) = 1.0.1
|
Provides: bundled(npm(which-collection)) = 1.0.1
|
||||||
Provides: bundled(npm(which-typed-array)) = 1.1.11
|
Provides: bundled(npm(which-typed-array)) = 1.1.11
|
||||||
Provides: bundled(npm(xterm-addon-canvas)) = 0.3.0
|
Provides: bundled(npm(xterm-addon-canvas)) = 0.5.0
|
||||||
Provides: bundled(npm(xterm)) = 5.1.0
|
Provides: bundled(npm(xterm)) = 5.3.0
|
||||||
|
|
||||||
%description system
|
%description system
|
||||||
This package contains the Cockpit shell and system configuration interfaces.
|
This package contains the Cockpit shell and system configuration interfaces.
|
||||||
@ -780,6 +789,14 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 18 2023 Packit <hello@packit.dev> - 303-1
|
||||||
|
- Apps: Warn if appstream data package is missing
|
||||||
|
- Shell: Redesign untrusted "add host" dialog
|
||||||
|
|
||||||
|
* Thu Oct 05 2023 Packit <hello@packit.dev> - 302-1
|
||||||
|
- Storage: Partitions can be resized
|
||||||
|
- many bug fixes
|
||||||
|
|
||||||
* Wed Sep 20 2023 Packit <hello@packit.dev> - 301-1
|
* Wed Sep 20 2023 Packit <hello@packit.dev> - 301-1
|
||||||
- WireGuard support
|
- WireGuard support
|
||||||
- Metrics: link to network interface details
|
- Metrics: link to network interface details
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-301.tar.xz) = 1c56dab4c020dc8e8deb5c4d2469b1cdfca85f0c014260459a84bd45104af39311ba903d5b9927ede71a92bd264346009e644a15e51c543b3f47d9da05bbc68e
|
SHA512 (cockpit-303.tar.xz) = 31f4c472d5a6ea54d74611cec777fbb54063fa870eb1882cc69b4659e737e714006ba19b796940e35cd9bc0288f570793fe1ddf67eb8704bf9f13c9cf544b700
|
||||||
|
Loading…
Reference in New Issue
Block a user