forked from pool/aaa_base
593fef2090
- Try to resolve the bash completion problems with ls (bnc#725657) - Create loop devices via tmpfiles and not via /lib/udev/devices. - Fix linuxbase URLs to point to the current documentation - Add README.packaging.txt. - migrate to _service file to make it a bit more clear the .tar is not a random tar - SuSEconfig is finally gone [FATE#100011] OBS-URL: https://build.opensuse.org/request/show/137262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=360
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">12.3</param>
|
|
<param name="url">git://gitorious.org/opensuse/aaa_base.git</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|