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
|
||||
Version: @VERSION@
|
||||
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
|
||||
|
||||
Source: cockpit-session-recording-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libappstream-glib
|
||||
Requires: cockpit-system
|
||||
Requires: tlog
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%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
|
||||
%setup -n cockpit-session-recording
|
||||
%setup -qn cockpit-session-recording
|
||||
|
||||
%install
|
||||
%make_install
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||
|
||||
%files
|
||||
%{_datadir}/cockpit/*
|
||||
%{_datadir}/metainfo/*
|
||||
%{_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…
Add table
Add a link
Reference in a new issue