diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index a93adca..26dc771 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 4 15:57:04 CEST 2010 - sndirsch@suse.de + +- use configure option "--with-sha1=libcrypto" to fix also plain + rpmbuilds (bnc #627872) + ------------------------------------------------------------------- Thu Jul 8 16:49:54 CEST 2010 - max@suse.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 0da8f47..9c024d1 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -32,7 +32,7 @@ BuildRequires: libjpeg-devel %endif Url: http://xorg.freedesktop.org/ Version: 7.5_%{dirsuffix} -Release: 10 +Release: 13 License: GPLv2+ ; MIT License (or similar) BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -265,6 +265,7 @@ autoreconf -fi --enable-xephyr \ --enable-record \ --enable-xcsecurity \ + --with-sha1=libcrypto \ %ifarch s390 s390x --disable-xorg \ --disable-aiglx \