import cockpit-session-recording-3-1.el8
This commit is contained in:
parent
f05b1c2a3f
commit
36432cb509
@ -1 +1 @@
|
||||
5fd0f581daa8f903e640dd41df66794744c4ce8a SOURCES/cockpit-session-recording-1.tar.gz
|
||||
0d6018cba11fa551b967c1d7dd09113a0ff7e18b SOURCES/cockpit-session-recording-3.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-session-recording-1.tar.gz
|
||||
SOURCES/cockpit-session-recording-3.tar.gz
|
||||
|
@ -1,28 +1,51 @@
|
||||
Name: cockpit-session-recording
|
||||
Version: 1
|
||||
Release: 29%{?dist}
|
||||
Version: 3
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit Session Recording
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/Scribery/%{name}
|
||||
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Source: cockpit-session-recording-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libappstream-glib
|
||||
Requires: cockpit-system
|
||||
Requires: tlog
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%description
|
||||
Cockpit Session Recording
|
||||
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 -n cockpit-session-recording
|
||||
%setup -qn cockpit-session-recording
|
||||
|
||||
%install
|
||||
%make_install
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||
|
||||
%files
|
||||
%{_datadir}/cockpit/*
|
||||
%{_datadir}/metainfo/*
|
||||
%{_datadir}/cockpit/session-recording
|
||||
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* 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
Block a user