|
|
|
@ -1,23 +1,6 @@
|
|
|
|
|
#
|
|
|
|
|
# Copyright (C) 2017-2023 Red Hat, Inc.
|
|
|
|
|
#
|
|
|
|
|
# Cockpit is free software; you can redistribute it and/or modify it
|
|
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# Cockpit is distributed in the hope that it will be useful, but
|
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
Name: cockpit-session-recording
|
|
|
|
|
Version: 13
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 17
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Cockpit Session Recording
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://github.com/Scribery/%{name}
|
|
|
|
@ -31,8 +14,49 @@ BuildRequires: gettext
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 8
|
|
|
|
|
BuildRequires: libappstream-glib-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires: cockpit-system
|
|
|
|
|
Requires: tlog
|
|
|
|
|
Requires: sssd-proxy
|
|
|
|
|
|
|
|
|
|
Provides: bundled(npm(@babel/runtime)) = 7.23.9
|
|
|
|
|
Provides: bundled(npm(@patternfly/patternfly)) = 5.2.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-core)) = 5.2.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-icons)) = 5.2.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-styles)) = 5.2.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-table)) = 5.2.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-tokens)) = 5.2.0
|
|
|
|
|
Provides: bundled(npm(array-timsort)) = 1.0.3
|
|
|
|
|
Provides: bundled(npm(attr-accept)) = 2.2.2
|
|
|
|
|
Provides: bundled(npm(base64-js)) = 1.5.1
|
|
|
|
|
Provides: bundled(npm(buffer)) = 6.0.3
|
|
|
|
|
Provides: bundled(npm(comment-json)) = 4.2.3
|
|
|
|
|
Provides: bundled(npm(core-util-is)) = 1.0.3
|
|
|
|
|
Provides: bundled(npm(date-fns)) = 2.30.0
|
|
|
|
|
Provides: bundled(npm(esprima)) = 4.0.1
|
|
|
|
|
Provides: bundled(npm(file-selector)) = 0.6.0
|
|
|
|
|
Provides: bundled(npm(focus-trap)) = 7.5.2
|
|
|
|
|
Provides: bundled(npm(has-own-prop)) = 2.0.0
|
|
|
|
|
Provides: bundled(npm(ieee754)) = 1.2.1
|
|
|
|
|
Provides: bundled(npm(ini)) = 4.1.1
|
|
|
|
|
Provides: bundled(npm(jquery)) = 3.7.1
|
|
|
|
|
Provides: bundled(npm(js-tokens)) = 4.0.0
|
|
|
|
|
Provides: bundled(npm(lodash)) = 4.17.21
|
|
|
|
|
Provides: bundled(npm(loose-envify)) = 1.4.0
|
|
|
|
|
Provides: bundled(npm(object-assign)) = 4.1.1
|
|
|
|
|
Provides: bundled(npm(prop-types)) = 15.8.1
|
|
|
|
|
Provides: bundled(npm(react-dom)) = 18.2.0
|
|
|
|
|
Provides: bundled(npm(react-dropzone)) = 14.2.3
|
|
|
|
|
Provides: bundled(npm(react-is)) = 16.13.1
|
|
|
|
|
Provides: bundled(npm(react)) = 18.2.0
|
|
|
|
|
Provides: bundled(npm(regenerator-runtime)) = 0.14.1
|
|
|
|
|
Provides: bundled(npm(repeat-string)) = 1.6.1
|
|
|
|
|
Provides: bundled(npm(scheduler)) = 0.23.0
|
|
|
|
|
Provides: bundled(npm(tabbable)) = 6.2.0
|
|
|
|
|
Provides: bundled(npm(throttle-debounce)) = 5.0.0
|
|
|
|
|
Provides: bundled(npm(tslib)) = 2.6.2
|
|
|
|
|
Provides: bundled(npm(xterm-addon-canvas)) = 0.4.0
|
|
|
|
|
Provides: bundled(npm(xterm)) = 5.1.0
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Cockpit module providing session recording configuration and playback.
|
|
|
|
@ -40,56 +64,94 @@ This module allows viewing and playback of journal-stored terminal session
|
|
|
|
|
recordings generated by the tlog component.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -qn cockpit-session-recording
|
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
LINT=0 NODE_ENV=production make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install PREFIX=/usr
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_datadir}/cockpit/session-recording
|
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
|
|
|
|
%{_datadir}/cockpit/*
|
|
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 2 2023 Justin Stephenson <jstephen@redhat.com> - 13-1
|
|
|
|
|
- Play after rewind in testFastforwardControls
|
|
|
|
|
- Set TZ to avoid CI failures with testFilter* tests
|
|
|
|
|
- testZoomSpeedControls incorrectly checks scale
|
|
|
|
|
- Fix testSessionRecordingConf
|
|
|
|
|
- Read TMT_TEST_DATA variable for LOGS in browser.sh
|
|
|
|
|
- Fix node-modules in run-test.sh
|
|
|
|
|
- Install sssd-proxy in test browser.sh
|
|
|
|
|
- Add Files path for test recordings
|
|
|
|
|
- FMF: Run tests together
|
|
|
|
|
- Add executable bit to browser shell scripts
|
|
|
|
|
- FMF: Fix minor typo in plans
|
|
|
|
|
- Add FMF tests and test scripts
|
|
|
|
|
- Read existing sssd conf domains and services
|
|
|
|
|
- Makefile: Update Cockpit lib to 269bf89276c679a03befc8a04244addd
|
|
|
|
|
- Remove CentOS condition in testZoomSpeedControls
|
|
|
|
|
- Add accessible name label for Progress component
|
|
|
|
|
- Remove 'enable_files_domain' from SSSD Config
|
|
|
|
|
- SSSD config changes
|
|
|
|
|
- testFastforwardControls update after player-restart
|
|
|
|
|
- Switch wait_present to wait_visible
|
|
|
|
|
- ESLint error and warning fixes
|
|
|
|
|
- Fix stylelint errors
|
|
|
|
|
- Dependency updates
|
|
|
|
|
- Bring up to date with cockpit starter kit
|
|
|
|
|
- Config: Switch SSSD files provider to Proxy provider
|
|
|
|
|
- Update fedora license in spec file
|
|
|
|
|
- Makefile: Bump test API to 267
|
|
|
|
|
- Makefile: drop installing cockpit-ws/cockpit-packagekit
|
|
|
|
|
- src: load translations via po.js
|
|
|
|
|
- .semaphore: update TEST_OS to Fedora 36
|
|
|
|
|
- webpack.config.js: update compression plugin to succeed build
|
|
|
|
|
- Makefile: Adjust to changed rpmspec -q behaviour
|
|
|
|
|
- Use standard "translate" marker in HTML
|
|
|
|
|
- Update dependencies excluding Patternfly
|
|
|
|
|
- Remove unneeded tlog UID code
|
|
|
|
|
|
|
|
|
|
* Wed Jun 8 2022 Justin Stephenson <jstephen@redhat.com> - 12-2
|
|
|
|
|
- Tests: Remove usermod from browser setup
|
|
|
|
|
* Fri Nov 8 2024 Justin Stephenson <jstephen@redhat.com> - 17-1
|
|
|
|
|
- Rebase to upstream release 17
|
|
|
|
|
- Config: Use authselect enable-feature when possible
|
|
|
|
|
- Test: Move from CDP to BiDi
|
|
|
|
|
- Replace jQuery extend() with standard JS spread
|
|
|
|
|
- Convert to TypeScript
|
|
|
|
|
- Convert Application to a functional component
|
|
|
|
|
- package.json: Drop date-fns
|
|
|
|
|
- Various test fixes and build related fixes
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 16-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jul 01 2024 Justin Stephenson <jstephen@redhat.com> - 16-3
|
|
|
|
|
- Bump release to validate gating
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 16-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Feb 6 2024 Packit <hello@packit.dev> - 16-1
|
|
|
|
|
- Config: Add sssd-proxy requirement
|
|
|
|
|
|
|
|
|
|
* Thu Feb 1 2024 Packit <hello@packit.dev> - 15-1
|
|
|
|
|
- Config: Update to authselect with-tlog feature
|
|
|
|
|
- stylelint: handle stylelint-scss deprecation
|
|
|
|
|
- Add ruff configuration
|
|
|
|
|
- package.json: drop flowtype plugin
|
|
|
|
|
- package.json: drop po2json
|
|
|
|
|
- package.json: document the required nodejs version
|
|
|
|
|
- fmf: Plumb through $TEST_* variables for unexpected messages
|
|
|
|
|
- tests: Use mc for testPlayBinary
|
|
|
|
|
- package.json: drop deprecated eslint-plugin-standard
|
|
|
|
|
- Revert "build: add support for /pybridge scenario"
|
|
|
|
|
- Player: Stop making the Terminal object state
|
|
|
|
|
- build.js: support flags
|
|
|
|
|
- packaging: Update spec License: to SPDX format
|
|
|
|
|
- build.js: Fix LINT env variable check
|
|
|
|
|
- Tests: Allow charset journal messages
|
|
|
|
|
- Update to the new root creation function
|
|
|
|
|
- package.json: Bump stylelint to 15
|
|
|
|
|
- test: add check for sssd config id_provider proxy
|
|
|
|
|
- Tests: Allow invalid non-UTF8 journal messages
|
|
|
|
|
- Add xterm-canvas-addon dependency for rendering
|
|
|
|
|
- Minor Eslint fixes
|
|
|
|
|
- Tests: Update data list to PF5 for testAppMenu
|
|
|
|
|
- Update org.cockpit-project.session-recording.metainfo.xml
|
|
|
|
|
- Makefile: bump our test/common dependency
|
|
|
|
|
- patternfly-5-overrides should be auto-imported by the page.scss file
|
|
|
|
|
- Drop obsolete pf-m-redhat-font class
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 14-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 14-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 14-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 17 2023 Packit <hello@packit.dev> - 14-1
|
|
|
|
|
- Upgrade to PatternFly 5 Alpha
|
|
|
|
|
- Makefile: Update Cockpit lib to da5abbb4245b0455cc8b610efe01e684
|
|
|
|
|
- package.json: Pin down versions of @patternfly/react-{styles,icons}
|
|
|
|
|
- Makefile: Update Cockpit lib to 947f1753867e3924b9617aaace936225
|
|
|
|
|
- Makefile: Fix watch dependencies
|
|
|
|
|
- Update release.yml
|
|
|
|
|
- Automate the release process
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 12-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 23 2022 Justin Stephenson <jstephen@redhat.com> - 12-1
|
|
|
|
|
- Drop moment.js dependency
|
|
|
|
@ -97,7 +159,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
- CI: Update image to ubuntu 20.04
|
|
|
|
|
|
|
|
|
|
* Mon Apr 18 2022 Justin Stephenson <jstephen@redhat.com> - 11.1
|
|
|
|
|
- Enable SSSD files domain unconditionally rhbz#2071801
|
|
|
|
|
- Enable SSSD files domain unconditionally
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
|
|
|
|
|
- Avoid crash in unmount if journal is null
|
|
|
|
@ -118,10 +183,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
- TESTS: Fix testSessionRecordingConf cleanup issue
|
|
|
|
|
- TESTS: Restart SSSD after restoring config
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
|
|
|
|
|
- Release v9
|
|
|
|
|
- Tests: Fix RHEL9 filter test timing failures
|
|
|
|
@ -131,12 +192,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
|
|
- Throttle journalctl restarts
|
|
|
|
|
- Minor CI fixes
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2021 Justin Stephenson <jstephen@redhat.com> - 7-5
|
|
|
|
|
- Include testZoomSpeedControls test fix
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 7-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|