Some tools in the experimental sub-package cannot be disabled at compile time. Previously, these tools were manually deleted after installation to prevent rpmbuild from reporting unpackaged files. However, as the number of such tools continues to grow, it's simpler to include them in the mini-experimental sub-package. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1650
16 lines
700 B
Plaintext
16 lines
700 B
Plaintext
<!-- for more details on the syntax, see: -->
|
|
<!-- https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
|
|
<!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.service.in -->
|
|
<!-- https://github.com/openSUSE/obs-service-tar_scm?tab=readme-ov-file#services -->
|
|
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/systemd.git</param>
|
|
<param name="filename">systemd</param>
|
|
<param name="versionformat">@PARENT_TAG@+suse.@TAG_OFFSET@.g%h</param>
|
|
<param name="revision">openSUSE-Factory</param>
|
|
</service>
|
|
<service name="tar" mode="disabled"/>
|
|
</services>
|