summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-22 03:23:27 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-22 03:23:27 +0000
commit4e086f1e5feafcd91f6c4d5b2ba70b62bdcb901e (patch)
tree574f424f3bcbab46a46414def0865888b4703b42
parent1d9fb202351ac3dc6d315326dcd41feceec1bdda (diff)
automatic import of mptcpdopeneuler25.03
-rw-r--r--mptcpd.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/mptcpd.spec b/mptcpd.spec
index f2fceef..d890e08 100644
--- a/mptcpd.spec
+++ b/mptcpd.spec
@@ -1,7 +1,7 @@
Summary: Multipath TCP daemon
Name: mptcpd
Version: 0.13
-Release: 1%{?dist}
+Release: 2
License: GPL-2.0-or-later AND BSD-3-Clause
URL: https://multipath-tcp.org
Requires(post): systemd
@@ -86,5 +86,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/mptcpd.pc
%changelog
+* Fri Sep 19 2025 Geliang Tang <tanggeliang@kylinos.cn> - 0.13-2
+- Drop %{?dist} suffix in "Release:"
* Fri May 9 2025 Geliang Tang <tanggeliang@kylinos.cn> - 0.13-1
- initial build