From 16084d950d6a337548bd61e222f48599474597df Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sat, 27 Aug 2016 22:33:10 +0200 Subject: [PATCH] package PSID Revert documentation makefile configs hardcode -m%{arch}, there's no point to force x32 for this --- sedutil.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sedutil.spec b/sedutil.spec index 3a9fbcc..a5863dc 100644 --- a/sedutil.spec +++ b/sedutil.spec @@ -11,7 +11,7 @@ Source0: https://github.com/Drive-Trust-Alliance/sedutil/archive/%{version}.tar. Patch0: 44e144ae2b85dc541bd09945311a2030ab412e98.patch URL: https://github.com/Drive-Trust-Alliance/sedutil BuildRequires: libstdc++-devel -ExclusiveArch: %{ix86} %{x8664} x32 +ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -27,7 +27,7 @@ standard on BIOS machines. %build %{__make} -C linux/CLI \ -%ifarch %{x8664} x32 +%ifarch %{x8664} CONF=Release_x86_64 %else CONF=Release_i686 @@ -44,5 +44,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README.md +%doc README.md linux/PSIDRevert_LINUX.txt %attr(755,root,root) %{_bindir}/%{name}-cli -- 2.44.0