diff --git a/.gitignore b/.gitignore index b186afa..8b04205 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ mock-1.1.4.tar.gz /mock-1.2.10.tar.xz /mock-1.2.11.tar.xz /mock-1.2.12.tar.xz +/mock-1.2.13.tar.xz diff --git a/mock.spec b/mock.spec index 8c61487..2c1472c 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 1 %define minor 2 -%define sub 12 +%define sub 13 %define extralevel %{nil} %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -27,10 +27,10 @@ Summary: Builds packages inside chroots Name: mock Version: %{release_version} -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Source: https://git.fedorahosted.org/cgit/mock.git/snapshot/%{name}-%{version}.tar.xz -URL: http://fedoraproject.org/wiki/Projects/Mock +URL: https://fedoraproject.org/wiki/Mock BuildArch: noarch %if 0%{?fedora} > 21 Requires: yum >= 3.4.3-505 @@ -121,8 +121,6 @@ done autoreconf -vif %configure make -sed -i '1,$s/1.2.12/%{version}/' docs/mock.1 -sed -i '1,$s/1.2.12/%{version}/' docs/mockchain.1 %install rm -rf $RPM_BUILD_ROOT @@ -150,9 +148,6 @@ fi echo "config_opts['plugin_conf']['package_state_enable'] = False" >> $RPM_BUILD_ROOT%{_sysconfdir}/mock/site-defaults.cfg echo "config_opts['use_nspawn'] = False" >> $RPM_BUILD_ROOT%{_sysconfdir}/mock/site-defaults.cfg %endif -%if 0%{?fedora} > 21 - echo "config_opts['yum_command'] = '/usr/bin/yum-deprecated'" >> $RPM_BUILD_ROOT%{_sysconfdir}/mock/site-defaults.cfg -%endif %pre # check for existence of mock group, create it if not found @@ -224,6 +219,27 @@ fi %{python_sitelib}/mockbuild/plugins/lvm_root.* %changelog +* Wed Sep 16 2015 Miroslav Suchý - 1.2.13-1 +- Use 'machinectl terminate' inside orphanskill() when systemd-nspawn used [RHBZ#1171737] +- use quite systemd-nspawn in quite mode [RHBZ#1262889] +- when calling systemd-nspawn become root first [RHBZ#1241827] +- revert F23 configs back to yum +- Give user hint what to do if he miss scm plugin. +- when cleaning up /dev/ do not fail on mountpoins +- warn (but not fail) on RHELs when you try to use DNF +- migrate package_state to use dnf when package_manager is set to dnf +- redownload metadata if they changed on server [RHBZ#1230508] +- provide --scrub=dnf-cache as alias for yum-cache [RHBZ#1241296] +- copy files to correct location [RHBZ#1252088] +- do not install weak deps in chroot [RHBZ#1254634] +- Try to set PTY window size [RHBZ#1155199] +- Set default LVM pool name [RHBZ#1163008] +- better parsing of content-disposition header [RHBZ#1248344] +- backend: Ensure output files are owned by unpriv user with nspawn +- Add "rpmbuild_networking" key (False by default) for nspawn backend +- fdfd464 Update Fedora Wiki URLs +- use yum-deprecated as the yum_command if it exists + * Tue Jul 14 2015 clark Williams - 1.2.12-1 - from Dennis Gilmore : - setup support so loopback devices can work [RHBZ#1245401] @@ -377,7 +393,7 @@ fi - run --shell as root with --new-chroot - Don't fail scrub when there's no pool [RHBZ#1162631] - Globbing and tilde expansion -- move restoring priviledges to finally [RHBZ#1162720] +- move restoring privileges to finally [RHBZ#1162720] - Remove "Buildroot must be already initialized" note - Add missing --print-root-path to manpage - Do not print ANSI escape characters into log [RHBZ#1163037] @@ -388,7 +404,7 @@ fi - man page for --macro-file [RHBZ#1160326] - Added option [--macro-file] to support external rpm macros file [RHBZ#1160326] - Don't output installation/build output when redirected -- Better log message for intial buildroot installation +- Better log message for initial buildroot installation - Be more specific when installing configs - Install into correct sitelib when using Python 3 - Fix nosync on aarch64 @@ -440,7 +456,7 @@ fi - do not list pki files twice - deploy etc/pki to buildroot - from Michael Simacek : - - mock: do not allow config scripts to regain root priviledges + - mock: do not allow config scripts to regain root privileges - from Igor Gnatenko : - Add F21 configs - Change releasever to 22 for rawhide diff --git a/sources b/sources index 4108021..3132d90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -365bc43bd6980b0e5c4563072c9430ea mock-1.2.12.tar.xz +c533ef723b33e0502568da258b25686b mock-1.2.13.tar.xz