cf-natali commented on code in PR #423:
URL: https://github.com/apache/mesos/pull/423#discussion_r844297798
##########
support/packaging/centos/build-docker-centos.sh:
##########
@@ -24,7 +24,7 @@
DOCKER_CONTEXT_DIR="${SOURCE_DIR}/centos${CENTOS_DISTRO}/rpmbuild/RPMS/x86_64"
cat <<EOF > "${DOCKER_CONTEXT_DIR}/Dockerfile"
FROM centos:${CENTOS_DISTRO}
-ADD mesos-?.?.?-*.rpm /
+ADD mesos-*.rpm /
Review Comment:
This change seems unrelated?
##########
support/packaging/centos/mesos.spec:
##########
@@ -1,9 +1,6 @@
-%global MESOS_VERSION
-%global MESOS_RELEASE
-
Name: mesos
-Version: %{MESOS_VERSION}
-Release: %{MESOS_RELEASE}%{?dist}
+Version: 1.11.1
Review Comment:
This file too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]