Changelog for
containment-rpm-docker-1.3.4+git_r78_fa6af2c-3.1.noarch.rpm :
* Mon Mar 05 2018 containers-bugownerAATTsuse.de- Commit 229b3d2 by Fabian Vogt fvogtAATTsuse.com Abort build if changelog found but changelog-generator not available Commit 8af17f6 by Fabian Vogt fabianAATTritter-vogt.de Make changelog-generator optional for openSUSE Fixes #31 feature#openSUSE_Kubic
* Fri Feb 02 2018 containers-bugownerAATTsuse.de- Commit 1956b4f by Jordi Massaguer Pla jmassaguerplaAATTsuse.de Add conflicts with other packages that provide the same hook /usr/lib/build/kiwi_post_run Signed-off-by: Jordi Massaguer Pla
* Mon Jan 15 2018 containers-bugownerAATTsuse.de- Commit 56cf72d by David Cassany dcassanyAATTsuse.com Exit if no tag defined This commit exits the kiwi_post_run hook script in case the config.xml file does not include any tag specification.
* Wed Nov 08 2017 containers-bugownerAATTsuse.de- Commit c3c1362 by Flavio Castelli fcastelliAATTsuse.com Obsolete packages with older naming scheme [bsc#1066653] Ensure the packages that followed the older naming scheme get replaced by the new ones. Signed-off-by: Flavio Castelli
* Wed Sep 06 2017 containers-bugownerAATTsuse.de- Commit 66d6869 by David Cassany dcassanyAATTsuse.com This commit removed the word \'docker\' from the package name
* Fri Sep 01 2017 containers-bugownerAATTsuse.de- Commit 055de6e by Jordi Massaguer Pla jmassaguerplaAATTsuse.de Use IBS build number to distinguish releases This solves a number of problems around updating images within IBS, and delivering those as updates. This is a rebase from https://github.com/SUSE/containment-rpm-docker/pull/24 Which Kiall started
* Mon Aug 28 2017 containers-bugownerAATTsuse.de- Commit 055de6e by Jordi Massaguer Pla jmassaguerplaAATTsuse.de Use IBS build number to distinguish releases This solves a number of problems around updating images within IBS, and delivering those as updates. This is a rebase from https://github.com/SUSE/containment-rpm-docker/pull/24 Which Kiall started
* Wed Aug 23 2017 containers-bugownerAATTsuse.de- Commit 1a6b95f by Kiall Mac Innes kiallAATTmacinnes.ie Add a tagfile, a mechanism to determine the latest image Sometimes, using a \":latest\" tag is not enough, for example, when you need to inform Kubernetes that it should perform a rolling upgrade to the new tag. By adding a file which contains the most specific tag for a given image, we can have downstream tools use this to determine the tag that matches the currently installed RPM.
* Mon Aug 07 2017 containers-bugownerAATTsuse.de- Commit 01528cd by David Cassany dcassanyAATTsuse.com Add DISTURL in RPM metadata, fixes bsc#1052030 With this commit kiwi_post_run script reads the \'/.build/build.data\' file from the build service environment in order to get the $DISTURL environment variable and set the DISTURL value in the rpm.
* Fri Jul 28 2017 containers-bugownerAATTsuse.de- Commit 593eaf5 by Maximilian Meister mmeisterAATTsuse.de make branch safe by transforming slashes to dashes Signed-off-by: Maximilian Meister Commit 2ba6987 by Maximilian Meister mmeisterAATTsuse.de packaging: make branch configurable Signed-off-by: Maximilian Meister
* Fri Jun 30 2017 containers-bugownerAATTsuse.de- Commit d0c508a by David Cassany dcassanyAATTsuse.com Remove tag from the package name Now the image tag can be updated without creating a different rpm package for each update. This commit fixes bsc#1046378.
* Tue Jun 13 2017 containers-bugownerAATTsuse.de- Commit b094d74 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de add make_spec.sh script to create the spec file otherwise, we had to update the version in the containment-rpm-docker and, since this can be forgotten, we could end up with packages version 1.3.4 but having master code in it which contains extra commits
* Mon Jun 12 2017 containers-bugownerAATTsuse.de- Commit 145d37c by Jordi Massaguer Pla jmassaguerplaAATTsuse.de review filenames use old.[packages|changes].$PKG_NAME.$ARCH instead, because this is all start with old. This is just cosmetic but it is how we are doing it in the kubik project. Also fix the \"if\" clauses which were checking for the file existance which were looking in the wrong path
* Wed May 31 2017 containers-bugownerAATTsuse.de- Commit db142fc by David Cassany dcassanyAATTsuse.com Include symlink to the image with a simplified name This commit includes in the resulting docker image RPM a symlink to the image tarball that does not include any version number, arch and extension. The symlink is named as it is in the `name` attribute of the `image` tag within the kiwi description file. This way the base image version can be updated without having to also update base image reference inside the derived image kiwi description file. Related to bsc#1038192
* Fri May 26 2017 containers-bugownerAATTsuse.de- Commit 53d931e by Jordi Massaguer Pla jmassaguerplaAATTsuse.de remove sle2docker recommendation. fixes bsc#1032663
* Thu May 25 2017 containers-bugownerAATTsuse.de- Commit c36be37 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de fix typo in filename Signed-off-by: Jordi Massaguer Pla
* Thu May 25 2017 containers-bugownerAATTsuse.de- Commit 74c13c4 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de- check if old.changes and old.packages exist and otherwise create an empty- images.changes
* Thu May 25 2017 containers-bugownerAATTsuse.de- Commit 2aa7744 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de multi packages in one repo add the package name as a prefix in the old.packages and old.changelog: $PKG_NAME.old.packages.$ARCH $PKG_NAME.old.changelog.$ARCH this way, if we have more than one docker image in the same obs repo, this script will only take the old files for the right package. Signed-off-by: Jordi Massaguer Pla
* Tue Mar 21 2017 containers-bugownerAATTsuse.de- packaging: fix path within archive
* Tue Mar 21 2017 containers-bugownerAATTsuse.de- change compression format to gzip
* Tue Mar 21 2017 containers-bugownerAATTsuse.de- change compression format to gzip
* Mon Mar 20 2017 mmeisterAATTsuse.com- synchronize specfile with git versioned specfile from https://github.com/SUSE/containment-rpm-docker
* Thu Mar 16 2017 mjuraAATTsuse.com- Updated to version 1.3.4 - change installation path for images - generate metadata file with Docker image information
* Fri Mar 10 2017 mjuraAATTsuse.com- Update to version 1.3.3 - rename KIWI image files before building the package - add libxml2-tools package to runtime requirements - parse KIWI config.xml and fetch containers metadata - added openSUSE as possible image name
* Thu Nov 12 2015 fcastelliAATTsuse.com- Update to version 1.2.0: - change the OBS script to look for changelong and old packages files according to the target architecture
* Tue Jul 14 2015 fcastelliAATTsuse.com- Fix rubygem-changelog-generator requirement according to the OS version
* Wed Apr 22 2015 roAATTsuse.de- require changelog-generator-data
* Wed Apr 22 2015 roAATTsuse.de- require rubygem-changelog_generator
* Wed Apr 01 2015 fcastelliAATTsuse.com- Version 1.1.0:
* automatic generation of the changelog
* recommend the installation of sle2docker
* Thu Mar 19 2015 fcastelliAATTsuse.com- Created initial version