Update mock-core-configs to 31.6-1
This commit is contained in:
parent
bb2674fa67
commit
d6dd3dc3fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/mock-core-configs-31.3.tar.gz
|
||||
/mock-core-configs-31.4.tar.gz
|
||||
/mock-core-configs-31.5.tar.gz
|
||||
/mock-core-configs-31.6.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global mockgid 135
|
||||
|
||||
Name: mock-core-configs
|
||||
Version: 31.5
|
||||
Version: 31.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock core config files basic chroots
|
||||
|
||||
@ -127,6 +127,11 @@ fi
|
||||
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
|
||||
|
||||
%changelog
|
||||
* Fri Oct 04 2019 Miroslav Suchý <msuchy@redhat.com> 31.6-1
|
||||
- disable modular repo for f29
|
||||
- configure podman containers for Fedora, EPEL and Mageia (frostyx@email.cz)
|
||||
- Fix baseurl typo in centos-stream config (dollierp@redhat.com)
|
||||
|
||||
* Thu Sep 26 2019 Miroslav Suchý <msuchy@redhat.com> 31.5-1
|
||||
- expand contentdir for now
|
||||
- expand $stream for now
|
||||
|
6
mock-core-configs.spec.rpmlintrc
Normal file
6
mock-core-configs.spec.rpmlintrc
Normal file
@ -0,0 +1,6 @@
|
||||
addFilter(r'macro-in-comment %{name}')
|
||||
addFilter(r'macro-in-comment %{version}')
|
||||
addFilter(r'specfile-error warning: Macro expanded in comment on line [0-9]*: %{name}-%{version}')
|
||||
|
||||
# SPELLING ERRORS
|
||||
addFilter(r'spelling-error .* en_US (chroots|Config|chroot) ')
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mock-core-configs-31.5.tar.gz) = 2fcff9c321471a325a538e38664d21cc5d263c0cbfb6e74ea0d5eb9b719947099464dedccb2e56c3f4fef5905f4a8abf5d9822175302058292f1bab5efb8a167
|
||||
SHA512 (mock-core-configs-31.6.tar.gz) = eed8a070601719345a2d34cc426f98503b26b14951aae230bb6f911df6511df50538310fc2544e3dcdb8de6a8bb6b03e6c10a13306ee11754a735a38c0319f49
|
||||
|
Loading…
Reference in New Issue
Block a user