linuxptp/_service
Martin Pluskal ff38292be3 Accepting request 574229 from home:jbohac:branches:network:time
- change the versioning scheme, resulting in version
  1.8+git65.g303b08c 

- Update to version 1.8+git65.g303b08c:
  * clock: Don't forward management requests to UDS port.
  * Add an acknowledgment in the readme for Meinberg.
  * phc2sys: update '-s' option
  * sk: don't leak socket when reading of IB GUID fails.
  * Add compile time sanity check for interface name lengths.
  * phc_ctl: fix adj command to accept negative offset.
  * port: return timestamping iface in port properties
  * phc2sys: re-create clock clkid and servo when phc index changed
  * phc2sys: split servo_add from function clock_add
  * transport: pass struct interface to transport_open

OBS-URL: https://build.opensuse.org/request/show/574229
OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=11
2018-02-08 12:20:29 +00:00

16 lines
590 B
Plaintext

<services>
<service mode="localonly" name="tar_scm">
<param name="url">git://git.code.sf.net/p/linuxptp/code</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">linuxptp</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.g%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="localonly" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="localonly" name="set_version"/>
</services>