Accepting request 225694 from security

- Add ppc64le support 
- added patches:
  * ppc64le.patch (forwarded request 225561 from k0da)

OBS-URL: https://build.opensuse.org/request/show/225694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haveged?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2014-03-12 18:07:44 +00:00 committed by Git OBS Bridge
commit ff92ae5bec
3 changed files with 22 additions and 0 deletions

View File

@ -1,4 +1,11 @@
-------------------------------------------------------------------
Tue Mar 11 10:21:46 UTC 2014 - dvaleev@suse.com
- Add ppc64le support
- added patches:
* ppc64le.patch
-------------------------------------------------------------------
Tue Feb 18 13:11:01 UTC 2014 - crrodriguez@opensuse.org
- version 1.9.1

View File

@ -25,6 +25,7 @@ Group: System/Daemons
Url: http://www.issihosts.com/haveged/
Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
Source2: %{name}.service
Patch0: ppc64le.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Enhances: openssl
Enhances: gpg2
@ -65,6 +66,7 @@ algorithm and supporting features.
%prep
%setup -q
%patch0 -p1
%build
# mvyskocil: needed because of haveged-ppc.patch

13
ppc64le.patch Normal file
View File

@ -0,0 +1,13 @@
Index: haveged-1.9.1/configure.ac
===================================================================
--- haveged-1.9.1.orig/configure.ac
+++ haveged-1.9.1/configure.ac
@@ -156,7 +156,7 @@ case "$host" in
AC_DEFINE(HAVE_ISA_IA64, 1, [Define to 1 for ia64])
;;
- powerpc-*|pcc-*|powerpc64-*|ppc64-*)
+ powerpc-*|pcc-*|powerpc64*|ppc64*)
AC_DEFINE(HAVE_ISA_PPC, 1, [Define to 1 for ppc])
;;