We don't support aarch64, do the appropriate changes (#926600)
ssia Signed-off-by: Anton Arapov <anton@redhat.com>
This commit is contained in:
parent
ed410e35d9
commit
c11e043960
2682
sysfsutils-aarch64.patch
Normal file
2682
sysfsutils-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ URL: http://sourceforge.net/projects/linux-diag/
|
||||
License: GPLv2
|
||||
Group: Development/Tools
|
||||
Version: 2.1.0
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
|
||||
Summary: Utilities for interfacing with sysfs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -12,6 +12,7 @@ Patch0: sysfsutils-2.0.0-redhatify.patch
|
||||
Patch1: sysfsutils-2.0.0-class-dup.patch
|
||||
Patch2: sysfsutils-2.1.0-get_link.patch
|
||||
Patch3: sysfsutils-2.1.0-manpages.patch
|
||||
Patch4: sysfsutils-aarch64.patch
|
||||
|
||||
%description
|
||||
This package's purpose is to provide a set of utilities for interfacing
|
||||
@ -41,6 +42,7 @@ to build programs using the libsysfs API.
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --libdir=/%{_lib}
|
||||
@ -82,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 11 2013 Anton Arapov <anton@redhat.com> - 2.1.0-14
|
||||
- We don't support aarch64, do the appropriate changes (#926600)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user