Skip to content

Commit 911ea87

Browse files
committed
Typofix release mock-core-configs v41.2
1 parent 95f659d commit 911ea87

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.tito/packages/mock-core-configs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41.1-1 mock-core-configs/
1+
41.2-1 mock-core-configs/

docs/Release-Notes-Configs-41.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Release Notes - Mock Configs 41.1
3+
title: Release Notes - Mock Configs 41.1 (and typofix 41.2)
44
---
55

66
## [Release Configs 41.1](https://rpm-software-management.github.io/mock/Release-Notes-Configs-41.1) - 2024-08-14

mock-core-configs/etc/mock/centos-stream+epel-10-s390x.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ config_opts["koji_primary_repo"] = "epel"
22
include('templates/centos-stream-10.tpl')
33
include('templates/epel-10.tpl')
44

5-
config_opts['root'] = 'centos-stream+epel-10-s3100x'
5+
config_opts['root'] = 'centos-stream+epel-10-s390x'
66
config_opts['description'] = 'CentOS Stream 10 + EPEL'
7-
config_opts['target_arch'] = 's3100x'
8-
config_opts['legal_host_arches'] = ('s3100x',)
7+
config_opts['target_arch'] = 's390x'
8+
config_opts['legal_host_arches'] = ('s390x',)

mock-core-configs/mock-core-configs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%endif
44

55
Name: mock-core-configs
6-
Version: 41.1
6+
Version: 41.2
77
Release: 1%{?dist}
88
Summary: Mock core config files basic chroots
99

@@ -149,6 +149,9 @@ fi
149149
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
150150

151151
%changelog
152+
* Thu Aug 15 2024 Pavel Raiskup <[email protected]> 41.2-1
153+
- fix centos-stream+epel-10-s390x /bin/sed typo
154+
152155
* Wed Aug 14 2024 Pavel Raiskup <[email protected]> 41.1-1
153156
- branch F41 from Rawhide ([email protected])
154157
- added centos-stream+epel-10 configs

0 commit comments

Comments
 (0)