Change-Id: I3739120b62f060263c5e90e497c16dd6b9500187
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3912
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,35 +1,35 @@ |
| 1 |
-Summary: The Kerberos newtork authentication system |
|
| 2 |
-Name: krb5 |
|
| 3 |
-Version: 1.15.1 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 5 |
-License: MIT |
|
| 6 |
-URL: http://cyrusimap.web.cmu.edu/ |
|
| 7 |
-Group: System Environment/Security |
|
| 8 |
-Vendor: VMware, Inc. |
|
| 9 |
-Distribution: Photon |
|
| 10 |
-Source0: http://web.mit.edu/kerberos/www/dist/%{name}/%{version}/%{name}-%{version}.tar.gz
|
|
| 11 |
-%define sha1 krb5=810210a61070ea371014ac514d191bbe5cdac2e2 |
|
| 12 |
-Patch0: krb5-1.15-never-unload-mechanisms.patch |
|
| 13 |
-Requires: openssl |
|
| 14 |
-Requires: e2fsprogs-libs |
|
| 15 |
-BuildRequires: openssl-devel |
|
| 16 |
-BuildRequires: e2fsprogs-devel |
|
| 17 |
-Provides: pkgconfig(mit-krb5) |
|
| 18 |
-Provides: pkgconfig(mit-krb5-gssapi) |
|
| 1 |
+Summary: The Kerberos newtork authentication system |
|
| 2 |
+Name: krb5 |
|
| 3 |
+Version: 1.15.2 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 |
+License: MIT |
|
| 6 |
+URL: http://web.mit.edu/kerberos/ |
|
| 7 |
+Group: System Environment/Security |
|
| 8 |
+Vendor: VMware, Inc. |
|
| 9 |
+Distribution: Photon |
|
| 10 |
+Source0: http://web.mit.edu/kerberos/www/dist/%{name}/1.15/%{name}-%{version}.tar.gz
|
|
| 11 |
+%define sha1 krb5=579afa73cb4a3537acd7bb8b06c5217a1006723d |
|
| 12 |
+Patch0: krb5-1.15-never-unload-mechanisms.patch |
|
| 13 |
+Requires: openssl |
|
| 14 |
+Requires: e2fsprogs-libs |
|
| 15 |
+BuildRequires: openssl-devel |
|
| 16 |
+BuildRequires: e2fsprogs-devel |
|
| 17 |
+Provides: pkgconfig(mit-krb5) |
|
| 18 |
+Provides: pkgconfig(mit-krb5-gssapi) |
|
| 19 | 19 |
%description |
| 20 | 20 |
Kerberos V5 is a trusted-third-party network authentication system, |
| 21 | 21 |
which can improve your network's security by eliminating the insecure |
| 22 | 22 |
practice of clear text passwords. |
| 23 | 23 |
|
| 24 | 24 |
%package devel |
| 25 |
-Summary: Libraries and header files for krb5 |
|
| 26 |
-Requires: %{name} = %{version}-%{release}
|
|
| 25 |
+Summary: Libraries and header files for krb5 |
|
| 26 |
+Requires: %{name} = %{version}-%{release}
|
|
| 27 | 27 |
%description devel |
| 28 | 28 |
Static libraries and header files for the support library for krb5 |
| 29 | 29 |
|
| 30 | 30 |
%package lang |
| 31 |
-Summary: Additional language files for krb5 |
|
| 32 |
-Group: System Environment/Security |
|
| 31 |
+Summary: Additional language files for krb5 |
|
| 32 |
+Group: System Environment/Security |
|
| 33 | 33 |
Requires: %{name} = %{version}-%{release}
|
| 34 | 34 |
%description lang |
| 35 | 35 |
These are the additional language files of krb5. |
| ... | ... |
@@ -48,11 +48,11 @@ sed -e 's@\^u}@^u cols 300}@' \ |
| 48 | 48 |
CPPFLAGS="-D_GNU_SOURCE" \ |
| 49 | 49 |
autoconf && |
| 50 | 50 |
./configure \ |
| 51 |
- --prefix=%{_prefix} \
|
|
| 52 |
- --bindir=%{_bindir} \
|
|
| 53 |
- --libdir=%{_libdir} \
|
|
| 54 |
- --sysconfdir=/etc \ |
|
| 55 |
- --localstatedir=/var/lib \ |
|
| 51 |
+ --prefix=%{_prefix} \
|
|
| 52 |
+ --bindir=%{_bindir} \
|
|
| 53 |
+ --libdir=%{_libdir} \
|
|
| 54 |
+ --sysconfdir=/etc \ |
|
| 55 |
+ --localstatedir=/var/lib \ |
|
| 56 | 56 |
--with-system-et \ |
| 57 | 57 |
--with-system-ss \ |
| 58 | 58 |
--with-system-verto=no \ |
| ... | ... |
@@ -89,8 +89,8 @@ echo "127.0.0.1 $HOSTNAME" >> /etc/hosts |
| 89 | 89 |
cd src |
| 90 | 90 |
make check |
| 91 | 91 |
|
| 92 |
-%post -p /sbin/ldconfig |
|
| 93 |
-%postun -p /sbin/ldconfig |
|
| 92 |
+%post -p /sbin/ldconfig |
|
| 93 |
+%postun -p /sbin/ldconfig |
|
| 94 | 94 |
%clean |
| 95 | 95 |
rm -rf %{buildroot}/*
|
| 96 | 96 |
%files |
| ... | ... |
@@ -118,6 +118,8 @@ rm -rf %{buildroot}/*
|
| 118 | 118 |
%{_datarootdir}/locale/*
|
| 119 | 119 |
|
| 120 | 120 |
%changelog |
| 121 |
+* Thu Sep 28 2017 Xiaolin Li <xiaolinl@vmware.com> 1.15.2-1 |
|
| 122 |
+- Update to version 1.15.2 |
|
| 121 | 123 |
* Mon Jul 10 2017 Alexey Makhalov <amakhalov@vmware.com> 1.15.1-2 |
| 122 | 124 |
- Fix make check: add /etc/hosts entry, disable parallel check |
| 123 | 125 |
* Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 1.15.1-1 |