Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only build bond against x86_64 architecture #1800

Merged
merged 3 commits into from
Dec 22, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion SPECS/bond/bond.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Summary: Microsoft Bond Library
Name: bond
Version: 8.0.1
Release: 5%{?dist}
Release: 6%{?dist}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't dash role, so we can recover the 2.0 preview build

License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
ExclusiveArch: x86_64
URL: https://github.com/microsoft/bond
#Source0: %{url}/archive/%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -68,6 +69,9 @@ chmod 0755 %{buildroot}%{_bindir}/gbc
%{_libdir}/%{name}/*

%changelog
* Wed Dec 22 2021 Nicolas Guibourge <[email protected]> - 8.0.1-6
- Only build it for x86_64.

* Tue Nov 30 2021 Pawel Winogrodzki <[email protected]> - 8.0.1-5
- Updating package build steps.

Expand Down