Hello community,
here is the log from the commit of package kubic-weave-npc-image for
openSUSE:Factory checked in at 2019-07-24 20:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubic-weave-npc-image (Old)
and /work/SRC/openSUSE:Factory/.kubic-weave-npc-image.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubic-weave-npc-image"
Wed Jul 24 20:36:48 2019 rev:1 rq:718194 version:1.0.0
Changes:
--------
New Changes file:
--- /dev/null 2019-07-18 00:53:00.979475821 +0200
+++
/work/SRC/openSUSE:Factory/.kubic-weave-npc-image.new.4126/kubic-weave-npc-image.changes
2019-07-24 20:36:48.598565694 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Jul 24 08:37:18 CEST 2019 - [email protected]
+
+- Initial version
+
New:
----
LICENSE
_service
config.sh
kubic-weave-npc-image.changes
kubic-weave-npc-image.kiwi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kubic-weave-npc-image.kiwi ++++++
<?xml version="1.0" encoding="utf-8"?>
<!-- OBS-ExcludeArch: i586 s390 -->
<image schemaversion="6.9" name="kubic-weave-npc-image"
xmlns:suse_label_helper="com.suse.label_helper">
<description type="system">
<author>Thorsten Kukuk</author>
<contact>[email protected]</contact>
<specification>Image containing weave-npc for openSUSE
Kubic.</specification>
</description>
<preferences>
<type
image="docker"
derived_from="obsrepositories:/opensuse/busybox#latest">
<containerconfig
name="kubic/weave-npc"
tag="latest"
additionaltags="%PKG_VERSION%,%PKG_VERSION%-%RELEASE%"
maintainer="Thorsten Kukuk <[email protected]>">
<subcommand execute="/usr/bin/weave-npc"/>
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.kubic.weave-npc">
<label name="org.opencontainers.image.title" value="openSUSE Kubic
weave-npc container"/>
<label name="org.opencontainers.image.description" value="Image
containing weave-npc for openSUSE Kubic."/>
<label name="org.opencontainers.image.version"
value="%PKG_VERSION%-%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opensuse.reference"
value="registry.opensuse.org/kubic/weave-npc:%PKG_VERSION%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
</suse_label_helper:add_prefix>
</labels>
<history author="Thorsten Kukuk <[email protected]>">openSUSE Kubic
weave-npc container</history>
</containerconfig>
</type>
<version>1.0.0</version>
<packagemanager>zypper</packagemanager>
<rpm-excludedocs>true</rpm-excludedocs>
</preferences>
<repository>
<source path="obsrepositories:/"/>
</repository>
<packages type="bootstrap">
<package name="weave-npc"/>
</packages>
</image>
++++++ LICENSE ++++++
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
++++++ _service ++++++
<services>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">kubic-weave-npc-image.kiwi</param>
<param name="regex">%PKG_VERSION%</param>
<param name="parse-version">patch</param>
<param name="package">weave-npc</param>
</service>
<service mode="buildtime" name="kiwi_label_helper"/>
</services>
++++++ config.sh ++++++
#!/bin/sh
#--------------------------------------
#test -f /.profile && . /.profile
#======================================
# Greeting...
#--------------------------------------
echo "Configure image: [$kiwi_iname]..."
mknod /var/log/ulogd.pcap p
mv /etc/ulogd.conf.weave /etc/ulogd.conf
exit 0