star: update the config.guess/config.sub files

This will probably solve the FTBFS on aarch64.

Resolves: #928758
Version: 1.5.2-1
This commit is contained in:
Pavel Raiskup 2013-04-12 14:55:04 +02:00
parent 0f4f931f95
commit 105b0821f9
2 changed files with 3675 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,12 @@ Patch7: star-1.5.1-crc.patch
# ~> #948866
Patch8: star-1.5.2-man-page-day.patch
# fix the build for aarch64 bu actualizing the config.guess/config.sub files by
# the most up2date version from git://git.savannah.gnu.org/config.git
# ~> downstream
# ~> #926571
Patch9: star-1.5.2-aarch64-config.patch
License: CDDL
Group: Applications/Archiving
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -133,6 +139,7 @@ rm -rf ${RPM_BUILD_ROOT}
- rebase to most up2date upstream tarball, remove patches already upstream, fix
code movements in patches (#928758)
- fix man-page-day objections (private #948866)
- fix the build for aarch64 (#926571)
* Thu Mar 21 2013 Pavel Raiskup <praiskup@redhat.com> - 1.5.1-12
- package also the 'scpio' utility (#771926)