|
|
3bb316 |
Name: cockpit-session-recording
|
|
|
5c3384 |
Version: 7
|
|
|
3b338e |
Release: 2%{?dist}
|
|
|
3bb316 |
Summary: Cockpit Session Recording
|
|
|
3bb316 |
License: LGPLv2+
|
|
|
4da99d |
URL: https://github.com/Scribery/%{name}
|
|
|
4da99d |
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
3bb316 |
|
|
|
3bb316 |
BuildArch: noarch
|
|
|
4da99d |
BuildRequires: libappstream-glib
|
|
|
3bb316 |
Requires: cockpit-system
|
|
|
3bb316 |
Requires: tlog
|
|
|
3bb316 |
|
|
|
3bb316 |
%description
|
|
|
4da99d |
Cockpit module providing session recording configuration and playback.
|
|
|
4da99d |
This module allows viewing and playback of journal-stored terminal session
|
|
|
4da99d |
recordings generated by the tlog component.
|
|
|
3bb316 |
|
|
|
3bb316 |
%prep
|
|
|
4da99d |
%setup -qn cockpit-session-recording
|
|
|
3bb316 |
|
|
|
3bb316 |
%install
|
|
|
3bb316 |
%make_install
|
|
|
4da99d |
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
|
|
3bb316 |
|
|
|
3bb316 |
%files
|
|
|
4da99d |
%{_datadir}/cockpit/session-recording
|
|
|
4da99d |
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
|
|
3bb316 |
|
|
|
3bb316 |
%changelog
|
|
|
5c3384 |
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
|
|
5c3384 |
- Remove bots sudo rm from Makefile
|
|
|
5c3384 |
- Use journalctl --utc for Logs view to handle DST
|
|
|
5c3384 |
- Add Applications Menu test
|
|
|
5c3384 |
- Install cockpit-packagekit in local VM
|
|
|
5c3384 |
- Set timezone for Logs Correlation test
|
|
|
5c3384 |
|
|
|
cb1288 |
* Wed Nov 4 2020 Justin Stephenson <jstephen@redhat.com> - 6-2
|
|
|
cb1288 |
- Use journalctl --utc for Logs view to handle DST
|
|
|
cb1288 |
- Fix testZoomSpeedControls scale selector
|
|
|
cb1288 |
|
|
|
cb1288 |
* Tue Nov 3 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
|
|
|
cb1288 |
- Release v6
|
|
|
cb1288 |
- Bump testlib to 229
|
|
|
cb1288 |
- Add binary recording test
|
|
|
cb1288 |
- Update UI to adopt PatternFly 4
|
|
|
cb1288 |
- Update dependencies
|
|
|
cb1288 |
- Use --all journalctl option
|
|
|
cb1288 |
- Fixed timezone issue by searching in client time
|
|
|
cb1288 |
- Bump cockpit test version from 199 to 219
|
|
|
cb1288 |
- Improve test coverage with more tests
|
|
|
cb1288 |
- Simplify and cleanup existing tests
|
|
|
cb1288 |
|
|
|
dd66f5 |
* Tue Jun 23 2020 Justin Stephenson <jstephen@redhat.com> - 4-2
|
|
|
dd66f5 |
- Release v4-2
|
|
|
dd66f5 |
- Fix testZoomControls test
|
|
|
dd66f5 |
|
|
|
47d3d1 |
* Wed May 27 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
|
|
|
47d3d1 |
- Release v4
|
|
|
47d3d1 |
- Update parent id in metainfo file
|
|
|
47d3d1 |
- Update package manifest
|
|
|
47d3d1 |
- Fix rpmmacro to resolve correct path on CentOS7
|
|
|
47d3d1 |
- Handle byte-array encoded journal data
|
|
|
47d3d1 |
- Don't clobber cockpit bots directory
|
|
|
47d3d1 |
- Move code out of deprecated React lifecycle functions
|
|
|
47d3d1 |
|
|
|
4da99d |
* Mon Nov 25 2019 Justin Stephenson <jstephen@redhat.com> - 3-1
|
|
|
4da99d |
- Release v3
|
|
|
4da99d |
- Reset Logs View on Player Rewind
|
|
|
4da99d |
- Configuration page UI CSS Improvements
|
|
|
4da99d |
|
|
|
4da99d |
* Wed Sep 11 2019 Justin Stephenson <jstephen@redhat.com> - 2-1
|
|
|
4da99d |
- Release 2
|
|
|
4da99d |
- Optimize performance when playing back flooded output recordings.
|
|
|
4da99d |
- Make Logs View optional rendered with a toggle button.
|
|
|
4da99d |
- Make Logs component a child of Recording component.
|
|
|
4da99d |
- Fix Recording page column sorting in Google Chrome.
|
|
|
4da99d |
- CSS updates for Patternfly 4 compatibility.
|
|
|
4da99d |
- Replace term.js with maintained xterm.js library.
|
|
|
4da99d |
- Fix hostname and username filtering.
|
|
|
4da99d |
|
|
|
4da99d |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
|
|
4da99d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
4da99d |
|
|
|
4da99d |
* Thu Apr 4 2019 Kirill Glebov <kgliebov@redhat.com> - 1-1
|
|
|
4da99d |
- Release 1
|
|
|
4da99d |
- First release. Includes logs correlation, player controls, journal remote support.
|
|
|
47d3d1 |
#
|