From f8c6e2b6a77b74a22459eac52dd4337cfdfb5746 Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Mar 08 2016 20:10:45 +0000 Subject: import mock-1.2.16 --- diff --git a/.gitignore b/.gitignore index 06a094b..7344c39 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ mock-1.1.4.tar.gz /mock-1.2.13.tar.xz /mock-1.2.14.tar.xz /mock-1.2.15.tar.xz +/mock-1.2.16.tar.xz diff --git a/mock.spec b/mock.spec index c45c19f..78370ad 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %global major 1 %global minor 2 -%global sub 15 +%global sub 16 %global extralevel %{nil} %global release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -45,9 +45,12 @@ Requires: createrepo_c %if 0%{?use_python2} Requires: pyliblzma %endif -%if 0%{?rhel} != 6 +%if 0%{?rhel} != 6 && 0%{?fedora} > 0 && 0%{?fedora} < 24 Requires: systemd %endif +%if 0%{?rhel} != 6 && 0%{?fedora} > 23 +Requires: systemd-container +%endif Requires(pre): shadow-utils Requires(post): coreutils BuildRequires: autoconf, automake @@ -67,16 +70,11 @@ Requires: python-requests Requires: python >= 2.6 BuildRequires: python-devel %endif -%if 0%{?fedora} > 21 +%if 0%{?fedora} Recommends: dnf Recommends: dnf-plugins-core Recommends: btrfs-progs %endif -%if 0%{?fedora} == 21 || 0%{?fedora} == 20 -Requires: dnf -Requires: dnf-plugins-core -Requires: btrfs-progs -%endif %if 0%{?rhel} >= 7 Requires: btrfs-progs %endif @@ -219,6 +217,15 @@ fi %{python_sitelib}/mockbuild/plugins/lvm_root.* %changelog +* Tue Mar 8 2016 Miroslav Suchý - 1.2.16-1 +- remove old %if statements +- systemd-nspawn is now in systemd-container package +- become root user correct way [RHBZ#1312820][RHBZ#1311796] +- remove the sparc config +- Let logging format messages on demand +- tell nspawn which variables it should set [RHBZ#1311796] +- do not call /bin/su and rather utilize --user of systemd-nspawn [RHBZ#1301953] + * Mon Feb 22 2016 Miroslav Suchý - 1.2.15-1 - ccache plugin disabled by default - F21 configs removed @@ -233,7 +240,7 @@ fi - Fix package manager version handling for CentOS - use --setopt=deltarpm=false as default value for dnf_common_opts [RHBZ#1281355] - add arguments, do not over ride previous ones -- Add %%(resultdir) placeholder for sign plugin. [RHBZ#1272123] +- Add %(resultdir) placeholder for sign plugin. [RHBZ#1272123] - decode shell output when running under Python3 [RHBZ#1267161] - create tmpfs with unlimited inodes [RHBZ#1266453] - typo [RHBZ#1241827] diff --git a/sources b/sources index 8ad671d..534272f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01f41ae6487ce57f04fbee1eefab30b2 mock-1.2.15.tar.xz +a242a8dcf026d5c16abd787e0d7a8b3a mock-1.2.16.tar.xz