Change-Id: I49f6a482c6e1515b7b1baabc1bf0ded7b19975b7
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6632
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,25 +1,25 @@ |
| 1 | 1 |
Name: erlang |
| 2 | 2 |
Summary: erlang |
| 3 |
-Version: 21.1.4 |
|
| 4 |
-Release: 1%{?dist}
|
|
| 3 |
+Version: 19.3 |
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
Group: Development/Languages |
| 6 | 6 |
Vendor: VMware, Inc. |
| 7 | 7 |
Distribution: Photon |
| 8 | 8 |
License: ASL2.0 |
| 9 |
-URL: https://github.com/erlang/otp |
|
| 10 |
-Source0: https://github.com/erlang/otp/archive/OTP-%{version}.zip
|
|
| 11 |
-%define sha1 OTP=295ea477fcf00b85a3ebb063ebccbd84e25e4be1 |
|
| 9 |
+URL: http://erlang.com |
|
| 10 |
+Source0: otp_src_%{version}.tar.gz
|
|
| 11 |
+%define sha1 otp_src=a3be29bff2d258399b1e2fddfc76cf2f6f1efba8 |
|
| 12 | 12 |
BuildRequires: unzip |
| 13 | 13 |
%description |
| 14 | 14 |
erlang programming language |
| 15 | 15 |
|
| 16 | 16 |
%prep |
| 17 |
-%setup -q -n otp-OTP-%{version}
|
|
| 17 |
+%setup -q -n otp_src_%{version}
|
|
| 18 | 18 |
|
| 19 | 19 |
%build |
| 20 | 20 |
export ERL_TOP=`pwd` |
| 21 | 21 |
./otp_build autoconf |
| 22 |
-%configure --disable-hipe |
|
| 22 |
+sh configure --disable-hipe --prefix=%{_prefix}
|
|
| 23 | 23 |
|
| 24 | 24 |
make |
| 25 | 25 |
|
| ... | ... |
@@ -37,6 +37,8 @@ make install DESTDIR=$RPM_BUILD_ROOT |
| 37 | 37 |
%exclude %{_libdir}/debug
|
| 38 | 38 |
|
| 39 | 39 |
%changelog |
| 40 |
+* Thu Jan 31 2019 Siju Maliakkal <smaliakkal@vmware.com> 19.3-3 |
|
| 41 |
+- Revert to old version to fix rabbitmq-server startup failure |
|
| 40 | 42 |
* Fri Dec 07 2018 Ashwin H <ashwinh@vmware.com> 21.1.4-1 |
| 41 | 43 |
- Update to version 21.1.4 |
| 42 | 44 |
* Mon Sep 24 2018 Dweep Advani <dadvani@vmware.com> 21.0-1 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Name: rabbitmq-server |
| 2 | 2 |
Summary: RabbitMQ messaging server |
| 3 | 3 |
Version: 3.6.15 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
Group: Applications |
| 6 | 6 |
Vendor: VMware, Inc. |
| 7 | 7 |
Distribution: Photon |
| ... | ... |
@@ -10,11 +10,11 @@ URL: https://github.com/rabbitmq/rabbitmq-server |
| 10 | 10 |
Source0: http://www.rabbitmq.com/releases/rabbitmq-server/v%{version}/%{name}-%{version}.tar.xz
|
| 11 | 11 |
%define sha1 rabbitmq=617cfba3406804b7cdc9999b88c06086e3705904 |
| 12 | 12 |
Source1: rabbitmq.config |
| 13 |
-Requires: erlang >= 21.0 |
|
| 13 |
+Requires: erlang |
|
| 14 | 14 |
Requires: /bin/sed |
| 15 | 15 |
Requires: socat |
| 16 | 16 |
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd |
| 17 |
-BuildRequires: erlang >= 21.0 |
|
| 17 |
+BuildRequires: erlang |
|
| 18 | 18 |
BuildRequires: rsync |
| 19 | 19 |
BuildRequires: zip |
| 20 | 20 |
BuildRequires: libxslt |
| ... | ... |
@@ -101,6 +101,8 @@ rm -rf $RPM_BUILD_ROOT |
| 101 | 101 |
/var/lib/* |
| 102 | 102 |
|
| 103 | 103 |
%changelog |
| 104 |
+* Thu Jan 31 2019 Siju Maliakkal <smaliakkal@vmware.com> 3.6.15-3 |
|
| 105 |
+- Consuming erlang 19.3 |
|
| 104 | 106 |
* Mon Sep 24 2018 Dweep Advani <dadvani@vmware.com> 3.6.15-2 |
| 105 | 107 |
- Consuming updated erlang version of 21.0 |
| 106 | 108 |
* Wed Sep 12 2018 Keerthana K <keerthanak@vmware.com> 3.6.15-1 |