Blame SPECS/cockpit-session-recording.spec

f908d0
Name: cockpit-session-recording
d94dfe
Version: 11
e104fe
Release: 2%{?dist}
f908d0
Summary: Cockpit Session Recording
f908d0
License: LGPLv2+
0837e3
URL:     https://github.com/Scribery/%{name}
d94dfe
Source:  https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
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
d94dfe
* Thu Nov 18 2021 Justin Stephenson <jstephen@redhat.com> - 11-2
d94dfe
- Workaround cockpit-ws selinux guestfs issue
d94dfe
d94dfe
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
d94dfe
- Avoid crash in unmount if journal is null
d94dfe
- Sync Makefile closer to starter-kit
d94dfe
- Use current babel/eslint integration
d94dfe
- Use Flex layout for spacing the two config cards in the config page
d94dfe
- Use Page/PageSection/Breadcrumb patternfly components
d94dfe
- Move to xz dist tarballs
d94dfe
- Remove unused slider.html file
d94dfe
- package.json: explicitely depend on @patternfly/react-icons
d94dfe
- webpack: Use relative resolve path for npm 7 compatibility
d94dfe
- package.json: update patternfly packages
d94dfe
- package.json: use sass instead of node-sass
d94dfe
- Fetch pkg/lib automatically from cockpit instead of keeping a local copy
d94dfe
- Update Docker image and TEST_OS run to Fedora 35
d94dfe
- Tests: Test SSSD exclude_users and exclude_groups
d94dfe
- Config: Add SSSD exclude_users and exclude_groups
d94dfe
- TESTS: Fix testSessionRecordingConf cleanup issue
d94dfe
- TESTS: Restart SSSD after restoring config
d94dfe
d94dfe
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 9-1
d94dfe
- Release v9
d94dfe
- Tests: Fix RHEL9 filter test timing failures
d94dfe
d94dfe
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 8-1
d94dfe
- Release v8
d94dfe
- Throttle journalctl restarts
d94dfe
- Minor CI fixes
d94dfe
12c48a
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 7-1
12c48a
- Remove bots sudo rm from Makefile
12c48a
- Use journalctl --utc for Logs view to handle DST
12c48a
- Add Applications Menu test
12c48a
- Install cockpit-packagekit in local VM
12c48a
- Set timezone for Logs Correlation test
12c48a
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
#