* 2024 extended palette and infographics palette (#635) * Fix #649: Provide unique alt attribute for <img> (#651) * Fix DOCTEAM-1670: (A11Y) Empty headings (#652) * Several changes to color contrast (commits 8ee59b8, a44616c, 62e535f, d189380, 30d4158) - Change spec file * Add suse-fonts as requirements OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=184
15 lines
528 B
Plaintext
15 lines
528 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<!-- Switcheroo below two lines before properly releasing! -->
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="url">git@github.com:openSUSE/suse-xsl.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">2.94.8</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|