Exclude aarch64 Power64 s390x
This commit is contained in:
parent
5a591d76c9
commit
abcee70778
1 changed files with 5 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
Summary: Small libc implementation
|
||||
Name: dietlibc
|
||||
Version: 0.33
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
#Release: 0.1904.%%prerelease%%{?dist}
|
||||
License: GPLv2
|
||||
Group: Development/Libraries
|
||||
|
|
@ -44,7 +44,7 @@ Patch1: dietlibc-insecure-defpath.patch
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
#Requires: dietlibc-lib = %{version}-%{release}}
|
||||
Obsoletes: dietlibc-lib < %{version}-%{release}}
|
||||
ExcludeArch: ppc64
|
||||
ExcludeArch: aarch64 %{power64} s390x
|
||||
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
BuildRequires: gdb
|
||||
|
|
@ -161,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%pkglibdir
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2016 Peter Robinson <pbrobinson@fedoraproject.org>0.33-9
|
||||
- Exclude aarch64 Power64 s390x
|
||||
|
||||
* Mon Jul 25 2016 Jon Ciesla <limburgher@gmail.com> - 0.33-8
|
||||
- Patch for insecure defpath, BZ 1359768.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue