This is an automated email from the ASF dual-hosted git repository.
xiaofeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 13a07174 rpm: upgrade compiler required by DoublyBufferedData
13a07174 is described below
commit 13a07174eab6ce4ae898ecf2bdb5e1144f7df313
Author: Xiaofeng Wang <[email protected]>
AuthorDate: Wed Nov 8 13:23:08 2023 +0800
rpm: upgrade compiler required by DoublyBufferedData
---
package/rpm/brpc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index b9f488ca..f40d766c 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -31,7 +31,7 @@ Source0:
https://downloads.apache.org/brpc/%{version}/apache-brpc-%{version}-src
%global _filter_GLIBC_PRIVATE 1
%global __filter_GLIBC_PRIVATE 1
-%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
+%if 0%{?fedora} >= 15 || 0%{?rhel} >= 8
%global use_devtoolset 0
%else
%global use_devtoolset 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]