Provides: libatomic1
This commit is contained in:
parent
59c25afafe
commit
ce7c62a922
@ -1,7 +1,7 @@
|
||||
Name: libatomic_ops
|
||||
Summary: Atomic memory update operations
|
||||
Version: 7.6.10
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
# libatomic_ops MIT, libatomic_ops_gpl GPLv2
|
||||
License: GPLv2 and MIT
|
||||
@ -11,6 +11,10 @@ Source0: https://github.com/ivmai/libatomic_ops/releases/download/v%{version}/li
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
# runtime compatibility with other distros
|
||||
Provides: libatomic1 = %{version}-%{release}
|
||||
Provides: libatomic1%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Provides implementations for atomic memory update operations on a
|
||||
number of architectures. This allows direct use of these in reasonably
|
||||
@ -84,6 +88,9 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2021 Rex Dieter <rdieter@fedoraproject.org> - 7.6.10-7
|
||||
- Provides: libatomic1
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.10-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user