diff --git a/apt.spec b/apt.spec index adc5188..f6f50cf 100644 --- a/apt.spec +++ b/apt.spec @@ -15,7 +15,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: %{aptver} -Release: 21.%{snapver}%{?dist} +Release: 22.%{snapver}%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ # SourceLicense: GPLv2+ except lua/ which is MIT @@ -196,6 +196,8 @@ find contrib/ -type f | xargs chmod 0644 # add aarch64 into archtable echo "aarch64 aarch64" >>buildlib/archtable +# add ppc64le into archtable +echo "powerpc64le ppc64le" >>buildlib/archtable %build %if 0%{?fedora} > 21 @@ -384,6 +386,9 @@ rm -f %{buildroot}%{_libdir}/*.la %changelog +* Thu Oct 22 2015 Marcin Juszkiewicz - 0.5.15lorg3.95-22.git522 +- Add ppc64le support + * Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek - 0.5.15lorg3.95-21.git522 - Rebuilt for librpm