Fixed spec file
This commit is contained in:
parent
ffeec0bd36
commit
e904113eff
1 changed files with 14 additions and 10 deletions
|
|
@ -1,29 +1,33 @@
|
||||||
Name: cockpit-session-recording
|
Name: cockpit-session-recording
|
||||||
Version: @VERSION@
|
Version: 1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cockpit Session Recording
|
Summary: Cockpit Session Recording
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
URL: https://github.com/Scribery/%{name}
|
||||||
|
Source: https://github.com/Scribery/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Source: cockpit-session-recording-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
Requires: cockpit-system
|
Requires: cockpit-system
|
||||||
Requires: tlog
|
Requires: tlog
|
||||||
BuildRequires: libappstream-glib
|
|
||||||
|
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cockpit Session Recording
|
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
|
%prep
|
||||||
%setup -n cockpit-session-recording
|
%setup -qn cockpit-session-recording
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datadir}/cockpit/*
|
%{_datadir}/cockpit/session-recording
|
||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%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…
Add table
Add a link
Reference in a new issue