From 6ffd433c78726c125861be2d7558cd9520e06d10 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2021 11:48:20 +0000 Subject: import cockpit-session-recording-9-5.el9 --- diff --git a/.cockpit-session-recording.metadata b/.cockpit-session-recording.metadata new file mode 100644 index 0000000..84a525a --- /dev/null +++ b/.cockpit-session-recording.metadata @@ -0,0 +1 @@ +7a2438ccc7ddb2bbccbf8d4e282ec84a56a61209 SOURCES/cockpit-session-recording-9.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f85c9d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cockpit-session-recording-9.tar.gz diff --git a/SPECS/cockpit-session-recording.spec b/SPECS/cockpit-session-recording.spec new file mode 100644 index 0000000..64ec499 --- /dev/null +++ b/SPECS/cockpit-session-recording.spec @@ -0,0 +1,102 @@ +Name: cockpit-session-recording +Version: 9 +Release: 5%{?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 + +BuildArch: noarch +BuildRequires: libappstream-glib +BuildRequires: make +Requires: cockpit-system +Requires: tlog + +%description +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 -qn cockpit-session-recording + +%install +%make_install +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/* + +%files +%{_datadir}/cockpit/session-recording +%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 9-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Wed Jul 21 2021 Justin Stephenson - 9-1 +- Release v9 +- Tests: Fix RHEL9 filter test timing failures + +* Wed Jul 14 2021 Justin Stephenson - 8-1 +- Release v8 +- Throttle journalctl restarts +- Minor CI fixes + +* Wed May 19 2021 Justin Stephenson - 7-5 +- Include testZoomSpeedControls test fix + +* Thu Apr 15 2021 Mohan Boddu - 7-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Jan 26 2021 Fedora Release Engineering - 7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jan 13 2021 Justin Stephenson - 7-1 +- Release v7 +- Remove bots sudo rm from Makefile +- Use journalctl --utc for Logs view to handle DST +- Add Applications Menu test +- Install cockpit-packagekit in local VM +- Set timezone for Logs Correlation test + +* Mon Oct 12 2020 Justin Stephenson - 6-1 +- Release v6 +- Bump testlib to 229 +- Add binary recording test + +* Mon Jul 27 2020 Fedora Release Engineering - 4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed May 20 2020 Justin Stephenson - 4-1 +- Release v4 +- Update parent id in metainfo file +- Update package manifest +- Fix rpmmacro to resolve correc t path on CentOS7 +- Handle byte-array encoded journal data +- Don't clobber cockpit bots directory +- Move code out of deprecated React lifecycle functions + +* Tue Jan 28 2020 Fedora Release Engineering - 3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Nov 25 2019 Justin Stephenson - 3-1 +- Release v3 +- Reset Logs View on Player Rewind +- Configuration page UI CSS Improvements + +* Wed Sep 11 2019 Justin Stephenson - 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 - 1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Apr 4 2019 Kirill Glebov - 1-1 +- Release 1 +- First release. Includes logs correlation, player controls, journal remote support.