diff --git a/redhat-lsb-aarch64.patch b/redhat-lsb-aarch64.patch index 35e8bb3..3701d95 100644 --- a/redhat-lsb-aarch64.patch +++ b/redhat-lsb-aarch64.patch @@ -120,3 +120,12 @@ index 76db260..f76e5a5 100644 p = NULL; } INTERNAL_SYSCALL (exit, err, 1, 0); +@@ -682,7 +682,7 @@ int __libc_start_main (int argc, char **argv, char **ev, + void *auxvec, void (*rtld_fini) (void), + struct startup_info *stinfo, + char **stack_on_entry) +-#elif defined __arm__ ++#elif defined __arm__ || defined __aarch64__ + + int ___libc_start_main (int (*main) (int argc, char **argv), + int argc, char **argv, diff --git a/redhat-lsb.spec b/redhat-lsb.spec index b14b78f..61d4189 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -53,7 +53,7 @@ Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 24%{?dist} +Release: 25%{?dist} URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2 Patch0: lsb-release-3.1-update-init-functions.patch @@ -754,6 +754,9 @@ os.remove("%{_datadir}/lsb") %changelog +* Wed Apr 23 2014 Peter Robinson 4.1-25 +- Update aarch64 patch + * Mon Nov 25 2013 Ondrej Vasik - 4.1-24 - remove nsswitch handling - broken and unnecessary (#986728, #915147)