mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 15:28:28 +00:00
feat(terra-release): add extra repo (#2400)
* feat(terra-release): add extra repo * funny Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[terra-extra]
|
||||
name=Terra $releasever (Extra)
|
||||
#baseurl=https://repos.fyralabs.com/terra$releasever
|
||||
metalink=https://tetsudou.fyralabs.com/metalink?repo=terra$releasever&arch=$basearch
|
||||
metadata_expire=6h
|
||||
type=rpm
|
||||
gpgcheck=1
|
||||
gpgkey=https://repos.fyralabs.com/terra$releasever-extra/key.asc
|
||||
repo_gpgcheck=1
|
||||
enabled=1
|
||||
enabled_metadata=1
|
||||
countme=1
|
||||
priority=150
|
||||
|
||||
[terra-extra-source]
|
||||
name=Terra $releasever (Extra) - Source
|
||||
#baseurl=https://repos.fyralabs.com/terra$releasever-source
|
||||
metalink=https://tetsudou.fyralabs.com/metalink?repo=terra$releasever-extras-source&arch=$basearch
|
||||
metadata_expire=6h
|
||||
type=rpm
|
||||
gpgcheck=1
|
||||
gpgkey=https://repos.fyralabs.com/terra$releasever-source/key.asc
|
||||
repo_gpgcheck=1
|
||||
enabled=0
|
||||
enabled_metadata=0
|
||||
priority=150
|
||||
@@ -1,11 +1,12 @@
|
||||
Name: terra-release
|
||||
Version: 42
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Release package for Terra
|
||||
|
||||
License: MIT
|
||||
URL: https://terra.fyralabs.com
|
||||
Source0: terra.repo
|
||||
Source1: terra-extra.repo
|
||||
BuildArch: noarch
|
||||
|
||||
%dnl We probably shouldn't do this in Rawhide!
|
||||
@@ -14,17 +15,31 @@ BuildArch: noarch
|
||||
%description
|
||||
Release package for Terra, containing the Terra repository configuration.
|
||||
|
||||
%package extra
|
||||
Summary: Release package for Terra Extra
|
||||
|
||||
%description extra
|
||||
Release package for Terra Extra, which is a repository with packages that might cause
|
||||
conflict with Fedora.
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -D -p -m 0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{SOURCE0}
|
||||
install -Dpm644 -t %buildroot%_sysconfdir/yum.repos.d %SOURCE1
|
||||
|
||||
%files
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/terra.repo
|
||||
|
||||
%files extra
|
||||
%config(noreplace) %{_sysconfdir}/yum.repos.d/terra-extra.repo
|
||||
|
||||
%changelog
|
||||
* Fri Oct 25 2024 madonuko <mado@fyralabs.com> - 42-2
|
||||
- Add terra-release-extra
|
||||
|
||||
* Thu Nov 16 2023 Lleyton Gray <lleyton@fyralabs.com> - 41-1
|
||||
- Update for Terra 41 (in this case rawhide)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user