mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 18:32:18 +00:00
e7304c1962
* backport: feat: add terra@fyralabs.com to fyra/terra packages Signed-off-by: Owen-sz <owen@fyralabs.com> * bump Signed-off-by: Owen-sz <owen@fyralabs.com> * oops Signed-off-by: Owen-sz <owen@fyralabs.com> * bump(anda-srpm-macros): release 3 → 4 * bump(terra-mock-configs): release 2 → 3 * bump(terra-appstream-helper): release 2 → 3 * no no silly Signed-off-by: Owen-sz <owen@fyralabs.com> --------- Signed-off-by: Owen-sz <owen@fyralabs.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
37 lines
880 B
RPMSpec
37 lines
880 B
RPMSpec
%global dist %{nil}
|
|
|
|
Name: terra-release
|
|
Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}}
|
|
Release: 2%?dist
|
|
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})
|
|
Requires: (epel-release-latest-%{version} or epel-release)
|
|
|
|
Requires: terra-gpg-keys
|
|
|
|
Packager: Terra Packaging Team <terra@fyralabs.com>
|
|
|
|
%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
|
|
* Tue Sep 10 2024 madonuko <mado@fyralabs.com> - 10-1
|
|
- Update for Terra EL 10
|