ExcludeArch ppc64
This commit is contained in:
parent
1f59733a51
commit
0bfcb7151c
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
Summary: Small libc implementation
|
||||
Name: dietlibc
|
||||
Version: 0.33
|
||||
Release: 7%{?dist}
|
||||
Release: 7.1%{?dist}
|
||||
#Release: 0.1904.%%prerelease%%{?dist}
|
||||
License: GPLv2
|
||||
Group: Development/Libraries
|
||||
|
|
@ -43,6 +43,7 @@ Source0: dietlibc.tar.gz
|
|||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
#Requires: dietlibc-lib = %{version}-%{release}}
|
||||
Obsoletes: dietlibc-lib < %{version}-%{release}}
|
||||
ExcludeArch: ppc64
|
||||
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
BuildRequires: gdb
|
||||
|
|
@ -158,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%pkglibdir
|
||||
|
||||
%changelog
|
||||
* Thu Apr 07 2016 Jon Ciesla <limburgher@gmail.com> - 0.33-7.1
|
||||
- ExcludeArch ppc64
|
||||
|
||||
* Thu Apr 07 2016 Jon Ciesla <limburgher@gmail.com> - 0.33-7
|
||||
- Spec cleanup.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue