From ddc63bb78029ae17c3af42311ef0f03f0df5b75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 21 Jul 2020 19:45:54 +0200 Subject: [PATCH] Automatic commit of package [mock] release [2.4-1]. Created by command: /usr/bin/tito tag --- .tito/packages/mock | 2 +- mock/mock.spec | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.tito/packages/mock b/.tito/packages/mock index d6d5070a0..8da1ba7c8 100644 --- a/.tito/packages/mock +++ b/.tito/packages/mock @@ -1 +1 @@ -2.3-1 mock/ +2.4-1 mock/ diff --git a/mock/mock.spec b/mock/mock.spec index 3f60c8015..0e443d51c 100644 --- a/mock/mock.spec +++ b/mock/mock.spec @@ -9,7 +9,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 2.3 +Version: 2.4 Release: 1%{?dist} License: GPLv2+ # Source is created by @@ -243,6 +243,14 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || : %{python3_sitelib}/mockbuild/plugins/__pycache__/lvm_root.*.py* %changelog +* Tue Jul 21 2020 Miroslav Suchý 2.4-1 +- mockbuild/buildroot: Make btrfs-control available if host supports it + (ngompa13@gmail.com) +- Add `module_setup_commands` configuration option (praiskup@redhat.com) +- Use a different .rpmmacros for install/build time (praiskup@redhat.com) +- lvm: don't recall set_current_snapshot unnecessarily (praiskup@redhat.com) +- mock: copy source CA certificates (kdreyer@redhat.com) + * Fri May 22 2020 Pavel Raiskup 2.3-1 - bindmount resultdir to bootstrap chroot so we can --postinstall from bootstrap (issue #564)