distro-release 4.2-0.13 (znver1;x86_64) 2021-13479
9999

Status published
Submitter bero [@T] lindev.ch
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/942708
Packages
distro-release-4.2-0.13.znver1.source
distro-release-common-4.2-0.13.znver1.binary
distro-release-desktop-2:4.2-0.13.znver1.binary
distro-release-desktop-Plasma-4.2-0.13.znver1.binary
distro-release-indexhtml-4.2-0.13.znver1.binary
distro-release-installer-4.2-0.13.znver1.binary
distro-release-OpenMandriva-4.2-0.13.znver1.binary
distro-release-repos-4.2-0.13.znver1.binary
distro-release-repos-keys-4.2-0.13.znver1.binary
distro-release-repos-pkgprefs-4.2-0.13.znver1.binary
distro-release-rpmlint-policy-4.2-0.13.znver1.binary
distro-release-rpm-setup-4.2-0.13.znver1.binary
distro-release-rpm-setup-build-4.2-0.13.znver1.binary
distro-release-theme-4.2-0.13.znver1.binary
distro-release-4.2-0.13.x86_64.source
distro-release-common-4.2-0.13.x86_64.binary
distro-release-desktop-2:4.2-0.13.x86_64.binary
distro-release-desktop-Plasma-4.2-0.13.x86_64.binary
distro-release-indexhtml-4.2-0.13.x86_64.binary
distro-release-installer-4.2-0.13.x86_64.binary
distro-release-OpenMandriva-4.2-0.13.x86_64.binary
distro-release-repos-4.2-0.13.x86_64.binary
distro-release-repos-keys-4.2-0.13.x86_64.binary
distro-release-repos-pkgprefs-4.2-0.13.x86_64.binary
distro-release-rpmlint-policy-4.2-0.13.x86_64.binary
distro-release-rpm-setup-4.2-0.13.x86_64.binary
distro-release-rpm-setup-build-4.2-0.13.x86_64.binary
distro-release-theme-4.2-0.13.x86_64.binary
Build Date 2021-01-12 23:01:02 +0000 UTC
Last Updated 2021-01-18 21:53:14.257824363 +0000 UTC
$ git diff --patch-with-stat --summary 6fb071640a0d4d154b840e293ebb36b67a41614b..ef002cb20ca484cf4ce65776b325f48a5f55effb

 distro-release.spec | 40 +++++++++++-----------------------------
 1 file changed, 11 insertions(+), 29 deletions(-)

diff --git a/distro-release.spec b/distro-release.spec
index a218e03..664dd26 100644
--- a/distro-release.spec
+++ b/distro-release.spec
@@ -80,10 +80,10 @@ DistTag:	%{shorttag}%{distro_tag}
 # (can't be done for 4.2 because already were at 0.8/0.3 before adding this
 # comment -- but it's something to keep in mind for 5.0)
 %if 0%am_i_cooker
-Release:	0.26
+Release:	0.27
 %else
 %if 0%am_i_rolling
-Release:	0.12
+Release:	0.13
 %else
 Release:	1
 %endif
@@ -841,9 +841,7 @@ for arch in ${ARCH} ${SECONDARY_ARCH}; do
                         cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch.repo <<EOF
 [$release-$arch$REPO]
 name="$NAME"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/${repo}/release/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/${repo}/release/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/${repo}/release/, http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/${repo}/release/
 # Alternative if mirror.openmandriva.org is down
 # mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=${arch}&repo=${repo}&release=release
 # fastestmirror=1
@@ -858,9 +856,7 @@ if $HAS_UPDATES; then
     cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch.repo <<EOF
 [$release-updates-$arch$REPO]
 name="$NAME - Updates"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/${repo}/updates/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/${repo}/updates/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/${repo}/updates/, http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/${repo}/updates/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=${arch}&repo=${repo}&release=updates
 #fastestmirror=1
@@ -875,9 +871,7 @@ fi
     cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch.repo <<EOF
 [$release-testing-$arch$REPO]
 name="$NAME - Testing"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/${repo}/testing/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/${repo}/testing/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/${repo}/testing/, http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/${repo}/testing/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=${arch}&repo=${repo}&release=testing
 #fastestmirror=1
@@ -891,9 +885,7 @@ EOF
     cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch.repo <<EOF
 [$release-$arch$REPO-debuginfo]
 name="$NAME - Debug"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/release/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/release/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/release/, http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/release/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=${arch}&repo=debug_${repo}&release=release
 #fastestmirror=1
@@ -908,9 +900,7 @@ if $HAS_UPDATES; then
     cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch.repo <<EOF
 [$release-updates-$arch$REPO-debuginfo]
 name="$NAME - Updates - Debug"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/updates/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/updates/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/updates/, http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/updates/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=${arch}&repo=debug_${repo}&release=updates
 #fastestmirror=1
@@ -925,9 +915,7 @@ fi
 cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch.repo <<EOF
 [$release-testing-$arch$REPO-debuginfo]
 name="$NAME - Testing - Debug"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/testing/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/testing/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/testing/, http://abf-downloads.openmandriva.org/${vertag}/repository/${arch}/debug_${repo}/testing/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=${arch}&repo=debug_${repo}&release=testing
 #fastestmirror=1
@@ -941,9 +929,7 @@ EOF
 cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch-source.repo <<EOF
 [$release-$arch$REPO-source]
 name="$NAME - Source"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/SRPMS/${repo}/release/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/SRPMS/${repo}/release/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/SRPMS/${repo}/release/, http://abf-downloads.openmandriva.org/${vertag}/repository/SRPMS/${repo}/release/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=SRPMS&repo=${repo}&release=release
 #fastestmirror=1
@@ -958,9 +944,7 @@ if $HAS_UPDATES; then
     cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch-source.repo <<EOF
 [$release-updates-$arch$REPO-source]
 name="$NAME - Updates - Source"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/SRPMS/${repo}/updates/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/SRPMS/${repo}/updates/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/SRPMS/${repo}/updates/, http://abf-downloads.openmandriva.org/${vertag}/repository/SRPMS/${repo}/updates/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=SRPMS&repo=${repo}&release=updates
 #fastestmirror=1
@@ -975,9 +959,7 @@ fi
 cat >>%{buildroot}%{_sysconfdir}/yum.repos.d/openmandriva-$release-$arch-source.repo <<EOF
 [$release-testing-$arch$REPO-source]
 name="$NAME - Testing - Source"
-baseurl=http://mirror.openmandriva.org/${vertag}/repository/SRPMS/${repo}/testing/
-# Master repository -- and fallback if mirrorlist is down
-baseurl=http://abf-downloads.openmandriva.org/${vertag}/repository/SRPMS/${repo}/testing/
+baseurl=http://mirror.openmandriva.org/${vertag}/repository/SRPMS/${repo}/testing/, http://abf-downloads.openmandriva.org/${vertag}/repository/SRPMS/${repo}/testing/
 # Alternative if mirror.openmandriva.org is down
 #mirrorlist=http://mirrors.openmandriva.org/mirrors.php?platform=$vertag&arch=SRPMS&repo=${repo}&release=testing
 #fastestmirror=1
Not Available

benbullard79 [@T] cox.netNo Comment.1194d 01hrs
benbullard79 [@T] cox.netNo Comment.1194d 01hrs