forked from pool/ghc-skylighting-core
Accepting request 829423 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/829423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=16
This commit is contained in:
commit
815aa961a8
14
_constraints
Normal file
14
_constraints
Normal file
@ -0,0 +1,14 @@
|
||||
<constraints>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>ppc64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">6</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 06:55:08 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
- Add _constraints with 6GB min disk space for ppc64/ppc64le
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:46:03 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 21 02:00:49 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -79,7 +79,7 @@ This package provides the Haskell %{pkg_name} library development
|
||||
files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user