forked from pool/multipath-tools
b4c488216e
- Update to version 0.8.4+31+suse.8f53764: * Fix sporadic build failures caused by missing build dependencies - Update to version 0.8.4+29+suse.c27ed8d: * multipath-tools: Makefile.inc: set -Wno-error=clobbered * Makefile.inc: keep warning flags during rpm build * Eliminate compiler warnings on 32bit build. * Fixes for tests under i586 - Spec file: add %check section to run multipath-tools CI * not on SLE12, as cmocka is missing * add build dependency on cmocka for building tests * run "make test" with parallel make - Update to version 0.8.4+19+suse.48fc2f4: * multipath: add "-e" option to enable foreign libraries * libmultipath: set "enable_foreign" to NONE by default * deleted libmultipath-set-enable_foreign-to-NONE-by-default.patch (included in factory git repo now). * Makefile: dependency fixes for parallel build - Get rid of %is_opensuse: * drop build workaround for Leap 42.1 * build libdmmp for everything except SLE12/Leap42 and older - Other spec file updates: * use %make_build to speed up build (possible with 0.8.4) - Migrated to .obscpio format. - Update to version 0.8.4+16+suse.f319f7ea - Changed github workflow back from merge-based to rebase-based. This makes it much easier to assess differences between upstream and SUSE code. OBS-URL: https://build.opensuse.org/request/show/803707 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=212
19 lines
720 B
Plaintext
19 lines
720 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">multipath-tools</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
|
<param name="revision">factory</param>
|
|
<param name="match-tag">0.[0-9].[0-9]</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|