Skip to content

Commit 16b0588

Browse files
committed
Automatic commit of package [mock] release [3.0-1].
Created by command: /usr/bin/tito tag --use-version=3.0
1 parent 1fd2af9 commit 16b0588

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.tito/packages/mock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16-1 mock/
1+
3.0-1 mock/

mock/mock.spec

+14-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Summary: Builds packages inside chroots
1111
Name: mock
12-
Version: 2.16
12+
Version: 3.0
1313
Release: 1%{?dist}
1414
License: GPLv2+
1515
# Source is created by
@@ -258,6 +258,19 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || :
258258
%dir %{_datadir}/cheat
259259

260260
%changelog
261+
* Wed Apr 06 2022 Pavel Raiskup <[email protected]> 3.0-1
262+
- mock v3 contains several Python 2.7 (EL7) incompatibilites
263+
https://github.com/rpm-software-management/mock/issues/755
264+
- disable SECCOMP for Podman by default
265+
- opt in for SECCOMP invented
266+
- create simple_load_config() for use in 3rd party SW ([email protected])
267+
- implement --list-chroots command ([email protected])
268+
- add cachedir to output of hw_info plugin ([email protected])
269+
- mock: copy /usr/share/pki source CA certificates ([email protected])
270+
- add missing args for --scrub and --short-circuit into bash
271+
completion ([email protected])
272+
- remove el7 specific parts from the spec file ([email protected])
273+
261274
* Thu Dec 16 2021 Pavel Raiskup <[email protected]> 2.16-1
262275
- disable system call filtering
263276
- pass env to podman run ([email protected])

0 commit comments

Comments
 (0)