* add libnpclient-noinline-npc_gets.patch (boo#1255799) - Track dropped configs as ghost files - Specify --with-systemdsystemunitdir during configure - Drop diodmount rename, unneeded following upstream commit a6a077e - Add libcap dependency and drop unused libpcap - Rebase harden_diod.service.patch - Upgrade Lua version dependency to 1.3 (boo#1255720) - Drop optional tcmalloc dependency - Update to version 1.1.0+0.ga32f5a4: * protocol.md: fix document links * update README.md for 1.1.0 * scripts: add missing debian dependency * NEWS.md: add release notes for 1.1.0 * add script to generate release notes * testsuite: fix test output typo * reorganize project metadata * testsuite: temporarily disable security XATTR test * diodcli: fix compliation issue on aarch64 * git: drop check in tests/kern * .gitignore: remove ancient paths * testsuite: drop third party tests * testsuite: drop duplicate mode test * testsuite: drop duplicate fsync test * testsuite: migrate atomic create test to sharness * testsuite: migrate create test to sharness * testsuite: migrate xattr tests to sharness * testsuite: migrate flock tests to sharness * testsuite: drop duplicate rename test * testsuite: migrate sgid dir test to sharness OBS-URL: https://build.opensuse.org/package/show/filesystems/diod?expand=0&rev=11
19 lines
703 B
Plaintext
19 lines
703 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/chaos/diod.git</param>
|
|
<param name="filename">diod</param>
|
|
<param name="revision">v1.1.0</param>
|
|
<param name="versionformat">1.1.0+@TAG_OFFSET@.g%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">diod</param>
|
|
</service>
|
|
</services>
|