Fix missing packages_boot section

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/csi-attacher-image?expand=0&rev=2
This commit is contained in:
Tim Serong 2020-09-14 11:10:11 +00:00 committed by Git OBS Bridge
parent 8fda5a7488
commit b8d0d64600
4 changed files with 26 additions and 0 deletions

View File

@ -40,4 +40,7 @@
<packages type="image">
<package name="csi-external-attacher"/>
</packages>
<packages type="bootstrap">
<package name="openSUSE-release-ftp"/>
</packages>
</image>

View File

@ -78,6 +78,19 @@
<packages type="image">
<package name="csi-external-attacher"/>
</packages>
<packages type='bootstrap'>
<xsl:for-each select="param/packages_boot/package">
<package>
<xsl:attribute name="name">
<xsl:value-of select="name" />
</xsl:attribute>
</package>
</xsl:for-each>
</packages>
</image>
</xsl:template>

View File

@ -8,4 +8,9 @@
<url>https://registry.opensuse.org/opensuse/cephcsi/csi-attacher:v%PKG_VERSION%</url>
<referencelabel>org.opensuse.reference</referencelabel>
<reference>registry.opensuse.org/cephcsi/csi-attacher:v%PKG_VERSION%</reference>
<packages_boot>
<package>
<name>openSUSE-release-ftp</name>
</package>
</packages_boot>
</param>

View File

@ -8,4 +8,9 @@
<url>https://registry.opensuse.org/opensuse/cephcsi/csi-attacher:v%PKG_VERSION%</url>
<referencelabel>org.opensuse.reference</referencelabel>
<reference>registry.opensuse.org/opensuse/cephcsi/csi-attacher:v%PKG_VERSION%</reference>
<packages_boot>
<package>
<name>openSUSE-release-ftp</name>
</package>
</packages_boot>
</param>