Skip to content

Commit c245972

Browse files
committed
version bump to 1.2.14
1 parent fef4c05 commit c245972

File tree

2 files changed

+14
-204
lines changed

2 files changed

+14
-204
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
####################################
66
# change version here. --> BOTH PLACES PLEASE!
7-
AC_INIT([mock],[1.2.13])
7+
AC_INIT([mock],[1.2.14])
88

99
temp_RELEASE_NAME=mock
1010
temp_RELEASE_MAJOR=1
1111
temp_RELEASE_MINOR=2
12-
temp_RELEASE_SUBLEVEL=13
12+
temp_RELEASE_SUBLEVEL=14
1313
temp_RELEASE_EXTRALEVEL=
1414
####################################
1515

mock.spec.in

Lines changed: 12 additions & 202 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,18 @@ fi
219219
%{python_sitelib}/mockbuild/plugins/lvm_root.*
220220

221221
%changelog
222+
* Fri Nov 20 2015 Miroslav Suchý <[email protected]> - 1.2.14-1
223+
- after unpacking chroot, change back to $CWD [RHBZ#1281369]
224+
- Fix package manager version handling for CentOS
225+
- use --setopt=deltarpm=false as default value for dnf_common_opts [RHBZ#1281355]
226+
- add arguments, do not over ride previous ones
227+
- Add %(resultdir) placeholder for sign plugin. [RHBZ#1272123]
228+
- decode shell output when running under Python3 [RHBZ#1267161]
229+
- create tmpfs with unlimited inodes [RHBZ#1266453]
230+
- typo [RHBZ#1241827]
231+
- do not use machinectl --no-legend as it is not el7 compatible [RHBZ#1241827]
232+
- directly tell yum which yum.conf he should use [RHBZ#1264462]
233+
222234
* Wed Sep 16 2015 Miroslav Suchý <[email protected]> - 1.2.13-1
223235
- Use 'machinectl terminate' inside orphanskill() when systemd-nspawn used [RHBZ#1171737]
224236
- use quite systemd-nspawn in quite mode [RHBZ#1262889]
@@ -381,205 +393,3 @@ fi
381393
- Correct check for --source cmd option, single file can be used [RHBZ#1165213]
382394
- update BUGS part of man page
383395
- add missing options to man page
384-
385-
* Tue Nov 18 2014 Miroslav Suchý <[email protected]> - 1.2.2-1
386-
- add missing import [RHBZ#1165061]
387-
388-
* Sat Nov 15 2014 Miroslav Suchý <[email protected]> - 1.2.1-1
389-
- allow mockchain to accept path as config
390-
- end yum's installroot path with a slash [RHBZ#1160428]
391-
- add --mount option [RHBZ#1162637]
392-
- add some missing bash completation strings
393-
- run --shell as root with --new-chroot
394-
- Don't fail scrub when there's no pool [RHBZ#1162631]
395-
- Globbing and tilde expansion
396-
- move restoring privileges to finally [RHBZ#1162720]
397-
- Remove "Buildroot must be already initialized" note
398-
- Add missing --print-root-path to manpage
399-
- Do not print ANSI escape characters into log [RHBZ#1163037]
400-
- in site-defaults.cfg initialize dictionary of plugins [RHBZ#1162595]
401-
- Disable empty names and values in config_opts[macros] [RHBZ#1160765]
402-
- Disable single macros in -D cmd option [RHBZ#1160765]
403-
- rpmbuild is in /usr/bin [RHBZ#1161112]
404-
- man page for --macro-file [RHBZ#1160326]
405-
- Added option [--macro-file] to support external rpm macros file [RHBZ#1160326]
406-
- Don't output installation/build output when redirected
407-
- Better log message for initial buildroot installation
408-
- Be more specific when installing configs
409-
- Install into correct sitelib when using Python 3
410-
- Fix nosync on aarch64
411-
- wrap all remaining getcwd() [RHBZ#1159300]
412-
- do not use rpm in %%post scriptlet [RHBZ#1131279]
413-
- Fix unclear legal host output [RHBZ#1159794]
414-
- allow running from directory, which is deleted [RHBZ#1159300]
415-
- create compress_logs plugin [RHBZ#1100923]
416-
- when default.cfg exists create default.cfg.rpmnew [RHBZ#1085308]
417-
- accept paths to target definition files [RHBZ#1126117]
418-
- set title bar in xterm [RHBZ#1126235]
419-
- pass --enablerepo/--disablerepo to yum in the same order as provided to mock [RHBZ#1154604]
420-
- Fix incorrect printing of binary strings on py3
421-
- Add missing Requires rpm-python3
422-
- Don't print Yum and build output when quiet
423-
- Prevent output being printed twice with --verbose (rhbz#1152971)
424-
- Fix printing non-ascii characters with output redirected (rhbz#1152952)
425-
- replace urlgrabber by python-requests
426-
- use python3 for Fedora22+
427-
- Don't print we're doing rpmbuild -bb, when it may not be true
428-
- 'prep' choice missing in short-circuit option parser
429-
- Don't execute prebuild in short-circuit mode
430-
431-
* Thu Oct 9 2014 Miroslav Suchý <[email protected]> - 1.2.0-1
432-
- update configs for secondary architecture (Dan Horák)
433-
- caching of buildroots using LVM (Michael Simacek)
434-
- add support for DNF (Michael Simacek)
435-
- initial porting to python3 (Michael Simacek)
436-
- new config option nosync (Michael Simacek)
437-
- add CentOS extra repository [BZ# 1108402]
438-
- correctly create default.cfg on arm [BZ# 1033786]
439-
- postpone loading of rpm after chroot is set [BZ# 1111147]
440-
- use systemd-nspawn instead of chroot [RHBZ# 1132762]
441-
- in --copyout do not fail on symlinks [BZ# 971474]
442-
- allow to short circuit to prep phase [BZ# 966985]
443-
444-
* Fri Jul 18 2014 Clark Williams <[email protected]> - 1.1.41-1
445-
- fix python 2.7 feature so we can run on rhel6
446-
447-
* Thu Jul 17 2014 Clark Williams <[email protected]> - 1.1.40-1
448-
- from Miroslav Suchý <[email protected]>:
449-
- mock: Revert "revert 7ec6a1e9d202ab56fb31c914dbf7516c045e56ab" [BZ# 1103239]
450-
- configs: use final Centos 7 path in configs [BZ# 1108402]
451-
- configs: fix typo in fedora-rawhide-armhfp config [BZ# 1108847]
452-
- mockchain: use getuid() instead of getgid() [BZ# 1108265]
453-
- configs: check gpg key of packages from Fedora, Centos, Epel
454-
- plugins: disable package_state by default on el6
455-
- make /etc/mtab symlink to /proc/self/mounts [BZ# 1116158]
456-
- do not list pki files twice
457-
- deploy etc/pki to buildroot
458-
- from Michael Simacek <[email protected]>:
459-
- mock: do not allow config scripts to regain root privileges
460-
- from Igor Gnatenko <[email protected]>:
461-
- Add F21 configs
462-
- Change releasever to 22 for rawhide
463-
464-
* Wed May 21 2014 Clark Williams <[email protected]> - 1.1.39-1
465-
- configs: update epel-7 koji repo to use correct URL
466-
- from Ken Dreyer <[email protected]>
467-
- Use RHEL 7 RC mirrorlist URLs
468-
from Miroslav Suchý <[email protected]>
469-
- add support for subscription-manager (RHSM)
470-
- expand tabs for better readablity
471-
- cut of everything after decimal point, if there is some [BZ# 1098477]
472-
- better code readablity
473-
- clarify the log messages
474-
- use metalink instead of mirrorlist in yum config
475-
- set LC_MESSAGE to C before executing command [BZ# 519258]
476-
- use ctypes.get_errno() instead of ctypes.c_int.in_dll(_libc, "errno")
477-
- revert 7ec6a1e9d202ab56fb31c914dbf7516c045e56ab (python 2.4 workarounds)
478-
- buildroot and %%clean is not needed for el6 and fedoras
479-
- description should always end with dot
480-
- remove shebang from mockbuild/mounts.py
481-
- %%defattr is not needed since rpm 4.4
482-
- remove el5 conditional
483-
- use createrepo_c which is much faster
484-
- whitespace fixes
485-
- remove unused variables: 'username' and 'hdr'
486-
- better logging of kernel version [BZ# 1048826]
487-
- partially revert 9db6edb33cc34a450e762eb5d2bedf9067ebc419 [BZ# 1034805]
488-
- teach mockchain about ftp [BZ# 1061776]
489-
from Jerry James <[email protected]>
490-
- fix post scriptlet to deal with rawhide [BZ# 1083689]
491-
492-
* Mon Mar 31 2014 Clark Williams <[email protected]> - 1.1.38-1
493-
- revert commit 34d0b1d815e4 for quoting (breaks fedora-review)
494-
495-
* Thu Mar 27 2014 Clark Williams <[email protected]> - 1.1.37-2
496-
- fix el6 requires for yum-utils
497-
498-
* Mon Mar 24 2014 Clark Williams <[email protected]> - 1.1.37-1
499-
- fix thinko in test script for running configs
500-
- plugins: turn off package_state plugin by default
501-
- fix automake to use 'xz' compression
502-
- additional commits needed by scm commit
503-
- elevate privs when accessing the chroot rpmdb [BZ# 1051474]
504-
- quote --shell args like a shell [BZ# 966144]
505-
- from Tuomo Soini <[email protected]>
506-
- Fix for race in directory creation [BZ# 1052045]
507-
- from Peter Jönsson <[email protected]>
508-
- Add support for creating tarballs with scm data still inside
509-
- from Tomas Kopecek <[email protected]>
510-
- internal_dev_setup option used consistently
511-
- from Dennis Gilmore <[email protected]>
512-
- add rawhide aarch64 config
513-
- remove sparc rawhide configs, she be dead
514-
- from Ville Skyttä <[email protected]>
515-
- Use $(mocketcdir) in install-data-hook instead of duplicating its value
516-
- Use xz tarball to save a bit of space
517-
- Clean up unused imports
518-
- Install bash completion to proper dir with bash-completion 2
519-
- Remove Fedora 18 configs
520-
- Use install @foo instead of groupinstall foo in chroot_setup_cmd
521-
- from Rodrigo Dias Cruz <[email protected]>
522-
- fix scm problem with specfiles using rpm macros [BZ# 1056271]
523-
- from Tomas Kopecek <[email protected]>
524-
- avoid undefined variable error in try/finally block [BZ# 1063275]
525-
526-
* Wed Feb 5 2014 Clark Williams <[email protected]> - 1.1.36-1
527-
- configs: first cut at epel-7 configs for x86_64 and ppc64
528-
- Add 'extra_chroot_dirs' config option
529-
- use repoquery --installroot to avoid yum cache corruption [BZ# 1029352 and 985681]
530-
- mockchain: avoid special characters in repoid [BZ# 1034805]
531-
- from Jon Disnard <[email protected]>:
532-
- implement autoreconf call in build phase of mock rpm [BZ# 926154]
533-
- fix --copyout by temporary drop and restore of privs [BZ# 1002142]
534-
- from Dennis Gilmore <[email protected]>:
535-
- rawhide and f19/f18 is hardware floating point only for arm, drop the unneeded configs
536-
- from Yann Droneaud <[email protected]>:
537-
- pass root environment to repoquery calls for proxy config [BZ# 974499]
538-
- from Miroslav Suchý <[email protected]>:
539-
- add releasever config option to configs [BZ# 1056039]
540-
541-
* Tue Nov 5 2013 Clark Williams <[email protected]> - 1.1.35-1
542-
- modified %%post logic to set default config correctly
543-
544-
* Tue Oct 29 2013 Clark Williams <[email protected]> - 1.1.34-1
545-
- fixed specfile to include mass rebuild changelog entry
546-
- package_state: drop privs when writing available_packages data [BZ# 916685]
547-
- unconditionally update default.cfg on install [BZ# 858822]
548-
- attempt to make mock more EL5 friendly [BZ# 949616]
549-
- do not ignore missing dependencies [BZ# 955478]
550-
- set the group defined in chrootgid [BZ# 953519]
551-
- add the --nocheck option to mock [BZ# 1015790]
552-
- raise privs before deleting rpm db files in chroot [BZ# 973617]
553-
- clean up orphan processes even if chroot not cleaned [BZ# 972868]
554-
- do not remove the chroot builddir if not cleaning the chroot [BZ# 483486]
555-
- use root object environment in package_state plugin [BZ# 921221]
556-
- Pass values of --plugin-option through literal_eval [BZ# 1018359]
557-
- add default mode to mount in tmpfs plugin [BZ# 598257]
558-
- exit mockbuild.util.logOutput() when child process dies [BZ# 885405]
559-
560-
* Wed Aug 21 2013 Clark Williams <[email protected]> - 1.1.33-1
561-
- removed f17 configs
562-
- added f20 configs
563-
- fixed mockchain to use mock config default setup [BZ# 962573]
564-
- remove bogus lockfile dir in _setupDirs() [BZ# 894305]
565-
566-
* Sat Aug 03 2013 Fedora Release Engineering <[email protected]> - 1.1.32-2
567-
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
568-
569-
* Thu Apr 18 2013 Clark Williams <[email protected]> - 1.1.32-1
570-
- fixed post scriptlet to use correct keyword to getent
571-
572-
* Fri Apr 12 2013 Clark Williams <[email protected]> - 1.1.31-1
573-
- removed f16 configurations files
574-
- selinux plugin: modify to catch yum-builddep in callback [BZ# 923927]
575-
- fix logging assumption in main mock file [BZ# 912624]
576-
- initial cut at chroot_scan plugin [BZ# 441090]
577-
- updated specfile to use static mock gid 135
578-
- from Marko Myllynen <[email protected]>:
579-
- separate scm module into separate package [BZ# 798367]
580-
- scm plugin: Handle filenames w/ spaces in SCM/git [BZ# 915264]
581-
- scm plugin: if tar supports --exlcude-vcs use it [BZ# 824848]
582-
- from Shad L. Lords <[email protected]>:
583-
- mounts plugin: removed redundant '-t' specified for vfstype [BZ# 910857]
584-
- from Justin Lewis Salmon <[email protected]>:
585-
- root cache plugin: add the --cache-alternations option [BZ# 905363]

0 commit comments

Comments
 (0)