mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 02:12:18 +00:00
32 lines
700 B
RPMSpec
32 lines
700 B
RPMSpec
Name: terra-release
|
|
Version: 37
|
|
Release: 1
|
|
Summary: Release package for Terra
|
|
|
|
License: MIT
|
|
URL: https://terra.fyralabs.com
|
|
Source0: terra.repo
|
|
BuildArch: noarch
|
|
|
|
Requires: system-release(%{version})
|
|
|
|
%description
|
|
Release package for Terra, containing the Terra repository configuration.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
install -D -p -m 0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{SOURCE0}
|
|
|
|
%files
|
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/terra.repo
|
|
|
|
%changelog
|
|
* Sat May 13 2023 windowsboy111 <windowsboy111@fyralabs.com> - 37-1
|
|
- Ported to Terra 37
|
|
|
|
* Sat May 6 2023 Lleyton Gray <lleyton@fyralabs.com> - 38-1
|
|
- Initial package
|