Blame SPECS/cockpit-session-recording.spec

f908d0
Name: cockpit-session-recording
0837e3
Version: 3
0837e3
Release: 1%{?dist}
f908d0
Summary: Cockpit Session Recording
f908d0
License: LGPLv2+
0837e3
URL:     https://github.com/Scribery/%{name}
0837e3
Source:  https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
f908d0
f908d0
BuildArch: noarch
0837e3
BuildRequires: libappstream-glib
f908d0
Requires: cockpit-system
f908d0
Requires: tlog
f908d0
f908d0
%description
0837e3
Cockpit module providing session recording configuration and playback.
0837e3
This module allows viewing and playback of journal-stored terminal session
0837e3
recordings generated by the tlog component.
f908d0
f908d0
%prep
0837e3
%setup -qn cockpit-session-recording
f908d0
f908d0
%install
f908d0
%make_install
0837e3
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
f908d0
f908d0
%files
0837e3
%{_datadir}/cockpit/session-recording
0837e3
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
f908d0
f908d0
%changelog
0837e3
* Mon Nov 25 2019 Justin Stephenson <jstephen@redhat.com> - 3-1
0837e3
- Release v3
0837e3
- Reset Logs View on Player Rewind
0837e3
- Configuration page UI CSS Improvements
0837e3
0837e3
* Wed Sep 11 2019 Justin Stephenson <jstephen@redhat.com> - 2-1
0837e3
- Release 2
0837e3
- Optimize performance when playing back flooded output recordings.
0837e3
- Make Logs View optional rendered with a toggle button.
0837e3
- Make Logs component a child of Recording component.
0837e3
- Fix Recording page column sorting in Google Chrome.
0837e3
- CSS updates for Patternfly 4 compatibility.
0837e3
- Replace term.js with maintained xterm.js library.
0837e3
- Fix hostname and username filtering.
0837e3
0837e3
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
0837e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0837e3
0837e3
* Thu Apr 4 2019 Kirill Glebov <kgliebov@redhat.com> - 1-1
0837e3
- Release 1
0837e3
- First release. Includes logs correlation, player controls, journal remote support.