osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:59, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=22
This commit is contained in:
Ondřej Súkup 2020-12-18 12:53:23 +00:00 committed by Git OBS Bridge
parent ab79bf730a
commit 3be5d738ec
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- force i686 arch on i586
-------------------------------------------------------------------
Sun Nov 29 15:48:14 UTC 2020 - psimons@suse.com

View File

@ -127,7 +127,6 @@ BuildRequires: git-core
BuildRequires: gpg2
BuildRequires: lsof
BuildRequires: rsync
Requires: git-core
Requires(post): desktop-file-utils
Requires(post): hicolor-icon-theme
Requires(postun): desktop-file-utils
@ -138,6 +137,12 @@ Recommends: lsof
Recommends: rsync
Recommends: ssh
Suggests: %{name}-bash-completion
# GHC dont support i586
%ifarch %{ix86}
ExclusiveArch: i586 i686
ExclusiveArch: i686
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
%endif
%description
Git-annex allows managing files with git, without checking the file contents
@ -165,7 +170,7 @@ Requires: bash-completion
Supplements: (%{name} and bash-completion)
%description bash-completion
Optional dependency offering bash completion for git-annex
Optional dependency offering bash completion for git-annex})}}
%prep
%autosetup