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:
commit
95043b7801
15
_service
Normal file
15
_service
Normal 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
4
_servicedata
Normal 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>
|
3
linuxptp-1.8+git65.g303b08c.tar.xz
Normal file
3
linuxptp-1.8+git65.g303b08c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62872ae9109aabce3229677ad106fea56eb292031b8d009f3926e019d23aefcb
|
||||||
|
size 117340
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa8e00f6ec73cefa7bb313dce7f60dfe5eb9e2bde3353594e9ac18edc93e5165
|
|
||||||
size 147764
|
|
@ -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
|
Thu Nov 23 13:47:15 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linuxptp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,17 +18,16 @@
|
|||||||
|
|
||||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
%if ! %{defined _fillupdir}
|
%if ! %{defined _fillupdir}
|
||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: linuxptp
|
Name: linuxptp
|
||||||
Version: 1.8
|
Version: 1.8+git65.g303b08c
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Precision Time Protocol v2 daemon
|
Summary: Precision Time Protocol v2 daemon
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Url: http://linuxptp.sourceforge.net/
|
URL: http://linuxptp.sourceforge.net/
|
||||||
Source0: https://sourceforge.net/projects/linuxptp/files/v%{version}/linuxptp-%{version}.tgz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: ptp4l.service
|
Source1: ptp4l.service
|
||||||
Source2: sysconfig.ptp4l
|
Source2: sysconfig.ptp4l
|
||||||
Source3: linuxptp.firewall
|
Source3: linuxptp.firewall
|
||||||
@ -84,7 +83,6 @@ install -Dpm 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.
|
|||||||
%service_del_postun ptp4l.service phc2sys.service
|
%service_del_postun ptp4l.service phc2sys.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README.org COPYING linuxptp-howto.txt
|
%doc README.org COPYING linuxptp-howto.txt
|
||||||
%{_unitdir}/ptp4l.service
|
%{_unitdir}/ptp4l.service
|
||||||
%{_unitdir}/phc2sys.service
|
%{_unitdir}/phc2sys.service
|
||||||
|
Loading…
Reference in New Issue
Block a user