Blame SPECS/cockpit-session-recording.spec

f908d0
Name: cockpit-session-recording
24cd2c
Version: 6
e104fe
Release: 2%{?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
24cd2c
* Wed Nov 4 2020 Justin Stephenson <jstephen@redhat.com> - 6-2
24cd2c
- Use journalctl --utc for Logs view to handle DST 
24cd2c
- Fix testZoomSpeedControls scale selector
24cd2c
24cd2c
* Tue Nov 3 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
24cd2c
- Release v6
24cd2c
- Bump testlib to 229
24cd2c
- Add binary recording test
24cd2c
- Update UI to adopt PatternFly 4
24cd2c
- Update dependencies
24cd2c
- Use --all journalctl option
24cd2c
- Fixed timezone issue by searching in client time
24cd2c
- Bump cockpit test version from 199 to 219
24cd2c
- Improve test coverage with more tests
24cd2c
- Simplify and cleanup existing tests
24cd2c
e104fe
* Tue Jun 23 2020 Justin Stephenson <jstephen@redhat.com> - 4-2
e104fe
- Release v4-2
e104fe
- Fix testZoomControls test
e104fe
e104fe
* Wed May 27 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
e104fe
- Release v4
e104fe
- Update parent id in metainfo file
e104fe
- Update package manifest
e104fe
- Fix rpmmacro to resolve correct path on CentOS7
e104fe
- Handle byte-array encoded journal data
e104fe
- Don't clobber cockpit bots directory
e104fe
- Move code out of deprecated React lifecycle functions
e104fe
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.
e104fe
#