We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 328e8fb + 3afbfaa commit b521ef4Copy full SHA for b521ef4
SPECS/vitess/vitess.spec
@@ -1,9 +1,12 @@
1
+# Debuginfo packages are disabled from generating broken file
2
+%global debug_package %{nil}
3
+
4
# Generated by go2rpm
5
%bcond_without check
6
7
Name: vitess
8
Version: 17.0.7
-Release: 9%{?dist}
9
+Release: 10%{?dist}
10
Summary: Database clustering system for horizontal scaling of MySQL
11
# Upstream license specification: MIT and Apache-2.0
12
License: MIT and ASL 2.0
@@ -102,6 +105,9 @@ go test -v ./go/cmd/... \
102
105
%{_bindir}/*
103
106
104
107
%changelog
108
+* Mon Sep 22 2025 Mykhailo Bykhovtsev <[email protected]> - 17.0.7-10
109
+- Disable debuginfo generation to due to a broken file
110
111
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 17.0.7-9
112
- Bump release to rebuild with golang
113
0 commit comments