Disable Mono.Btls.Interface for ARM and ppc64le
This commit is contained in:
parent
bf91f9f1e2
commit
ce35980c8a
@ -16,7 +16,7 @@
|
||||
|
||||
Name: mono
|
||||
Version: 4.8.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Cross-platform, Open Source, .NET development framework
|
||||
|
||||
Group: Development/Languages
|
||||
@ -478,7 +478,10 @@ rm -f %{buildroot}%{_libdir}/pkgconfig/cecil.pc
|
||||
%gac_dll System.Transactions
|
||||
%gac_dll System.Xaml
|
||||
%gac_dll WebMatrix.Data
|
||||
%ifnarch aarch64 armv7hl ppc64le
|
||||
# there is no btls for ARM and ppc64le
|
||||
%gac_dll Mono.Btls.Interface
|
||||
%endif
|
||||
%gac_dll Mono.CodeContracts
|
||||
%{_monodir}/mono-configuration-crypto/4.5/mono-config*
|
||||
%{_monodir}/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll*
|
||||
@ -784,6 +787,9 @@ rm -f %{buildroot}%{_libdir}/pkgconfig/cecil.pc
|
||||
%{_libdir}/pkgconfig/monodoc.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-2
|
||||
* Disable Mono.Btls.Interface for ARM and ppc64le
|
||||
|
||||
* Thu Feb 16 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-1
|
||||
- update to 4.8.0.489 Cycle 9 RC Refresh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user