[uboot-tools] fix up installed files on base package

Dennis Gilmore ausil at fedoraproject.org
Sun Oct 20 20:38:41 UTC 2013


commit 3025850075fa6e4b0b09f25fbc6bc63495825401
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sun Oct 20 15:37:43 2013 -0500

    fix up installed files on base package

 uboot-tools.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 83b91b7..ac2fb9d 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -356,8 +356,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc README doc/README.imximage doc/README.kwbimage doc/uImage.FIT
 %{_bindir}/mkimage
 %{_mandir}/man1/mkimage.1*
+%ifarch %{arm}
 %dir %{_datadir}/uboot/
 %{_datadir}/uboot/uEnv.txt
+%endif
 %if 0%{?with_env}
 %{_bindir}/fw_printenv
 %{_bindir}/fw_setenv


More information about the scm-commits mailing list