2019-08-01 14:50:18 +00:00
|
|
|
Name: cockpit-session-recording
|
2020-07-28 14:06:47 +00:00
|
|
|
Version: 4
|
|
|
|
Release: 2%{?dist}
|
2019-08-01 14:50:18 +00:00
|
|
|
Summary: Cockpit Session Recording
|
|
|
|
License: LGPLv2+
|
2020-01-21 22:35:09 +00:00
|
|
|
URL: https://github.com/Scribery/%{name}
|
|
|
|
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
2019-08-01 14:50:18 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2020-01-21 22:35:09 +00:00
|
|
|
BuildRequires: libappstream-glib
|
2019-08-01 14:50:18 +00:00
|
|
|
Requires: cockpit-system
|
|
|
|
Requires: tlog
|
|
|
|
|
|
|
|
%description
|
2020-01-21 22:35:09 +00:00
|
|
|
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.
|
2019-08-01 14:50:18 +00:00
|
|
|
|
|
|
|
%prep
|
2020-01-21 22:35:09 +00:00
|
|
|
%setup -qn cockpit-session-recording
|
2019-08-01 14:50:18 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2020-01-21 22:35:09 +00:00
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
2019-08-01 14:50:18 +00:00
|
|
|
|
|
|
|
%files
|
2020-01-21 22:35:09 +00:00
|
|
|
%{_datadir}/cockpit/session-recording
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
2019-08-01 14:50:18 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-07-28 14:06:47 +00:00
|
|
|
* Tue Jun 23 2020 Justin Stephenson <jstephen@redhat.com> - 4-2
|
|
|
|
- Release v4-2
|
|
|
|
- Fix testZoomControls test
|
|
|
|
|
|
|
|
* Wed May 27 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
|
|
|
|
- Release v4
|
|
|
|
- Update parent id in metainfo file
|
|
|
|
- Update package manifest
|
|
|
|
- Fix rpmmacro to resolve correct path on CentOS7
|
|
|
|
- Handle byte-array encoded journal data
|
|
|
|
- Don't clobber cockpit bots directory
|
|
|
|
- Move code out of deprecated React lifecycle functions
|
|
|
|
|
2020-01-21 22:35:09 +00:00
|
|
|
* 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.
|
2020-07-28 14:06:47 +00:00
|
|
|
#
|