diff --git a/README.md b/README.md index a67313f..a4540f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # openmamba-release -Release file and Smart Package Manager configuration for openmamba 3.0.1 . +Release file and Smart Package Manager configuration for openmamba 3.0.2 . diff --git a/openmamba-release.spec b/openmamba-release.spec index 32ebde9..bf49a5f 100644 --- a/openmamba-release.spec +++ b/openmamba-release.spec @@ -17,7 +17,7 @@ %endif Name: openmamba-release -Version: 3.0.1 +Version: 3.0.2 Release: 1mamba Summary: Release file and Smart Package Manager configuration for %{distroid} %{fullversion} %{?codename:(%codename)} Group: System/Configuration @@ -120,7 +120,7 @@ echo "\ > %{buildroot}%{_sysconfdir}/rpm/macros.openmamba_release %ifarch x86_64 -sed -i "s|\%ARCH\%|%{_host_cpu} i586|" %{buildroot}%{_sysconfdir}/smart/distro.d/* +sed -i "s|\%ARCH\%|i586 %{_host_cpu}|" %{buildroot}%{_sysconfdir}/smart/distro.d/* %else sed -i "s|\%ARCH\%|%{_host_cpu}|" %{buildroot}%{_sysconfdir}/smart/distro.d/* %endif @@ -166,6 +166,10 @@ fi %{_sysconfdir}/smart/distro.d/90-%{distroid}-devel-repositories.py %changelog +* Sun Dec 06 2015 Silvan Calarco 3.0.2-1mamba +- update to 3.0.2 +- x86_64: change %ARCH% order to 'i586 x86_64' to prefer noarch packages from x86_64 repository + * Sun Sep 20 2015 Silvan Calarco 3.0.1-1mamba - update to 3.0.1