Changelog for
perl-ProjectBuilder-0.13.1-1.mdv2008.0.noarch.rpm :
Wed Nov 25 11:00:00 2015 Bruno Cornec
0.13.1-1
- Updated to 0.13.1
- Adds Docker support for VE build (using a specific build account in the container). Can start from a Docker Hub cimage. Can also build our own with rpmbootstrap or debootstrap as for chroot. Build 3 layers of containers (d-v-a, d-v-a-pb, d-v-a-pb-prj) and build in a container made from this third image (Bruno Cornec)
- Adds preliminary dnf support for new Fedora 22+ versions (Bruno Cornec)
- Fix perl deps for rhel7/centos7 for new/prep phase
- Add support for mageia 5
- Adds a pb_ssh_setup function used for both VM and RM to setup the ssh environment with the right keyfile used in launchv (Bruno Cornec)
Thu Feb 5 11:00:00 2015 Bruno Cornec 0.12.7-1
- Updated to 0.12.7
- Fix SLES update and install scripts with now SLES 12 (Bruno Cornec)
- Adds support for SLES 12 and mageia 3/4 chroots (Bruno Cornec)
Sun Jun 22 12:00:00 2014 Bruno Cornec 0.12.6-1
- Updated to 0.12.6
- Improve git and git-svn support (Bruno Cornec)
- Data::Dumper is a required perl module during sbx2setupvm and his documented as such (can be a separate one depending on distros) (Bruno Cornec)
- Fix duplicate display error and intermediate RE error as well (Bruno Cornec)
Tue Feb 4 11:00:00 2014 Bruno Cornec 0.12.5-1
- Updated to 0.12.5
- Adapt VM names and filters for Debian as per the new rule (major numbers only) (Bruno Cornec)
- Fix #128 by removing the initialization to STDOUT of the FD in pb_display_file and also improving pb_get_content to avoid to handle the last line (Bruno Cornec)
- Move pb_cms_compliant fundtion into VCS.pm and rename it pb_vcs_compliant, as it was used incorrectly in Env.pm which was lower in the tree. (Corey Wirun/Bruno Cornec)
Wed Jan 15 11:00:00 2014 Bruno Cornec 0.12.4-1
- Updated to 0.12.4
- Droping by default the release number for Debian distributions as this is now part of the version as for RHEL. (Bruno Cornec)
- Fix bugs in Distribution.pm preventing debian VM to be setup anymore (Bruno Cornec)
- Adds future Debian 8 and Ubuntu 14.04 codenames (Bruno Cornec)
Sun Jan 5 11:00:00 2014 Bruno Cornec 0.12.3-1
- Updated to 0.12.3
- Adds Fedora 18, 19 and 20 and Mageia 3 VE definitions (Bruno Cornec)
- Adds rbsmirrorupd feature (Bruno Cornec)
- No -s option for oppatchcmd by default now (Bruno Cornec)
- Adds git-svn support (Bruno Cornec)
- function pb_conf_print renamed into pb_distro_conf_print and move to Distribution.pm (Bruno Cornec)
- Fix some opensuse yast/patch usages (Bruno COrnec)
- Adds a parameter for the mode of the sudoers file instead of hard-coding (Bruno Cornec)
- Improve ntp handling by using oscmdntp instead of vmntpcmd (Bruno Cornec)
- Adds the possibility to prefix the output of commands executed by pb_system, if the verbose keyword is of the form verbose_prefix (Bruno Cornec)
- Fix #116 by documenting the cachedir parameter (Bruno Cornec)
Tue Feb 26 11:00:00 2013 Bruno Cornec 0.12.2-1
- Updated to 0.12.2
- pbdistrogetparam now works, is built & delivered, and has a new -a (all) option (Bruno Cornec)
- New function pb_conf_get_all to return the list of all parameters, also now used by pb_conf_print (Bruno Cornec)
- add a pbdistrogetparam command to ease shell interface (Bruno Cornec)
- Latest Ubuntu codename updated (Bruno Cornec)
- rpmbootstrap content for opensuse 12.2 (Bruno Cornec)
- Exports function pb_vcs_add_if_not_in (Bruno Cornec)
- Introduce a pb_exit function and use it in all apps (Bruno Cornec)
- In debug mode, do not erase the temporary dir created to ease analysis (Bruno Cornec)
- Red Hat 6.2 (not RHEL) support (Bruno Cornec)
- Factorize the proxy usages in pb_apply_conf_proxy and make it public (was partly done only) (Bruno Cornec)
- Allow usage of mayfailverbose in pb_system when both features are needed to help debuging (Bruno Cornec)
- Render File::Temp and Pod::Usage optional, in order to support partly old perl versions (5.00.5 at least) such as on RH6.2, so that the Base.pm module can be used in such a VE/VM (Bruno Cornec)
- Really use snapshot for launchve when needed. fix some parts of the condition which were wrong. (Bruno Cornec)
- Fix a nasty bug when using an empty value on the right side of the = sign in a conf file, he parameter wasn\'t created in the cache conf. (Bruno Cornec)
- Changing old checksum for yum from sha1 to sha as it wasn\'t working at least for RHEL5. (Bruno Cornec)