Fedora 16 Update: mock-1.1.28-1.fc16

updates at fedoraproject.org updates at fedoraproject.org
Thu Nov 15 02:35:42 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-17570
2012-11-04 01:25:46
--------------------------------------------------------------------------------

Name        : mock
Product     : Fedora 16
Version     : 1.1.28
Release     : 1.fc16
URL         : http://fedoraproject.org/wiki/Projects/Mock
Summary     : Builds packages inside chroots
Description :
Mock takes an SRPM and builds it in a chroot

--------------------------------------------------------------------------------
Update Information:

cleaned up .cfgs
handle calling --scrub= with non-existant chroot

fix various start/finish state problems
remove dead code, unused array 'legal_arches'
add CLONE_NEWPID and CLONE_NEWIPC to unshare call
add an 'age_check' parameter to root_cache
deal with NFS home directories and root_cache issues
Fix mock kernel version comparison
add f18 configs
add missing s390 rawhide config

Fix mistake in committing fedora-17-ppc* configs
Fixed dropped commit for ppc/ppc64 configs on f17
Added package_state_plugin and bugfixes
Added mockchain which takes a mock config and a series of srpms, rebuilds the srpms one by one, adding each resulting rpm to a local repository so that they are available as build deps to the next package being built

Remove EPEL-4 configs
fix problem in scm.py with SSH_AUTH_SOCK 
fix baseurl (remove dist-) for f17 configs
fix incorrect setting of gid in UidManager.changeOwner()
allow chroot group to be configurable

--------------------------------------------------------------------------------
ChangeLog:

* Mon Sep 24 2012 Clark Williams <williams at redhat.com> - 1.1.28-1
- add updates-testing stanza to fedora-1x-*.cfg [BZ# 610826]
- modify scrub to handle non-existant chroots [BZ# 860368]
* Fri Sep  7 2012 Clark Williams <williams at redhat.com> - 1.1.27-1
- fixed configs test report to indicate configuration failure total
- remove dead code, unused array 'legal_arches'
- add an 'age_check' parameter to root_cache
- deal with NFS home directories and root_cache issues [BZ# 649192]
- from Mike Miller <mtmiller at ieee.org>:
  - Fix mock kernel version comparison [BZ# 847473]
- from Mathieu Bridon <bochecha at fedoraproject.org>:
  - fix various start/finish state problems [BZ# 835633]
- from Colin Walters <walters at redhat.com>:
  - add CLONE_NEWPID and CLONE_NEWIPC to unshare call [BZ# 851340]
* Fri Aug 10 2012 Dennis Gilmore <dennis at ausil.us> - 1.1.26-2
- add f18 configs
- add rawhide s390 config
* Mon Aug  6 2012 Clark Williams <williams at redhat.com> - 1.1.26-1
- move the fedora-17-ppc* configs into the configs directory
* Tue Jul 31 2012 Clark Williams <williams at redhat.com> - 1.1.25-1
- From Karsten Hopp <karsten at redhat.com>:
  - added ppc and ppc64 configs for fedora 17
* Fri Jul 27 2012 Clark Williams <williams at redhat.com> - 1.1.24-1
- Fixed error when calling os.getlogin() [BZ# 843434]
- removed fedora-15 config files
- from Matt McCutchen <matt at mattmccutchen.net>:
  - allowed common options to be added to yum commands [BZ# 734576]
- from Ville Skyttä <ville.skytta at iki.fi>:
  - added mockchain completion
- from Seth Vidal <skvidal at fedoraproject.org>:
  - added package_state_plugin
* Thu Jun  7 2012 Clark Williams <williams at redhat.com> - 1.1.23-1
- modified startup code to only set mock group [BZ# 809676]
  - add CLONE_NEWUTS to unshare(2) call [BZ# 818445]
  - from Seth Vidal <skvidal at fedoraproject.org>:
    - add mockchain to mock [BZ# 812477]
  - from Marko Myllynen <myllynen at redhat.com>:
    - fix write_tar check in scm.py [BZ# 828677]
  - from Masatake YAMATO <yamato at redhat.com>:
    - added option to set a plugin parameter value [BZ# 754321]
* Thu Mar 29 2012 Clark Williams <williams at redhat.com> - 1.1.22-1
- fix SCM problem with SSH_AUTH_SOCK [BZ# 803217]
- From Chris St Pierre <chris.a.st.pierre at gmail.com>:
  - allow chroot group to be configure option
* Wed Feb  8 2012 Clark Williams <williams at redhat.com> - 1.1.21-1
- from Dennis Gilmore <dennis at ausil.us>
  - add Fedora 17 mock configs
  - have configs reflect the dropping of dist- for koji repos
  - add configs for arm hardware floating point
* Mon Jan 30 2012 Clark Williams <williams at redhat.com> - 1.1.20-1
- changed createrepo invocation to not be done inside the chroot [BZ# 783926]
- changed [local] repo definitions in f16+ configs [BZ# 753735]
- from Ville Skyttä <ville.skytta at iki.fi>
  - Allow setting https, ftp, and no proxy in addition to http.
* Mon Jan  2 2012 Clark Williams <williams at redhat.com> - 1.1.19-2
- fix missing files from Makefile.am
* Mon Jan  2 2012 Clark Williams <williams at redhat.com> - 1.1.19-1
- fix dangling symlink when using SCM [BZ# 758781]
- remove setting TMPDIR in chroot environment [BZ# 769728]
- add code to allow global proxy in chroot [BZ# 766199]
- explicitly set unprivileged umask in --shell [BZ# 747119]
- add bind-mount config to create sourcedirs [BZ# 706174]
- move mount management into classes
- update environment management code
* Sat Nov 26 2011 Clark Williams <williams at redhat.com> - 1.1.18-1
- modify creation of default.cfg link to force creation if the
  symlink exists but doesn't point to a valid config [BZ# 741145]
- remove TZ from default environment [BZ# 754701]
- unbuffer output from --chroot command [BZ# 744761]
- added -debug stanzas in configs [BZ# 610823]
- report package contents of chroot after init [BZ# 736858]
- add _umountall() call to clean [BZ# 502922]
- updated release checklist overview and 1.1 checklist
- add code to tmpfs plugin to try a force umount on umount fail
- add 'lazy' option (-l) to umount
- prevent exceptions when showing installed packages on EPEL-4
- deleted unused (or cannot be used) configs
- from Davi Arnaut <davi.arnaut at gmail.com>
  - set chroot environment variables from config files [BZ# 753179]
* Mon Oct 31 2011 Clark Williams <williams at redhat.com> - 1.1.17-1
- fix borken shell argument handling [BZ# 750075]
- from Marko Myllynen <myllynen at redhat.com>:
  - Fix SCM integration on RHEL 5 [BZ# 749518]
- from Ville Skyttä <ville.skytta at iki.fi>:
  - bash completion fixes
* Fri Oct 21 2011 Clark Williams <williams at redhat.com> - 1.1.16-1
- modified bind_mount and tmpfs plugins to use hooks for shell and chroot
- refactored --shell and --chroot commands [BZ# 619533,728004,745550]
- added input validation for --buildsrpm [BZ# 743173]
- ensured configs don't have execute bit set [BZ# 744013]
- modified root cache pluging to not cache bind mounts [BZ# 744727]
- removed invalid excludes from epel-{4,5}-x86_64 configs [BZ# 533762]
- From Marko Myllynen <myllynen at redhat.com>:
  - Set HOME properly when doing SCM checkouts [BZ# 745394]
  - Support for setting timestamps for Git checkouts [BZ# 745396]
- From Yury V. Zaytsev <yury at shurup.com>:
  - fix incorrect-fsf-address rpmlint warning [BZ#741068] 
- From Jan Vcelak <jvcelak at redhat.com>:
  - resolve SELinux filesystem mountpoint [BZ# 734781]
* Fri Sep 23 2011 Clark Williams <williams at redhat.com> - 1.1.15-1
- Fixed logging issues due to namespace change [BZ# 740232,739550,739972]
- Fixed error removing old RMP db files [BZ# 738052]
- From Yury V. Zaytsev <yury at shurup.com>:
  - SELinux plugin uses Python 2.5 syntax [BZ# 740327]
  - Fix inconsistent permissions in specfile [BZ# 715286]
* Fri Sep  9 2011 Clark Williams <williams at redhat.com> - 1.1.14-1
- From Toshio Ernie Kuratomi <a.badger at gmail.com>
  - Fix install path of mockbuild module and default path to module dir
* Thu Sep  8 2011 Clark Williams <williams at redhat.com> - 1.1.13-1
- add custom exception for unshare(2) failures
- change getLog().warn to getLog().warning for consistency
- fix namespace collision with python-mock [BZ# 601725]
- from Kirby Zhou <kirbyzhou at sogou-inc.com>
  - remove rpmdb files before rebuilding SRPM [BZ# 719008]
- from Marko Myllynen <myllynen at redhat.com>
  - integrate mock with RHN
- from Giam Teck Choon <choon at choon.net>
  - add support for passing options to yum-buildep via mock cfg
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #610826 - updates-testing should be - optional? - in /etc/mock/*.cfg
        https://bugzilla.redhat.com/show_bug.cgi?id=610826
  [ 2 ] Bug #860368 - mock --scrub=chroot fails with IOError: [Errno 2] No such file or directory: '/var/lib/mock/fedora-rawhide-x86_64/result/state.log'
        https://bugzilla.redhat.com/show_bug.cgi?id=860368
  [ 3 ] Bug #835633 - "ERROR: state finish mismatch" when exiting mock --shell
        https://bugzilla.redhat.com/show_bug.cgi?id=835633
  [ 4 ] Bug #851340 - Support newer CLONE_ flags
        https://bugzilla.redhat.com/show_bug.cgi?id=851340
  [ 5 ] Bug #649192 - mock-1.1.6 doesn't play along with users $HOME on a NFS share (ERROR: Cannot find/open srpm)
        https://bugzilla.redhat.com/show_bug.cgi?id=649192
  [ 6 ] Bug #847473 - Fix mock kernel version comparison
        https://bugzilla.redhat.com/show_bug.cgi?id=847473
  [ 7 ] Bug #843434 - OSError: [Errno 25] Inappropriate ioctl for device
        https://bugzilla.redhat.com/show_bug.cgi?id=843434
  [ 8 ] Bug #734576 - RFE: Means for plugins to add options to all yum commands
        https://bugzilla.redhat.com/show_bug.cgi?id=734576
  [ 9 ] Bug #809676 - Mock and FreeIPA group detection issues.
        https://bugzilla.redhat.com/show_bug.cgi?id=809676
  [ 10 ] Bug #844846 - ERROR: Namespace unshare failed.
        https://bugzilla.redhat.com/show_bug.cgi?id=844846
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update mock' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list