From b86ef5e37888320297b23f1327ff789ac7582d89 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:14:07 +0100 Subject: [PATCH] update to 3.0.2 x86_64: change %ARCH% order to 'i586 x86_64' to prefer noarch packages from x86_64 repository [release 3.0.2-1mamba;Sun Dec 06 2015] --- README.md | 2 +- openmamba-release.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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