update to 4.0.1 [release 4.0.1-1mamba;Sat Aug 26 2017]
This commit is contained in:
parent
0ef486730d
commit
44b22cb84b
@ -1,4 +1,4 @@
|
||||
# openmamba-release
|
||||
|
||||
Release file and Smart Package Manager configuration for openmamba 4.0.0 .
|
||||
Release file and Smart Package Manager configuration for openmamba 4.0.1 .
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
%endif
|
||||
|
||||
Name: openmamba-release
|
||||
Version: 4.0.0
|
||||
Version: 4.0.1
|
||||
Release: 1mamba
|
||||
Summary: Release file and Smart Package Manager configuration for %{distroid} %{fullversion} %{?codename:(%codename)}
|
||||
Group: System/Configuration
|
||||
@ -125,6 +125,11 @@ sed -i "s|\%ARCH\%|i586 %{_host_cpu}|" %{buildroot}%{_sysconfdir}/smart/distro.d
|
||||
sed -i "s|\%ARCH\%|%{_host_cpu}|" %{buildroot}%{_sysconfdir}/smart/distro.d/*
|
||||
%endif
|
||||
|
||||
%ifnarch x86_64
|
||||
rm -f %{buildroot}%{_sysconfdir}/yum.repos.d/openmamba-rolling-i586.repo
|
||||
rm -f %{buildroot}%{_sysconfdir}/yum.repos.d/openmamba-rolling-unstable-i586.repo
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -164,8 +169,17 @@ fi
|
||||
%files -n openmamba-devel
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/smart/distro.d/90-%{distroid}-devel-repositories.py
|
||||
%ifarch x86_64
|
||||
%{_sysconfdir}/yum.repos.d/openmamba-rolling-i586.repo
|
||||
%{_sysconfdir}/yum.repos.d/openmamba-rolling-unstable-i586.repo
|
||||
%endif
|
||||
%{_sysconfdir}/yum.repos.d/openmamba-rolling.repo
|
||||
%{_sysconfdir}/yum.repos.d/openmamba-rolling-unstable.repo
|
||||
|
||||
%changelog
|
||||
* Sat Aug 26 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1mamba
|
||||
- update to 4.0.1
|
||||
|
||||
* Tue Apr 18 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
|
||||
- update to 4.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user