You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2020/08/25 13:17:13 UTC

[bigtop] branch master updated: BIGTOP-3390. Building Alluxio fails on Fedora 31. (#662)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new b7e70a2  BIGTOP-3390. Building Alluxio fails on Fedora 31. (#662)
b7e70a2 is described below

commit b7e70a25ae85c42313b466f1341c336c846fa4c9
Author: Kengo Seki <se...@apache.org>
AuthorDate: Tue Aug 25 22:17:04 2020 +0900

    BIGTOP-3390. Building Alluxio fails on Fedora 31. (#662)
---
 bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec b/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec
index 3ef25bb..c506069 100644
--- a/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec
+++ b/bigtop-packages/src/rpm/alluxio/SPECS/alluxio.spec
@@ -12,6 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+%define        alluxio_name alluxio
 
 Name:           alluxio
 Version:        %{alluxio_version}
@@ -29,7 +30,6 @@ Source3:       init.d.tmpl
 Source4:       alluxio-master.svc
 Source5:       alluxio-worker.svc
 #BIGTOP_PATCH_FILES
-%define        alluxio_name alluxio
 %define        alluxio_home /usr/lib/%{alluxio_name}
 %define        alluxio_services master worker
 %define        var_lib /var/lib/%{alluxio_name}