-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mock-configs): multilib dnf mirrors (#1573)
- Loading branch information
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
Name: terra-mock-configs | ||
Version: 11 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Mock configs for Terra repos | ||
|
||
License: MIT | ||
|
@@ -16,7 +16,6 @@ Source9: terra-rawhide-x86_64.cfg | |
Source10: terra-rawhide-aarch64.cfg | ||
Source11: terra-rawhide-i386.cfg | ||
|
||
|
||
BuildRequires: mock-core-configs | ||
Requires: mock-core-configs | ||
BuildArch: noarch | ||
|
@@ -31,6 +30,7 @@ Obsoletes: anda-mock-configs < 3-2%{?dist} | |
|
||
%build | ||
|
||
|
||
%install | ||
mkdir -p %{buildroot}%{_sysusersdir} | ||
mkdir -p %{buildroot}%{_sysconfdir}/mock/templates | ||
|
@@ -55,7 +55,7 @@ cp -v %{SOURCE11} %{buildroot}%{_sysconfdir}/mock/ | |
|
||
|
||
%changelog | ||
* Wed Jul 18 2024 Cappy Ishihara <[email protected]> - 11-1 | ||
* Thu Jul 18 2024 Cappy Ishihara <[email protected]> - 11-1 | ||
- Include multilib mock files for x86-based systems (backwards compatibility) | ||
|
||
* Wed Jul 10 2024 madonuko <[email protected]> - 10-1 | ||
|
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