- Add patch to build with our gcc checks: * vde2-buffer-overflow.patch - Switch to svn checkout service in order to get something newer than 2011 tarball - Update to version 2.3.2+svn587: * allow pipes on stdin for daemonized switches * vde_vxlan initial release * Add format string to fprintf calls. * Clean up unused variables. * In 2014, I think we can stop trying to outsmart the compiler. Remove * "register" storage class. * Add missing headers in vde_router Makefile.am. * Add missing format string in snprintf. * Add missing source files in vde_vxlan Makefile.am. * Enable vde_over_ns when header is present. * Remove unused variable in vde_over_ns. * vde_autolink: Add missing null entry in getopt_long array. - Drop README.SUSE we are better of with the online guides - Cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/511489 OBS-URL: https://build.opensuse.org/package/show/Virtualization/vde2?expand=0&rev=11
15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://svn.code.sf.net/p/vde/svn/trunk/vde-2/</param>
|
|
<param name="scm">svn</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">vde2</param>
|
|
<param name="versionformat">2.3.2+svn%r</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|