Package Details: mock 1.2.10-1

Package Base: mock
Description: A simple chroot build environment manager for building RPMs
Upstream URL: http://fedoraproject.org/wiki/Projects/Mock
Category: devel
Licenses: GPL2
Submitter: td123
Maintainer: pnorcks
Last Packager: pnorcks
Votes: 2
First Submitted: 2011-02-23 05:50
Last Updated: 2015-06-06 18:22

Dependencies (6)

  • python
  • createrepo_c (optional) – for mockchain command
  • dnf-plugins-core (optional) – to create RPMs for Fedora 23 and above
  • lvm2 (optional) – for lvm_root plugin
  • pigz (optional) – for parallel compression of chroot cache
  • yum-utils (optional) – to create RPMs for Fedora 22 and below (including EL5, EL6 and EL7)

Required by (0)

Sources

Latest Comments

Comment by pnorcks

2015-06-04 22:46

I adopted the package.

Note that I removed the 'usermode' dependency from this package, since I prefer running mock with 'sudo', and it simplifies packaging.

Comment by pnorcks

2015-02-05 20:35

@roheim: Thanks!

I'm now seeing an install failure. Error output is below.

error: failed to commit transaction (conflicting files)
mock: /usr/sbin exists in filesystem
mock: /usr/sbin/mock exists in filesystem
Errors occurred, no packages were upgraded.

Comment by roheim

2015-02-05 18:01

@pnorcks: done.

Also upgraded to newest version.

Comment by pnorcks

2015-01-28 06:39

I recommend passing '--sysconfdir=/etc' to ./configure so that the mock's many configuration files will live under /etc/ instead of /usr/etc.

Comment by roheim

2014-08-28 21:46

This package is currently broken, but will be fixed.

Comment by Peter_Littmann

2014-01-16 10:04

I suggest to use mock-git which I just uploaded and let this package rest in peace.

Comment by nekolyanich

2012-04-03 12:15

Hi, then i run mock, it display error dialog with unknown error(o_O). And completely do nothing. what i doing wrong?

Comment by execat

2012-03-04 03:40

cd ${mygitname}
git pull origin

should be:

cd ${mygitname}
git pull origin -u master (or any other branch name)