[emacs] Depend on util-linux directly, as the package no longer provides setarch

Karel Klíč kklic at fedoraproject.org
Thu Mar 10 13:21:31 UTC 2011


commit 77da56c5c10d5948903cca27f4702092280707e4
Author: Karel Klic <kklic at redhat.com>
Date:   Thu Mar 10 14:21:22 2011 +0100

    Depend on util-linux directly, as the package no longer provides setarch

 emacs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index bf4f61b..09781f7 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -43,7 +43,7 @@ BuildRequires: desktop-file-utils
 # brp-python-bytecompile script
 BuildRequires: python2-devel python3-devel
 %ifarch %{ix86}
-BuildRequires: setarch
+BuildRequires: util-linux
 %endif
 Requires: desktop-file-utils
 Requires: emacs-common = %{epoch}:%{version}-%{release}
@@ -434,6 +434,7 @@ update-desktop-database &> /dev/null || :
 %changelog
 * Thu Mar 10 2011 Karel Klic <kklic at redhat.com> - 1:23.3-1
 - New upstream release
+- Depend on util-linux directly, as the package no longer provides setarch
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:23.2-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list