don't replace any longer /etc/yum/repos.d repo files [release 2021.11-2mamba;Thu Nov 18 2021]
This commit is contained in:
parent
3676426e60
commit
762bddaca0
@ -1,4 +1,4 @@
|
|||||||
# openmamba-release
|
# openmamba-release
|
||||||
|
|
||||||
Release files for openmamba 2021.10 .
|
Release files for openmamba 2021.11 .
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: openmamba-release
|
Name: openmamba-release
|
||||||
Version: 2021.10
|
Version: 2021.11
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Release files for %{distroid} %{fullversion} %{?codename:(%codename)}
|
Summary: Release files for %{distroid} %{fullversion} %{?codename:(%codename)}
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gitlab.mambasoft.it/openmamba/openmamba-release
|
URL: https://gitlab.mambasoft.it/openmamba/openmamba-release
|
||||||
Source: http://gitlab.mambasoft.it/openmamba/openmamba-release/v%{version}/openmamba-release-%{version}.tar.bz2
|
Source: http://gitlab.mambasoft.it/openmamba/openmamba-release/v%{version}/openmamba-release-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
Obsoletes: mambaSoft-devel-sc < 2021
|
Obsoletes: mambaSoft-devel-sc < 2021
|
||||||
@ -144,13 +144,19 @@ done
|
|||||||
%{_sysconfdir}/issue
|
%{_sysconfdir}/issue
|
||||||
%{_sysconfdir}/issue.net
|
%{_sysconfdir}/issue.net
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%config %{_sysconfdir}/yum/repos.d/openmamba-rolling-i586.repo
|
%config(noreplace) %{_sysconfdir}/yum/repos.d/openmamba-rolling-i586.repo
|
||||||
%config %{_sysconfdir}/yum/repos.d/openmamba-rolling-unstable-i586.repo
|
%config(noreplace) %{_sysconfdir}/yum/repos.d/openmamba-rolling-unstable-i586.repo
|
||||||
%endif
|
%endif
|
||||||
%config %{_sysconfdir}/yum/repos.d/openmamba-rolling.repo
|
%config(noreplace) %{_sysconfdir}/yum/repos.d/openmamba-rolling.repo
|
||||||
%config %{_sysconfdir}/yum/repos.d/openmamba-rolling-unstable.repo
|
%config(noreplace) %{_sysconfdir}/yum/repos.d/openmamba-rolling-unstable.repo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.11-2mamba
|
||||||
|
- don't replace any longer /etc/yum/repos.d repo files
|
||||||
|
|
||||||
|
* Fri Nov 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.11-1mamba
|
||||||
|
- update to 2021.11
|
||||||
|
|
||||||
* Sat Oct 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.10-1mamba
|
* Sat Oct 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.10-1mamba
|
||||||
- update to 2021.10
|
- update to 2021.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user