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.
Search Criteria
Package Details: mock 1.2.10-1
Package Actions
| Package Base: | mock |
|---|---|
| Description: | A simple chroot build environment manager for building RPMs |
| Upstream URL: | http://fedoraproject.org/wiki/Projects/Mock |
| Category: | devel |
| Licenses: | |
| 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
Comment by pnorcks
@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
@pnorcks: done.
Also upgraded to newest version.
Comment by pnorcks
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
This package is currently broken, but will be fixed.
Comment by Peter_Littmann
I suggest to use mock-git which I just uploaded and let this package rest in peace.
Comment by nekolyanich
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
cd ${mygitname}
git pull origin
should be:
cd ${mygitname}
git pull origin -u master (or any other branch name)