diff --git a/tzdata.spec b/tzdata.spec index 24c699e..10fdf3b 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -9,7 +9,7 @@ %endif Name: tzdata -Version: 2018e +Version: 2018g Release: 1mamba Summary: timezone data Group: System/Internationalization @@ -74,6 +74,10 @@ find . -type f -name '*.java' -print0 \ %build %if "%{stage1}" != "1" cd javazic +%ifarch arm +export LD_PRELOAD=%{_libdir}/libatomic.so.1 +%endif + %{javahome}/bin/javac %{buildopts} -classpath . `find . -name \*.java` cd .. %{javahome}/bin/java -classpath javazic/ rht.tools.javazic.Main -V %{version} \ @@ -118,6 +122,12 @@ cp -pr zoneinfo/java %{buildroot}%{_datadir}/javazi %endif %changelog +* Tue Oct 30 2018 Automatic Build System 2018g-1mamba +- automatic version update by autodist + +* Sun Oct 21 2018 Automatic Build System 2018f-1mamba +- automatic version update by autodist + * Wed May 09 2018 Automatic Build System 2018e-1mamba - automatic version update by autodist