Initial import (#1652036).
This commit is contained in:
parent
fccd110177
commit
5a9612fc23
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/cockpit-session-recording-1.tar.gz
|
33
cockpit-session-recording.spec
Normal file
33
cockpit-session-recording.spec
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
Name: cockpit-session-recording
|
||||||
|
Version: 1
|
||||||
|
Release: 1%{?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
|
||||||
|
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}%{_metainfodir}/*.metainfo.xml
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_datadir}/cockpit/session-recording
|
||||||
|
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Apr 4 2019 Kirill Glebov <kgliebov@redhat.com> - 1-1
|
||||||
|
- Release 1
|
||||||
|
- First release. Includes logs correlation, player controls, journal remote support.
|
Loading…
Reference in New Issue
Block a user