mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 05:37:36 +00:00
3d99c411dc
Signed-off-by: madomado <madonuko@outlook.com>
42 lines
1.0 KiB
RPMSpec
42 lines
1.0 KiB
RPMSpec
Name: terra-release
|
|
Version: 42
|
|
Release: 1
|
|
Summary: Release package for Terra
|
|
|
|
License: MIT
|
|
URL: https://terra.fyralabs.com
|
|
Source0: terra.repo
|
|
BuildArch: noarch
|
|
|
|
%dnl We probably shouldn't do this in Rawhide!
|
|
%dnl 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
|
|
* Thu Nov 16 2023 Lleyton Gray <lleyton@fyralabs.com> - 41-1
|
|
- Update for Terra 41 (in this case rawhide)
|
|
|
|
* Thu Nov 16 2023 Lleyton Gray <lleyton@fyralabs.com> - 40-1
|
|
- Update for Terra 40 (in this case rawhide)
|
|
|
|
* Thu Nov 16 2023 Lleyton Gray <lleyton@fyralabs.com> - 39-2
|
|
- Add source repository
|
|
|
|
* Wed Aug 16 2023 Lleyton Gray <lleyton@fyralabs.com> - 39-1
|
|
- Update for Terra 39
|
|
|
|
* Sat May 6 2023 Lleyton Gray <lleyton@fyralabs.com> - 38-1
|
|
- Initial package
|