1
0

Accepting request 257847 from devel:languages:haskell

1

OBS-URL: https://build.opensuse.org/request/show/257847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-rpm-macros?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2014-10-23 12:20:17 +00:00 committed by Git OBS Bridge
commit 207e8ba7d2
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 12 13:11:17 UTC 2014 - dmueller@suse.com
- disable dependency on prelink for arm and aarch64 architectures
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 31 16:10:06 UTC 2014 - dimstar@opensuse.org Thu Jul 31 16:10:06 UTC 2014 - dimstar@opensuse.org

View File

@ -50,7 +50,7 @@ Patch100: sle-sp1-rpmdeps.patch
BuildRequires: xz BuildRequires: xz
Requires: ghc-srpm-macros = %{version}-%{release} Requires: ghc-srpm-macros = %{version}-%{release}
%ifnarch ppc64le %ifnarch ppc64le aarch64 %arm
# for execstack # for execstack
Requires: prelink Requires: prelink
%endif %endif
@ -99,8 +99,8 @@ Macros used when generating source Haskell rpm packages.
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
# remove when prelink is available on ppc64le # remove when prelink is available on any of those architectures
%ifarch ppc64le %ifarch ppc64le aarch64 %arm
%patch6 -p1 %patch6 -p1
%endif %endif
%if 0%{?sles_version} %if 0%{?sles_version}