Change-Id: Ifbb80f5946208472afeba0257385e88925e4c1a4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4135
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
Summary: Simple kernel loader which boots from a FAT filesystem |
| 3 | 3 |
Name: syslinux |
| 4 | 4 |
Version: 6.04 |
| 5 |
-Release: 1%{?dist}
|
|
| 5 |
+Release: 2%{?dist}
|
|
| 6 | 6 |
License: GPLv2+ |
| 7 | 7 |
URL: http://www.syslinux.org |
| 8 | 8 |
Group: Applications/System |
| ... | ... |
@@ -41,6 +41,10 @@ make bios install-all \ |
| 41 | 41 |
LDLINUX=ldlinux.c32 |
| 42 | 42 |
rm -rf %{buildroot}/boot
|
| 43 | 43 |
rm -rf %{buildroot}/tftpboot
|
| 44 |
+# remove it unless provide perl(Crypt::PasswdMD5) |
|
| 45 |
+rm %{buildroot}/%{_bindir}/md5pass
|
|
| 46 |
+# remove it unless provide perl(Digest::SHA1) |
|
| 47 |
+rm %{buildroot}/%{_bindir}/sha1pass
|
|
| 44 | 48 |
%files |
| 45 | 49 |
%defattr(-,root,root) |
| 46 | 50 |
%{_bindir}/*
|
| ... | ... |
@@ -54,5 +58,7 @@ rm -rf %{buildroot}/tftpboot
|
| 54 | 54 |
%{_datadir}/syslinux/com32/*
|
| 55 | 55 |
|
| 56 | 56 |
%changelog |
| 57 |
+* Wed Oct 25 2017 Alexey Makhalov <amakhalov@vmware.com> 6.04-2 |
|
| 58 |
+- Remove md5pass and sha1pass tools |
|
| 57 | 59 |
* Tue Oct 17 2017 Alexey Makhalov <amakhalov@vmware.com> 6.04-1 |
| 58 | 60 |
- Initial version |