Change-Id: I5211049c0d55176ebb4ceea20427afd75fca8ca4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3972
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,32 +1,32 @@ |
| 1 |
-Summary: The Apache HTTP Server |
|
| 2 |
-Name: httpd |
|
| 3 |
-Version: 2.4.27 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 5 |
-License: Apache License 2.0 |
|
| 6 |
-URL: http://httpd.apache.org/ |
|
| 7 |
-Group: Applications/System |
|
| 8 |
-Vendor: VMware, Inc. |
|
| 9 |
-Distribution: Photon |
|
| 10 |
-Source0: http://archive.apache.org/dist/httpd/%{name}-%{version}.tar.bz2
|
|
| 11 |
-%define sha1 httpd=699e4e917e8fb5fd7d0ce7e009f8256ed02ec6fc |
|
| 12 |
-Patch0: http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.4.27-blfs_layout-1.patch |
|
| 13 |
-Patch1: httpd-uncomment-ServerName.patch |
|
| 14 |
-BuildRequires: openssl |
|
| 15 |
-BuildRequires: openssl-devel |
|
| 16 |
-BuildRequires: pcre-devel |
|
| 17 |
-BuildRequires: apr |
|
| 18 |
-BuildRequires: apr-util |
|
| 19 |
-BuildRequires: apr-util-devel |
|
| 20 |
-BuildRequires: openldap |
|
| 21 |
-BuildRequires: expat |
|
| 22 |
-BuildRequires: lua-devel |
|
| 23 |
-Requires: pcre |
|
| 24 |
-Requires: apr-util |
|
| 25 |
-Requires: openssl |
|
| 26 |
-Requires: openldap |
|
| 27 |
-Requires: lua |
|
| 28 |
-Requires: shadow |
|
| 29 |
-Provides: apache2 |
|
| 1 |
+Summary: The Apache HTTP Server |
|
| 2 |
+Name: httpd |
|
| 3 |
+Version: 2.4.28 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 |
+License: Apache License 2.0 |
|
| 6 |
+URL: http://httpd.apache.org/ |
|
| 7 |
+Group: Applications/System |
|
| 8 |
+Vendor: VMware, Inc. |
|
| 9 |
+Distribution: Photon |
|
| 10 |
+Source0: https://httpd.apache.org/dev/dist/%{name}-%{version}.tar.bz2
|
|
| 11 |
+%define sha1 httpd=0b37522b808dcee72e1d56d656b0def530b820a2 |
|
| 12 |
+Patch0: http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.4.27-blfs_layout-1.patch |
|
| 13 |
+Patch1: httpd-uncomment-ServerName.patch |
|
| 14 |
+BuildRequires: openssl |
|
| 15 |
+BuildRequires: openssl-devel |
|
| 16 |
+BuildRequires: pcre-devel |
|
| 17 |
+BuildRequires: apr |
|
| 18 |
+BuildRequires: apr-util |
|
| 19 |
+BuildRequires: apr-util-devel |
|
| 20 |
+BuildRequires: openldap |
|
| 21 |
+BuildRequires: expat |
|
| 22 |
+BuildRequires: lua-devel |
|
| 23 |
+Requires: pcre |
|
| 24 |
+Requires: apr-util |
|
| 25 |
+Requires: openssl |
|
| 26 |
+Requires: openldap |
|
| 27 |
+Requires: lua |
|
| 28 |
+Requires: shadow |
|
| 29 |
+Provides: apache2 |
|
| 30 | 30 |
%description |
| 31 | 31 |
The Apache HTTP Server. |
| 32 | 32 |
|
| ... | ... |
@@ -176,6 +176,8 @@ fi |
| 176 | 176 |
%{_bindir}/dbmmanage
|
| 177 | 177 |
|
| 178 | 178 |
%changelog |
| 179 |
+* Wed Oct 04 2017 Xiaolin Li <xiaolinl@vmware.com> 2.4.28-1 |
|
| 180 |
+- Updated to version 2.4.28 |
|
| 179 | 181 |
* Tue Sep 26 2017 Anish Swaminathan <anishs@vmware.com> 2.4.27-3 |
| 180 | 182 |
- Release bump for expat version update |
| 181 | 183 |
* Tue Aug 08 2017 Anish Swaminathan <anishs@vmware.com> 2.4.27-2 |