Accepting request 1167129 from home:lkocman:branches:Base:System
- Update to version 20240412.c2caafb: * Drop specfile from git * remove an extra slash in 'nvidia-slowroll-repoindex.xml' file * deleted an extra slash in the repository files * Ensure that LeapMicro flavor is built also if sle_version is not set (6.X+) OBS-URL: https://build.opensuse.org/request/show/1167129 OBS-URL: https://build.opensuse.org/package/show/Base:System/openSUSE-repos?expand=0&rev=31
This commit is contained in:
1
_service
1
_service
@@ -5,7 +5,6 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="extract">dist/package/openSUSE-repos*.spec</param>
|
||||
<param name="filename">openSUSE-repos</param>
|
||||
<param name="changesauthor">opensuse-releaseteam@opensuse.org</param>
|
||||
</service>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/openSUSE-repos.git</param>
|
||||
<param name="changesrevision">09add4e3080112fb3441dd57e608fd1e3a38626b</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">c2caafb262329f24b20840902cc4ece216ed3a77</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/lkocman/openSUSE-repos.git</param>
|
||||
<param name="changesrevision">0d4463391c611b7a7c3f158d4d58d6f2f54aafc1</param></service></servicedata>
|
||||
<param name="changesrevision">16902ba1ccff43679a254e87d11103f4ef88a1d0</param></service></servicedata>
|
3
openSUSE-repos-20240412.c2caafb.obscpio
Normal file
3
openSUSE-repos-20240412.c2caafb.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a3cb581dc760f79c9d7f0820e3d1c7a4fecbcf3c2671e2b59580818c937b5bd
|
||||
size 15370
|
3
openSUSE-repos-20240412.c2caafb.tar.xz
Normal file
3
openSUSE-repos-20240412.c2caafb.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b6b03ebfadb1d057cdd93598064b33298a2694e580fb96ed2ee4ab362490ef8
|
||||
size 2224
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 15:26:48 UTC 2024 - opensuse-releaseteam@opensuse.org
|
||||
|
||||
- Update to version 20240412.c2caafb:
|
||||
* Drop specfile from git
|
||||
* remove an extra slash in 'nvidia-slowroll-repoindex.xml' file
|
||||
* deleted an extra slash in the repository files
|
||||
|
||||
* Ensure that LeapMicro flavor is built
|
||||
also if sle_version is not set (6.X+)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 09:14:09 UTC 2024 - opensuse-releaseteam@opensuse.org
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: openSUSE-repos
|
||||
version: 20240327.09add4e
|
||||
mtime: 1711530740
|
||||
commit: 09add4e3080112fb3441dd57e608fd1e3a38626b
|
||||
version: 20240412.c2caafb
|
||||
mtime: 1712935295
|
||||
commit: c2caafb262329f24b20840902cc4ece216ed3a77
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openSUSE-repos
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022 Neal Gompa <ngompa13@gmail.com>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -27,7 +27,7 @@ ExclusiveArch: do_not_build
|
||||
%global flavor @BUILD_FLAVOR@%nil
|
||||
|
||||
%define with_nvidia 1
|
||||
%if 0%{?is_opensuse} && 0%{?suse_version} >= 1550
|
||||
%if 0%{?is_opensuse} && 0%{?suse_version} > 1600
|
||||
# Tumbleweed
|
||||
%if "%flavor" == "openSUSE-repos-Tumbleweed"
|
||||
%define theme Tumbleweed
|
||||
@@ -48,8 +48,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?sle_version}
|
||||
# Leap
|
||||
# LeapMicro 6.0 does not have sle_version any more
|
||||
%if 0%{?is_leapmicro}
|
||||
%if "%flavor" == "openSUSE-repos-LeapMicro"
|
||||
%define theme LeapMicro
|
||||
@@ -59,6 +58,8 @@ ExclusiveArch: do_not_build
|
||||
%define with_nvidia 0
|
||||
%endif
|
||||
%else
|
||||
# Leap
|
||||
%if 0%{?sle_version}
|
||||
%if "%flavor" == "openSUSE-repos-Leap"
|
||||
%define theme Leap
|
||||
%define branding leap
|
||||
@@ -75,7 +76,7 @@ Name: openSUSE-repos
|
||||
%else
|
||||
Name: openSUSE-repos-%{theme}
|
||||
%endif
|
||||
Version: 20240327.09add4e
|
||||
Version: 20240412.c2caafb
|
||||
Release: 0
|
||||
Summary: openSUSE package repositories
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user