public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ovn] rawhide: Pass --with-version-suffix=-%{release} to OVN configure
@ 2026-06-25  7:38 Nicholas Hubbard
  0 siblings, 0 replies; only message in thread
From: Nicholas Hubbard @ 2026-06-25  7:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ovn
Branch : rawhide
Commit : 064ccf70f7c7fa9368544a5bceed6ead0ca826d4
Author : Nicholas Hubbard <nicholashubbard@posteo.net>
Date   : 2026-06-24T14:50:59+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ovn/c/064ccf70f7c7fa9368544a5bceed6ead0ca826d4?branch=rawhide

Log:
Pass --with-version-suffix=-%{release} to OVN configure

---
diff --git a/ovn.spec b/ovn.spec
index ec37eda..9e4b76e 100644
--- a/ovn.spec
+++ b/ovn.spec
@@ -46,7 +46,7 @@ Name: ovn
 Summary: Open Virtual Network support
 URL: http://www.openvswitch.org/
 Version: 26.03.1
-Release: 51%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
+Release: 52%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
 Obsoletes: openvswitch-ovn-common < %{?epoch_ovs:%{epoch_ovs}:}2.11.0-8
 Provides: openvswitch-ovn-common = %{?epoch:%{epoch}:}%{version}-%{release}
 
@@ -210,6 +210,7 @@ popd
 %endif
         --enable-ssl \
         --with-pkidir=%{_sharedstatedir}/openvswitch/pki \
+        --with-version-suffix=-%{release} \
 %if 0%{?with_python3}
         PYTHON3=%{__python3} \
         PYTHON=%{__python3}
@@ -455,6 +456,10 @@ fi
 %{_unitdir}/ovn-br-db.service
 
 %changelog
+* Wed Jun 24 2026 Nicholas Hubbard <nhubbard@redhat.com> - 26.03.1-52
+- Configure OVN with --with-version-suffix=-%{release} so OVN binaries
+  report the full RPM version-release string.
+
 * Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 26.03.1-51
 - Rebuilt for openssl 4.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  7:38 [rpms/ovn] rawhide: Pass --with-version-suffix=-%{release} to OVN configure Nicholas Hubbard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox