From 332b6452dbf0591af013cc3d55725336d751d264 Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Apr 08 2013 15:57:05 +0000 Subject: do not handle AArch64 differently (#917804) --- diff --git a/filesystem.spec b/filesystem.spec index 83794a2..f874887 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system Name: filesystem Version: 3.2 -Release: 9%{?dist} +Release: 10%{?dist} License: Public Domain URL: https://fedorahosted.org/filesystem Group: System Environment/Base @@ -47,11 +47,7 @@ ln -snf ../var/tmp usr/tmp ln -snf spool/mail var/mail ln -snf usr/bin bin ln -snf usr/sbin sbin -%ifarch aarch64 -ln -snf usr/%{_lib} lib -%else ln -snf usr/lib lib -%endif ln -snf usr/%{_lib} %{_lib} sed -n -f %{buildroot}/iso_639.sed /usr/share/xml/iso-codes/iso_639.xml \ @@ -241,6 +237,9 @@ posix.symlink("../run/lock", "/var/lock") /var/yp %changelog +* Mon Apr 08 2013 Ondrej Vasik 3.2-10 +- do not handle AArch64 differently (#917804) + * Mon Mar 18 2013 Ondrej Vasik 3.2-9 - revert the change for previous build, breaking koji builds