mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 13:17:37 +00:00
feat: add debuginfod urls to terra-release (#961)
* feat: add debuginfod urls to terra-release * fix: get rid of unneeded trailing newline in debuginfod urls
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
Name: terra-release
|
||||
Version: 39
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Release package for Terra
|
||||
|
||||
License: MIT
|
||||
URL: https://terra.fyralabs.com
|
||||
Source0: terra.repo
|
||||
Source1: terra.urls
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: system-release(%{version})
|
||||
@@ -19,11 +20,16 @@ Release package for Terra, containing the Terra repository configuration.
|
||||
|
||||
%install
|
||||
install -D -p -m 0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{SOURCE0}
|
||||
install -D -p -m 0644 -t %{buildroot}%{_sysconfdir}/debuginfod %{SOURCE1}
|
||||
|
||||
%files
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/terra.repo
|
||||
%config(noreplace) %{_sysconfdir}/debuginfod/terra.urls
|
||||
|
||||
%changelog
|
||||
* Mon Feb 26 2024 Lleyton Gray <lleyton@fyralabs.com> - 39-3
|
||||
- Add debuginfod url
|
||||
|
||||
* Thu Nov 16 2023 Lleyton Gray <lleyton@fyralabs.com> - 39-2
|
||||
- Add source repository
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
https://debuginfod.fyralabs.com/
|
||||
Reference in New Issue
Block a user