summaryrefslogtreecommitdiff
path: root/mptcpd.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mptcpd.spec')
-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