Changelog for
perl-ProjectBuilder-0.14.3-1.mdv2007.1.noarch.rpm :
Sat Mar 4 11:00:00 2017 Bruno Cornec
0.14.3-1
- Updated to 0.14.3
- Fix a bug on the analysis of build dependencies for deb packages when using multiple versions constraints
- Add support for additional signed deb repositories
- Rename pb_distro_setuprepo_gen as pb_distro_setuprepo_gen_conf and create a new pb_distro_setuprepo_gen external function called by pb to allow the usage of external repository for pb installation itself if needed
- Solve an issue with dependency optimization
- Calls zypper refresh before making install for SUSE distros
- Import GPG key files on OpenSUSE as zypper doesn\'t do it alone it seems
- build is now calling back prep first in order to speed up the debug
- Adds man, help and versions options to pbdistrocheck and pbgetparam
- Fix #152 by adding support for https scheme in URLs
Wed Jan 4 11:00:00 2017 Bruno Cornec 0.14.2-1
- Updated to 0.14.2
- Fix #148 by providing a pb_filter_var_print function (Bruno Cornec)
- Fix #115 by providing system conf file (under /usr/share/pb) and an admin conf file (under /etc/pb) (Bruno Cornec)
- Docker is now the default vetype (Bruno Cornec)
- Fix conf file analysis (changes in pb_conf_get_if, pb_conf_add_last_in_hash, pb_distro_conf_print) (Bruno Cornec)
- Document in Conf.pm the order in which all conf files are loaded (Bruno Cornec)
- Use function pb_distro_conf_print in pbgetparam to avoid code duplication (Bruno Cornec)
- Fix a bug in pbgetparam where the project.pb file wasn\'t read (Bruno Cornec)
- Change interface of pb_ve_docker_get_image which now returns undef when no image id was found (Bruno Cornec)
- Adds support for fedora 25, Cloudlinux and Ubuntu 16.10. Fix OEL detection. (Bruno Cornec)
Mon Jul 25 12:00:00 2016 Bruno Cornec 0.14.1-1
- Updated to 0.14.1
- Adds Docker support and test builds for mageia 4-5, fedora 21-24, debian7-8, ubuntu 12.04,14.04-16.04, opensuse 13.2-42.1, centos 5-7, gentoo (Bruno Cornec)
- Fedora distributions since f10 uses perl-core to provide core modules (Bruno Cornec)
- Fix #144 by declaring PBTMP when File::Temp doesn\'t exist (Bruno Cornec)
- Fix docker repo/registry usage and adds conf file entries for them (Bruno Cornec)
- build and delivery directories renamed pbbuild and pbdelivery for consistency and to ease filtering (with git e.g.) (Bruno Cornec)
- Update latest Ubuntu codenames (Bruno Cornec)
- Add support for pbr for python project such as python-redfish (Bruno Cornec)
- Start working on a Mojolicious web app with swagger providing a RESTful API for pb (Bruno Cornec)
Wed Feb 17 11:00:00 2016 Bruno Cornec 0.13.2-1
- Updated to 0.13.2
- Improve yum and dnf invocation by just cleaning cache of metadata, avoiding to do a clean + upgrade
- Fix dependencies for Fedora 22 docker container
- improve git support by archiving HEAD if no modif in progress and removing git+ on uri when needed
- Improve git support where pbconf is upstream in the main directory of a simple project
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)