d60a3e019f
* HTTP port allocation takes into consideration /var/ipp-usb/dev/* * If quirk's init-delay is high enough, initialization always times out * Device USB port added to logged device info * Pantum BM5100ADN series quirks: disable-fax = true * inifile.go: removed excessive break statements * UID authentication instrumented * auth: fixed possible race in access to UID lookup cache * auth: don't attempt to resolve UID, if UID is not known * auth: don't try to obtain client UID, if we don't actually use it * TCPClientUID better instrumented * uid auth: fixed to run on systems with disabled IPv6 support - fix service file (missing Install section) OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=2
16 lines
546 B
XML
16 lines
546 B
XML
<?xml version="1.0" ?>
|
|
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/OpenPrinting/ipp-usb.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">refs/tags/0.9.27</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|