mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
[build] rpm tweaks
This commit is contained in:
parent
a669ade607
commit
48dd6b89ac
1
.github/workflows/rpmbuild.yml
vendored
1
.github/workflows/rpmbuild.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
||||
uses: naveenrajm7/rpmbuild@master
|
||||
with:
|
||||
spec_file: "release/lnav.spec"
|
||||
additional_repos: "['centos-release-scl']"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
|
@ -34,7 +34,7 @@ Group: System/Monitoring
|
||||
URL: https://lnav.org
|
||||
# Git-Clone: https://github.com/tstack/lnav.git
|
||||
# Source: https://github.com/tstack/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: %{getenv:GITHUB_WORKSPACE}
|
||||
Source: /github/home/rpmbuild/SOURCES/${name}-${version}.tar.gz
|
||||
# Source1: lnav.desktop
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
Loading…
Reference in New Issue
Block a user