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]
This commit is contained in:
parent
2224d1c1f2
commit
b86ef5e378
@ -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 .
|
||||
|
||||
|
@ -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 <silvan.calarco@mambasoft.it> 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 <silvan.calarco@mambasoft.it> 3.0.1-1mamba
|
||||
- update to 3.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user