Blame SPECS/cockpit-session-recording.spec

3bb316
Name: cockpit-session-recording
4e9111
Version: 11
4ced5c
Release: 2%{?dist}
3bb316
Summary: Cockpit Session Recording
3bb316
License: LGPLv2+
4da99d
URL:     https://github.com/Scribery/%{name}
4e9111
Source:  https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
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
4e9111
* Thu Nov 18 2021 Justin Stephenson <jstephen@redhat.com> - 11-2
4e9111
- Workaround cockpit-ws selinux guestfs issue
4e9111
4e9111
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
4e9111
- Avoid crash in unmount if journal is null
4e9111
- Sync Makefile closer to starter-kit
4e9111
- Use current babel/eslint integration
4e9111
- Use Flex layout for spacing the two config cards in the config page
4e9111
- Use Page/PageSection/Breadcrumb patternfly components
4e9111
- Move to xz dist tarballs
4e9111
- Remove unused slider.html file
4e9111
- package.json: explicitely depend on @patternfly/react-icons
4e9111
- webpack: Use relative resolve path for npm 7 compatibility
4e9111
- package.json: update patternfly packages
4e9111
- package.json: use sass instead of node-sass
4e9111
- Fetch pkg/lib automatically from cockpit instead of keeping a local copy
4e9111
- Update Docker image and TEST_OS run to Fedora 35
4e9111
- Tests: Test SSSD exclude_users and exclude_groups
4e9111
- Config: Add SSSD exclude_users and exclude_groups
4e9111
- TESTS: Fix testSessionRecordingConf cleanup issue
4e9111
- TESTS: Restart SSSD after restoring config
4e9111
4e9111
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
4e9111
- Release v9
4e9111
- Tests: Fix RHEL9 filter test timing failures
4e9111
4e9111
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
4e9111
- Release v8
4e9111
- Throttle journalctl restarts
4e9111
- Minor CI fixes
4e9111
1a6589
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
1a6589
- Remove bots sudo rm from Makefile
1a6589
- Use journalctl --utc for Logs view to handle DST
1a6589
- Add Applications Menu test
1a6589
- Install cockpit-packagekit in local VM
1a6589
- Set timezone for Logs Correlation test
1a6589
d20ccd
* Wed Nov 4 2020 Justin Stephenson <jstephen@redhat.com> - 6-2
d20ccd
- Use journalctl --utc for Logs view to handle DST 
d20ccd
- Fix testZoomSpeedControls scale selector
d20ccd
d20ccd
* Tue Nov 3 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
d20ccd
- Release v6
d20ccd
- Bump testlib to 229
d20ccd
- Add binary recording test
d20ccd
- Update UI to adopt PatternFly 4
d20ccd
- Update dependencies
d20ccd
- Use --all journalctl option
d20ccd
- Fixed timezone issue by searching in client time
d20ccd
- Bump cockpit test version from 199 to 219
d20ccd
- Improve test coverage with more tests
d20ccd
- Simplify and cleanup existing tests
d20ccd
4ced5c
* Tue Jun 23 2020 Justin Stephenson <jstephen@redhat.com> - 4-2
4ced5c
- Release v4-2
4ced5c
- Fix testZoomControls test
4ced5c
4ced5c
* Wed May 27 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
4ced5c
- Release v4
4ced5c
- Update parent id in metainfo file
4ced5c
- Update package manifest
4ced5c
- Fix rpmmacro to resolve correct path on CentOS7
4ced5c
- Handle byte-array encoded journal data
4ced5c
- Don't clobber cockpit bots directory
4ced5c
- Move code out of deprecated React lifecycle functions
4ced5c
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.
4ced5c
#