Accepting request 574231 from network:time

- change the versioning scheme, resulting in version
  1.8+git65.g303b08c 

- Update to version v1.8+git.20180101 (bsc#1050682):
  * 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/574231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linuxptp?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-02-09 14:51:05 +00:00 committed by Git OBS Bridge
commit 95043b7801
6 changed files with 48 additions and 10 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<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>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.code.sf.net/p/linuxptp/code</param>
<param name="changesrevision">303b08cbf55096aba55bd08a314e0701e5c33482</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62872ae9109aabce3229677ad106fea56eb292031b8d009f3926e019d23aefcb
size 117340

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa8e00f6ec73cefa7bb313dce7f60dfe5eb9e2bde3353594e9ac18edc93e5165
size 147764

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Feb 8 12:08:37 UTC 2018 - jbohac@suse.com
- change the versioning scheme, resulting in version
1.8+git65.g303b08c
-------------------------------------------------------------------
Thu Feb 8 08:51:50 UTC 2018 - mpluskal@suse.com
- Update to version v1.8+git.20180101 (bsc#1050682):
* 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
-------------------------------------------------------------------
Thu Nov 23 13:47:15 UTC 2017 - rbrown@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package linuxptp
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,17 +18,16 @@
#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
%define _fillupdir /var/adm/fillup-templates
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: linuxptp
Version: 1.8
Version: 1.8+git65.g303b08c
Release: 0
Summary: Precision Time Protocol v2 daemon
License: GPL-2.0+
Group: Productivity/Networking/Other
Url: http://linuxptp.sourceforge.net/
Source0: https://sourceforge.net/projects/linuxptp/files/v%{version}/linuxptp-%{version}.tgz
URL: http://linuxptp.sourceforge.net/
Source0: %{name}-%{version}.tar.xz
Source1: ptp4l.service
Source2: sysconfig.ptp4l
Source3: linuxptp.firewall
@ -84,7 +83,6 @@ install -Dpm 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.
%service_del_postun ptp4l.service phc2sys.service
%files
%defattr(-,root,root)
%doc README.org COPYING linuxptp-howto.txt
%{_unitdir}/ptp4l.service
%{_unitdir}/phc2sys.service