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

Karel Klíč kklic at fedoraproject.org
Mon May 23 12:43:49 UTC 2011


commit dc557ea53c2e22e1dab397e56712fe3bf966d7dd
Author: Karel Klic <kklic at redhat.com>
Date:   Mon May 23 14:43:31 2011 +0200

    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 825ff70..f5585d0 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -47,7 +47,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(preun): %{_sbindir}/alternatives
@@ -447,6 +447,7 @@ update-desktop-database &> /dev/null || :
   The current process loses alternatives preference on every upgrade,
   but there seems to be no elegant way how to prevent this while
   having versioned binaries (/bin/emacs-%%{version}) at the same time.
+- 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