|
|
991f43 |
Name: cockpit-session-recording
|
|
|
991f43 |
Version: 11
|
|
|
991f43 |
Release: 1%{?dist}
|
|
|
991f43 |
Summary: Cockpit Session Recording
|
|
|
991f43 |
License: LGPLv2+
|
|
|
991f43 |
URL: https://github.com/Scribery/%{name}
|
|
|
991f43 |
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
991f43 |
|
|
|
991f43 |
BuildArch: noarch
|
|
|
991f43 |
BuildRequires: libappstream-glib
|
|
|
991f43 |
BuildRequires: make
|
|
|
991f43 |
Requires: cockpit-system
|
|
|
991f43 |
Requires: tlog
|
|
|
991f43 |
|
|
|
991f43 |
%description
|
|
|
991f43 |
Cockpit module providing session recording configuration and playback.
|
|
|
991f43 |
This module allows viewing and playback of journal-stored terminal session
|
|
|
991f43 |
recordings generated by the tlog component.
|
|
|
991f43 |
|
|
|
991f43 |
%prep
|
|
|
991f43 |
%setup -qn cockpit-session-recording
|
|
|
991f43 |
|
|
|
991f43 |
%install
|
|
|
991f43 |
%make_install
|
|
|
991f43 |
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*
|
|
|
991f43 |
|
|
|
991f43 |
%files
|
|
|
991f43 |
%{_datadir}/cockpit/session-recording
|
|
|
991f43 |
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
|
|
991f43 |
|
|
|
991f43 |
%changelog
|
|
|
991f43 |
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
|
|
|
991f43 |
- Avoid crash in unmount if journal is null
|
|
|
991f43 |
- Sync Makefile closer to starter-kit
|
|
|
991f43 |
- Use current babel/eslint integration
|
|
|
991f43 |
- Use Flex layout for spacing the two config cards in the config page
|
|
|
991f43 |
- Use Page/PageSection/Breadcrumb patternfly components
|
|
|
991f43 |
- Move to xz dist tarballs
|
|
|
991f43 |
- Remove unused slider.html file
|
|
|
991f43 |
- package.json: explicitely depend on @patternfly/react-icons
|
|
|
991f43 |
- webpack: Use relative resolve path for npm 7 compatibility
|
|
|
991f43 |
- package.json: update patternfly packages
|
|
|
991f43 |
- package.json: use sass instead of node-sass
|
|
|
991f43 |
- Fetch pkg/lib automatically from cockpit instead of keeping a local copy
|
|
|
991f43 |
- Update Docker image and TEST_OS run to Fedora 35
|
|
|
991f43 |
- Tests: Test SSSD exclude_users and exclude_groups
|
|
|
991f43 |
- Config: Add SSSD exclude_users and exclude_groups
|
|
|
991f43 |
- TESTS: Fix testSessionRecordingConf cleanup issue
|
|
|
991f43 |
- TESTS: Restart SSSD after restoring config
|
|
|
991f43 |
|
|
|
991f43 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9-3
|
|
|
991f43 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
991f43 |
Related: rhbz#1991688
|
|
|
991f43 |
|
|
|
991f43 |
* Wed Jul 21 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
|
|
|
991f43 |
- Release v9
|
|
|
991f43 |
- Tests: Fix RHEL9 filter test timing failures
|
|
|
991f43 |
|
|
|
991f43 |
* Wed Jul 14 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
|
|
|
991f43 |
- Release v8
|
|
|
991f43 |
- Throttle journalctl restarts
|
|
|
991f43 |
- Minor CI fixes
|
|
|
991f43 |
|
|
|
991f43 |
* Wed May 19 2021 Justin Stephenson <jstephen@redhat.com> - 7-5
|
|
|
991f43 |
- Include testZoomSpeedControls test fix
|
|
|
991f43 |
|
|
|
991f43 |
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 7-3
|
|
|
991f43 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
991f43 |
|
|
|
991f43 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7-2
|
|
|
991f43 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
991f43 |
|
|
|
991f43 |
* Wed Jan 13 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
|
|
|
991f43 |
- Release v7
|
|
|
991f43 |
- Remove bots sudo rm from Makefile
|
|
|
991f43 |
- Use journalctl --utc for Logs view to handle DST
|
|
|
991f43 |
- Add Applications Menu test
|
|
|
991f43 |
- Install cockpit-packagekit in local VM
|
|
|
991f43 |
- Set timezone for Logs Correlation test
|
|
|
991f43 |
|
|
|
991f43 |
* Mon Oct 12 2020 Justin Stephenson <jstephen@redhat.com> - 6-1
|
|
|
991f43 |
- Release v6
|
|
|
991f43 |
- Bump testlib to 229
|
|
|
991f43 |
- Add binary recording test
|
|
|
991f43 |
|
|
|
991f43 |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
|
|
|
991f43 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
991f43 |
|
|
|
991f43 |
* Wed May 20 2020 Justin Stephenson <jstephen@redhat.com> - 4-1
|
|
|
991f43 |
- Release v4
|
|
|
991f43 |
- Update parent id in metainfo file
|
|
|
991f43 |
- Update package manifest
|
|
|
991f43 |
- Fix rpmmacro to resolve correc t path on CentOS7
|
|
|
991f43 |
- Handle byte-array encoded journal data
|
|
|
991f43 |
- Don't clobber cockpit bots directory
|
|
|
991f43 |
- Move code out of deprecated React lifecycle functions
|
|
|
991f43 |
|
|
|
991f43 |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3-2
|
|
|
991f43 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
991f43 |
|
|
|
991f43 |
* Mon Nov 25 2019 Justin Stephenson <jstephen@redhat.com> - 3-1
|
|
|
991f43 |
- Release v3
|
|
|
991f43 |
- Reset Logs View on Player Rewind
|
|
|
991f43 |
- Configuration page UI CSS Improvements
|
|
|
991f43 |
|
|
|
991f43 |
* Wed Sep 11 2019 Justin Stephenson <jstephen@redhat.com> - 2-1
|
|
|
991f43 |
- Release 2
|
|
|
991f43 |
- Optimize performance when playing back flooded output recordings.
|
|
|
991f43 |
- Make Logs View optional rendered with a toggle button.
|
|
|
991f43 |
- Make Logs component a child of Recording component.
|
|
|
991f43 |
- Fix Recording page column sorting in Google Chrome.
|
|
|
991f43 |
- CSS updates for Patternfly 4 compatibility.
|
|
|
991f43 |
- Replace term.js with maintained xterm.js library.
|
|
|
991f43 |
- Fix hostname and username filtering.
|
|
|
991f43 |
|
|
|
991f43 |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
|
|
991f43 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
991f43 |
|
|
|
991f43 |
* Thu Apr 4 2019 Kirill Glebov <kgliebov@redhat.com> - 1-1
|
|
|
991f43 |
- Release 1
|
|
|
991f43 |
- First release. Includes logs correlation, player controls, journal remote support.
|