Hello community,

here is the log from the commit of package opensuse-minidlna-image for 
openSUSE:Factory checked in at 2020-12-10 15:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-minidlna-image (Old)
 and      /work/SRC/openSUSE:Factory/.opensuse-minidlna-image.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensuse-minidlna-image"

Thu Dec 10 15:59:06 2020 rev:1 rq:854528 version:1.0.0

Changes:
--------
New Changes file:

--- /dev/null   2020-12-09 01:05:43.965003977 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-minidlna-image.new.2328/opensuse-minidlna-image.changes
        2020-12-10 15:59:07.646910347 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Nov 30 10:56:39 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Initial version 

New:
----
  LICENSE
  README.md
  _service
  entrypoint.tar.gz
  opensuse-minidlna-image.changes
  opensuse-minidlna-image.kiwi

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opensuse-minidlna-image.kiwi ++++++
<?xml version="1.0" encoding="utf-8"?>

<!-- OBS-ExcludeArch: i586 s390 -->

<image schemaversion="6.9" name="opensuse-minidlna-image" 
xmlns:suse_label_helper="com.suse.label_helper">
  <description type="system">
    <author>Thorsten Kukuk</author>
    <contact>[email protected]</contact>
    <specification>openSUSE minidlna image</specification>
  </description>
  <preferences>
    <type
      image="docker"
      derived_from="obsrepositories:/opensuse/busybox#latest">
      <containerconfig
        name="opensuse/minidlna"
        tag="latest"
        additionaltags="%PKG_VERSION%,%PKG_VERSION%-%RELEASE%"
        workingdir="/data"
        maintainer="Thorsten Kukuk &lt;[email protected]&gt;">
        <entrypoint execute="/usr/local/bin/entrypoint.sh"/>
        <subcommand execute="/usr/sbin/minidlnad">
          <argument name="-S"/>
        </subcommand>
        <volumes>
          <volume name="/media"/>
        </volumes>
        <labels>
          <suse_label_helper:add_prefix prefix="org.opensuse.minidlna">
            <label name="org.opencontainers.image.title" value="openSUSE 
minidlna container"/>
            <label name="org.opencontainers.image.description" value="Image 
containing minidlna server."/>
            <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/opensuse/minidlna:%PKG_VERSION%-%RELEASE%"/>
            <label name="org.openbuildservice.disturl" value="%DISTURL%"/>
          </suse_label_helper:add_prefix>
        </labels>
        <history author="Thorsten Kukuk &lt;[email protected]&gt;">openSUSE 
minidlna container</history>
      </containerconfig>
    </type>
    <version>1.0.0</version>
    <packagemanager>zypper</packagemanager>
    <rpm-excludedocs>false</rpm-excludedocs>
  </preferences>
  <repository>
    <source path="obsrepositories:/"/>
  </repository>
  <packages type="bootstrap">
    <package name="minidlna"/>
    <package name="bash"/>
    <package name="mandoc"/>
    <package name="-busybox-man"/>
    <archive name="entrypoint.tar.gz"/>
  </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.
++++++ README.md ++++++
# minidlna container

The command to run this container is as example:

```sh
  podman run -d --rm -v /media:/media --net=host --name minidlna --env 
MINIDLNA_MEDIA_DIR=/media registry.opensuse.org/opensuse/minidlna
```

Note: You need to run the container in host mode for it to be able to receive 
UPnP broadcast packets. The default bridge mode will not work.

Supported environment variables:

Prefix any configuration directive of MiniDLNA with MINIDLNA_
E.g.:
MINIDLNA_MEDIA_DIR=/media
MINIDLNA_MEDIA_DIR_1=A,/media/audio
MINIDLNA_MEDIA_DIR_2=V,/media/video
MINIDLNA_FRIENDLY_NAME="My DNLA Server"
++++++ _service ++++++
<services>
    <service mode="buildtime" name="kiwi_metainfo_helper"/>
    <service name="replace_using_package_version" mode="buildtime">
        <param name="file">opensuse-minidlna-image.kiwi</param>
        <param name="regex">%PKG_VERSION%</param>
        <param name="parse-version">patch</param>
        <param name="package">minidlna</param>
    </service>
    <service mode="buildtime" name="kiwi_label_helper"/>
</services>
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to