[coreutils/f21] revert openssl change again (turns out there's a better fix)

Adam Williamson adamwill at fedoraproject.org
Thu Oct 23 23:28:46 UTC 2014


commit 1675992ad882271c4a665f1951ea7cc4f4a4b5fd
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Oct 23 16:28:31 2014 -0700

    revert openssl change again (turns out there's a better fix)

 coreutils.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/coreutils.spec b/coreutils.spec
index 0ba80c5..55434fe 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: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -94,6 +94,7 @@ BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libcap-devel
 BuildRequires: libattr-devel
+BuildRequires: openssl-devel
 BuildRequires: gmp-devel
 BuildRequires: attr
 BuildRequires: strace
@@ -171,6 +172,7 @@ 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 || :
@@ -377,6 +379,9 @@ fi
 %{_sbindir}/chroot
 
 %changelog
+* Thu Oct 23 2014 Adam Williamson <awilliam at redhat.com> - 8.22-21
+- revert -20 change: turns out there's a better fix elsewhere
+
 * Thu Oct 23 2014 Adam Williamson <awilliam at redhat.com> - 8.22-20
 - disable openssl support for now due to dep issues (#1156198)
 


More information about the scm-commits mailing list