Skip to content

Commit b521ef4

Browse files
authored
[2.0] disable vitess-debuginfo package generation (microsoft#14715) (microsoft#14716)
2 parents 328e8fb + 3afbfaa commit b521ef4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SPECS/vitess/vitess.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# Debuginfo packages are disabled from generating broken file
2+
%global debug_package %{nil}
3+
14
# Generated by go2rpm
25
%bcond_without check
36

47
Name: vitess
58
Version: 17.0.7
6-
Release: 9%{?dist}
9+
Release: 10%{?dist}
710
Summary: Database clustering system for horizontal scaling of MySQL
811
# Upstream license specification: MIT and Apache-2.0
912
License: MIT and ASL 2.0
@@ -102,6 +105,9 @@ go test -v ./go/cmd/... \
102105
%{_bindir}/*
103106

104107
%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+
105111
* Thu Sep 04 2025 Akhila Guruju <[email protected]> - 17.0.7-9
106112
- Bump release to rebuild with golang
107113

0 commit comments

Comments
 (0)