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:
parent
8fda5a7488
commit
b8d0d64600
@ -40,4 +40,7 @@
|
||||
<packages type="image">
|
||||
<package name="csi-external-attacher"/>
|
||||
</packages>
|
||||
<packages type="bootstrap">
|
||||
<package name="openSUSE-release-ftp"/>
|
||||
</packages>
|
||||
</image>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user