c9-beta
imports/c9-beta/cockpit-session-recording-13-3.el9
commit
85f90226f1
@ -0,0 +1 @@
|
||||
ba1c64c355ace325b19546daf7c8bb301ddd1fe7 SOURCES/cockpit-session-recording-13.tar.xz
|
@ -0,0 +1 @@
|
||||
SOURCES/cockpit-session-recording-13.tar.xz
|
@ -0,0 +1,191 @@
|
||||
#
|
||||
# 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}
|
||||
Summary: Cockpit Session Recording
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/Scribery/%{name}
|
||||
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: nodejs
|
||||
BuildRequires: make
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: gettext
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
BuildRequires: libappstream-glib-devel
|
||||
%endif
|
||||
Requires: cockpit-system
|
||||
Requires: tlog
|
||||
|
||||
%description
|
||||
Cockpit module providing session recording configuration and playback.
|
||||
This module allows viewing and playback of journal-stored terminal session
|
||||
recordings generated by the tlog component.
|
||||
|
||||
%prep
|
||||
%setup -qn cockpit-session-recording
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%{_datadir}/cockpit/session-recording
|
||||
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
||||
|
||||
%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
|
||||
|
||||
* Mon May 23 2022 Justin Stephenson <jstephen@redhat.com> - 12-1
|
||||
- Drop moment.js dependency
|
||||
- Tests: Assert pause state with a later command in rec1
|
||||
- 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
|
||||
|
||||
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
|
||||
- Avoid crash in unmount if journal is null
|
||||
- Sync Makefile closer to starter-kit
|
||||
- Use current babel/eslint integration
|
||||
- Use Flex layout for spacing the two config cards in the config page
|
||||
- Use Page/PageSection/Breadcrumb patternfly components
|
||||
- Move to xz dist tarballs
|
||||
- Remove unused slider.html file
|
||||
- package.json: explicitely depend on @patternfly/react-icons
|
||||
- webpack: Use relative resolve path for npm 7 compatibility
|
||||
- package.json: update patternfly packages
|
||||
- package.json: use sass instead of node-sass
|
||||
- Fetch pkg/lib automatically from cockpit instead of keeping a local copy
|
||||
- Update Docker image and TEST_OS run to Fedora 35
|
||||
- Tests: Test SSSD exclude_users and exclude_groups
|
||||
- Config: Add SSSD exclude_users and exclude_groups
|
||||
- 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
|
||||
|
||||
* Wed Jul 14 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
|
||||
- Release v8
|
||||
- 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
|
||||
|
||||
* Wed Jan 13 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
||||
- Release v7
|
||||
- Remove bots sudo rm from Makefile
|
||||
- Use journalctl --utc for Logs view to handle DST
|
||||
- Add Applications Menu test
|
||||
- Install cockpit-packagekit in local VM
|
||||
- Set timezone for Logs Correlation test
|
||||
|
||||
* Mon Oct 12 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
|
||||
- Release v6
|
||||
- Bump testlib to 229
|
||||
- Add binary recording test
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed May 20 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
|
||||
- Release v4
|
||||
- Update parent id in metainfo file
|
||||
- Update package manifest
|
||||
- Fix rpmmacro to resolve correc t path on CentOS7
|
||||
- Handle byte-array encoded journal data
|
||||
- Don't clobber cockpit bots directory
|
||||
- Move code out of deprecated React lifecycle functions
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Nov 25 2019 Justin Stephenson <jstephen@redhat.com> - 3-1
|
||||
- Release v3
|
||||
- Reset Logs View on Player Rewind
|
||||
- Configuration page UI CSS Improvements
|
||||
|
||||
* Wed Sep 11 2019 Justin Stephenson <jstephen@redhat.com> - 2-1
|
||||
- Release 2
|
||||
- Optimize performance when playing back flooded output recordings.
|
||||
- Make Logs View optional rendered with a toggle button.
|
||||
- Make Logs component a child of Recording component.
|
||||
- Fix Recording page column sorting in Google Chrome.
|
||||
- CSS updates for Patternfly 4 compatibility.
|
||||
- Replace term.js with maintained xterm.js library.
|
||||
- Fix hostname and username filtering.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Apr 4 2019 Kirill Glebov <kgliebov@redhat.com> - 1-1
|
||||
- Release 1
|
||||
- First release. Includes logs correlation, player controls, journal remote support.
|
Loading…
Reference in new issue