Skip to content

Commit 0906974

Browse files
committed
PXB-3587 Wrong telemetry metrics for PXB 8.0.35-34 in RHEL only
1 parent 9ec70da commit 0906974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/innobase/xtrabackup/utils/percona-xtrabackup.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1/z*
120120

121121
%post
122122
cp %SOURCE999 /tmp/ 2>/dev/null ||
123-
bash /tmp/call-home.sh -f "PRODUCT_FAMILY_PXB" -v %{xb_version_major}.%{xb_version_minor}.%{xb_version_patch}-%{xb_version_extra}-%{rpm_release} -d "PACKAGE" &>/dev/null || :
123+
bash /tmp/call-home.sh -f "PRODUCT_FAMILY_PXB" -v %{xb_version_major}.%{xb_version_minor}.%{xb_version_patch}%{xb_version_extra}-%{rpm_release} -d "PACKAGE" &>/dev/null || :
124124
rm -f /tmp/call-home.sh
125125

126126
%clean

0 commit comments

Comments
 (0)