diff --git a/samdump2.spec b/samdump2.spec index 8d9d976..7992c1c 100644 --- a/samdump2.spec +++ b/samdump2.spec @@ -1,6 +1,6 @@ Name: samdump2 Version: 3.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Retrieves syskey and extracts hashes from Windows 2k/NT/XP/Vista SAM #MD5 RC4 DES functions are linked from openssl library @@ -12,8 +12,12 @@ Source0: http://downloads.sourceforge.net/ophcrack/%{name}-%{version}.tar Patch0: %{name}-install.patch +%if 0%{?fedora} >= 26 +BuildRequires: compat-openssl10-devel +%else BuildRequires: openssl-devel -#Requires: +%endif + %description This tool is designed to recover the syskey bootkey from Windows NT/2K/XP/Vista @@ -45,6 +49,9 @@ make install DESTDIR=%{buildroot} BINDIR=%{_bindir} MANDIR=%{_mandir}/man1/ OWNE %changelog +* Mon Apr 17 2017 Michal Ambroz - 3.0.0-10 +- fix FTBFS due to openssl change by linking to the compat lib for Fedora 26 + * Sat Feb 11 2017 Fedora Release Engineering - 3.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild