- Update to version 3.0.4: * portability: do not include_next sys/random.h if its missing. * db: add O_DIRECTORY to opening database directory. * print: fix usage of va_list twice. * doc: document identity hash constraint used by "add file.apk" * print: fix apk_indent output to be logged if needed. * db: reset 'replaces' before reading v2 pkginfo. * solver: allow virtual provided package swap on del. * test: add test for replaces to function. * db: fix replaces to take ownership of files. * libfetch: increase password buffer to support long tokens. * db: check that unshare(CLONE_NEWNS) as root works. * db: always match package size in apk_db_get_pkg_by_name(). * progress io: propagate error code at close. - Update to version 3.0.3: * package: fix memfd sealing. * io: do not close stdin. * process: do not depend on /dev/null. * db: print error if apk_process_init fails during script exec. OBS-URL: https://build.opensuse.org/request/show/1330690 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/apk-tools?expand=0&rev=11
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://git.alpinelinux.org/apk-tools</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v3.0.4</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|
|
|