[coreutils/f21] don't build against openssl for now, dep issues (#1156198)

Adam Williamson adamwill at fedoraproject.org
Thu Oct 23 22:00:16 UTC 2014


commit 84a4d406cbebc6affd06e7f69a52874340a11247
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Oct 23 14:59:55 2014 -0700

    don't build against openssl for now, dep issues (#1156198)

 coreutils.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/coreutils.spec b/coreutils.spec
index df58d7a..0ba80c5 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
 Version: 8.22
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -94,7 +94,6 @@ BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libcap-devel
 BuildRequires: libattr-devel
-BuildRequires: openssl-devel
 BuildRequires: gmp-devel
 BuildRequires: attr
 BuildRequires: strace
@@ -172,7 +171,6 @@ aclocal -I m4
 autoconf --force
 automake --copy --add-missing
 %configure --enable-largefile \
-           --with-openssl \
            --enable-install-program=hostname,arch \
            --with-tty-group \
            DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
@@ -379,6 +377,9 @@ fi
 %{_sbindir}/chroot
 
 %changelog
+* Thu Oct 23 2014 Adam Williamson <awilliam at redhat.com> - 8.22-20
+- disable openssl support for now due to dep issues (#1156198)
+
 * Wed Oct 15 2014 Ondrej Vasik <ovasik at redhat.com> - 8.22-19
 - handle situation with ro /tmp in colorls scripts (#1149761)
 - fix the sorting in multibyte locales (NUL-terminate sort keys)


More information about the scm-commits mailing list