update to version 0.12
while at it, fix 'License:' tag in the specfile according to https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 Resolves: #2164066 Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
parent
7deae10bd3
commit
4ae8a14ea9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/mptcpd-0.9.tar.gz
|
||||
/mptcpd-0.10.tar.gz
|
||||
/mptcpd-0.11.tar.gz
|
||||
/mptcpd-0.12.tar.gz
|
||||
|
||||
14
mptcpd.spec
14
mptcpd.spec
@ -1,8 +1,8 @@
|
||||
Summary: Multipath TCP daemon
|
||||
Name: mptcpd
|
||||
Version: 0.11
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later AND BSD-3-Clause
|
||||
URL: https://multipath-tcp.org
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
@ -17,7 +17,7 @@ BuildRequires: libell-devel
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
Source0: https://github.com/intel/mptcpd/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/multipath-tcp/mptcpd/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
The Multipath TCP Daemon is a daemon for Linux based operating systems that
|
||||
@ -31,7 +31,7 @@ Summary: MPTCP path manager header files
|
||||
Group: Development/Libraries
|
||||
Requires: pkgconfig
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
|
||||
%description devel
|
||||
Header files for adding MPTCP path manager support to applications
|
||||
@ -85,6 +85,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/mptcpd.pc
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2023 Davide Caratti <dcaratti@redhat.com> - 0.12-1
|
||||
- SPDX migration
|
||||
- update to version 0.12
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mptcpd-0.11.tar.gz) = 93f06e828365fd50fce17f4e9305891b2a6ef5e6cd40bff40bbfb614db8d7ff728455dcb23a1a53e5cb059f4dd5ff7a5dcee2cfe8b4cedab1bffc32c87b0e400
|
||||
SHA512 (mptcpd-0.12.tar.gz) = 313ce6f3905192fc614d419d498bfd814632730a50e3119039f076b4cec32360424f237a18cfec8c80a52ea6555a6e21949669ccb85e3178bd83748a2de66f73
|
||||
|
||||
Loading…
Reference in New Issue
Block a user