-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
ultramarine/ultramarine-mock-configs/ultramarine-40-aarch64.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config_opts['releasever'] = '39' | ||
config_opts['target_arch'] = 'aarch64' | ||
config_opts['legal_host_arches'] = ('aarch64',) | ||
|
||
include('templates/ultramarine.tpl') |
5 changes: 5 additions & 0 deletions
5
ultramarine/ultramarine-mock-configs/ultramarine-40-x86_64.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config_opts['releasever'] = '39' | ||
config_opts['target_arch'] = 'x86_64' | ||
config_opts['legal_host_arches'] = ('x86_64',) | ||
|
||
include('templates/ultramarine.tpl') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: ultramarine-mock-configs | ||
Version: 1.0 | ||
Release: 6%{?dist} | ||
Summary: Ultramarine Linux mock configs | ||
Version: 1.1 | ||
Release: 1%{?dist} | ||
Summary: Mock configs for`ultramarine-linux` | ||
|
||
License: MIT | ||
URL: https://ultramarine-linux.org | ||
|
@@ -15,16 +15,17 @@ Source7: ultramarine-38-x86_64.cfg | |
Source8: ultramarine-38-aarch64.cfg | ||
Source9: ultramarine-39-x86_64.cfg | ||
Source10: ultramarine-39-aarch64.cfg | ||
Source11: ultramarine-40-x86_64.cfg | ||
Source12: ultramarine-40-aarch64.cfg | ||
BuildArch: noarch | ||
|
||
%description | ||
%{summary} | ||
|
||
%prep | ||
|
||
|
||
%build | ||
|
||
|
||
%install | ||
mkdir -p %{buildroot}/etc/mock/templates | ||
cp -v %{SOURCE0} %{buildroot}/etc/mock | ||
|
@@ -37,14 +38,15 @@ cp -v %{SOURCE7} %{buildroot}/etc/mock/ | |
cp -v %{SOURCE8} %{buildroot}/etc/mock/ | ||
cp -v %{SOURCE9} %{buildroot}/etc/mock/ | ||
cp -v %{SOURCE10} %{buildroot}/etc/mock/ | ||
|
||
cp -v %{SOURCE11} %{buildroot}/etc/mock/ | ||
cp -v %{SOURCE12} %{buildroot}/etc/mock/ | ||
|
||
%files | ||
/etc/mock/* | ||
/etc/mock/templates/* | ||
|
||
|
||
|
||
%changelog | ||
* Thu Mar 07 2024 Lleyton Gray <[email protected]> | ||
- Add configs for 40 | ||
* Fri Oct 07 2022 Cappy Ishihara <[email protected]> | ||
- | ||
- Initial package release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters