forked from cockpit/cockpit
Adam Majer
04cb701efc
* Networking: Show additional ports for each firewall zone * Networking: List Firewall active zones when unprivileged * Inline documentation * Support for transient virtual machines * UEFI for virtual machines * Unattended virtual machines installation * Localize times * Better support for various TLS certificate formats * Overview: Add CPU utilization to usage card * Dashboard: Support SSH identity unlocking when adding new machines * SElinux: Introduce an Ansible automation script * Machines: Support “bridge” type network interfaces * Machines: Support “bus” type disk configuration - suse_docs.patch, storage-btrfs.patch: refreshed OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=170
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/dgdavid/cockpit-suse-theme.git</param>
|
|
<param name="versionformat"></param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">main</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar">
|
|
<param name="obsinfo">cockpit-suse-theme.obsinfo</param>
|
|
<!-- On SLE15.4 extra '-' gets added to the filename so we need to
|
|
define the name explicitly -->
|
|
<param name="filename">cockpit-suse-theme</param>
|
|
</service>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="url">https://github.com/cockpit-project/cockpit.git/</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">315</param>
|
|
<param name="submodules">disable</param>
|
|
</service>
|
|
<service name="node_modules" mode="manual">
|
|
<param name="cpio">node_modules.obscpio</param>
|
|
<param name="output">node_modules.spec.inc</param>
|
|
<param name="source-offset">1000</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar">
|
|
<param name="obsinfo">cockpit.obsinfo</param>
|
|
</service>
|
|
<service mode="buildtime" name="set_version">
|
|
<param name="basename">cockpit</param>
|
|
</service>
|
|
</services>
|