Skip to content

Commit 7bb73f5

Browse files
committed
PKG-1077 Packaging tasks for release - PXB 9.6.0
1 parent d5d63f6 commit 7bb73f5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
. /usr/share/debconf/confmodule
4+
5+
exit 0

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1/z*
120120

121121
%post
122122
cp %SOURCE999 /tmp/ 2>/dev/null ||
123-
%if 0%{?enable_fipsmode}
124-
bash /tmp/call-home.sh -f "PRODUCT_FAMILY_PXB" -v %{xb_version_major}.%{xb_version_minor}.%{xb_version_patch}%{xb_version_extra}-%{rpm_release}-pro -d "PACKAGE" &>/dev/null || :
125-
%else
126123
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 || :
127-
%endif
128124
rm -f /tmp/call-home.sh
129125

130126
%clean

0 commit comments

Comments
 (0)