Package Release Info

containment-rpm-2.0.2-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

containment-rpm

Change Logs

* Fri Oct 27 2023 dmueller@suse.com
- update to 2.0.2:
  * Handle better container name from kiwi
* Wed Sep 20 2023 dmueller@suse.com
- update to 2.0.1:
  * More robust handling of tags
* Tue Apr 04 2023 dmueller@suse.com
- update to 2.0.0:
  * to Use uname -m for ARCH and also pass to rpmbuild
  * Fix plural on sentence by
  * adapt kiwi hook to new obs-build one and expand for docker build
* Tue Jun 12 2018 containers-builds@suse.de
- Commit 4532982 by Sergio Lindo Mansilla SLindoMansilla@suse.com
  Fix plural on sentence
* Thu Jun 07 2018 containers-builds@suse.de
- Commit 97bf8fc by Fabian Vogt fvogt@suse.com
  Use uname -m for ARCH and also pass to rpmbuild
  Otherwise we get into a mess where i386/i586/i686 are used in place of each
  other.
  Fixes #35
* Mon May 14 2018 containers-bugowner@suse.de
- Commit fec546a by Jordi Massaguer Pla jmassaguerpla@suse.de
  recommend changelog generator data instead of requiring it
  Using the changelog generator data is not a hard requirement. You can build
  rpms containing containers without creating the changelogs.
  This way, it will create the changelogs only if the changelog-generator-data
  package is available
  Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
* Wed Mar 28 2018 containers-bugowner@suse.de
- Commit c2e30cc by David Cassany dcassany@suse.com
  Make local builds possible
  This commit makes local OBS builds of images wrapped in RPMs possible.
* Mon Mar 05 2018 containers-bugowner@suse.de
- Commit 229b3d2 by Fabian Vogt fvogt@suse.com
  Abort build if changelog found but changelog-generator not available
  Commit 8af17f6 by Fabian Vogt fabian@ritter-vogt.de
  Make changelog-generator optional for openSUSE
  Fixes #31
  feature#openSUSE_Kubic
* Fri Feb 02 2018 containers-bugowner@suse.de
- Commit 1956b4f by Jordi Massaguer Pla jmassaguerpla@suse.de
  Add conflicts with other packages that provide the same hook
  /usr/lib/build/kiwi_post_run
  Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
* Mon Jan 15 2018 containers-bugowner@suse.de
- Commit 56cf72d by David Cassany dcassany@suse.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.