Compare commits
62 Commits
PR_chromiu
...
PR_synce4l
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7e78a71c08 | ||
| 172d5d28b3 | |||
| 3499ed9954 | |||
| cfd8745f1b | |||
| d4d13f2589 | |||
| aea01eb697 | |||
| ca4d1ccdb2 | |||
| 5ffd93f8ff | |||
|
|
e66531550a | ||
| 69a658bd00 | |||
|
|
ed10d127e1 | ||
| 920f500c2d | |||
| ae03bdb413 | |||
|
|
8dea22da27 | ||
| db55ee5099 | |||
|
|
acd5200a82 | ||
|
|
fd98ce0933 | ||
|
|
8210acb531 | ||
|
|
8b0d506e17 | ||
| a6975be399 | |||
| fbbea248cc | |||
| 30ffa267ce | |||
| 75399cad77 | |||
| 706517b028 | |||
| c307213f8e | |||
|
3af15d4d22
|
|||
| 60c3479bc6 | |||
|
|
20bac6ac37 | ||
|
|
b511b59ca5
|
||
|
|
bc3dc4b339 | ||
| f93f12361f | |||
|
|
994236b840 | ||
|
|
29a1d5a82c
|
||
|
|
2e6929b3b2 | ||
|
|
c4f6a7a235 | ||
| 335705143c | |||
| f250ad0669 | |||
| 324825e0b7 | |||
| e736273676 | |||
|
|
434d04cf96 | ||
| a97a485213 | |||
|
|
5d5cfbf4aa | ||
|
|
0d97d2916b
|
||
|
|
be9326b949
|
||
| da4eebb4e9 | |||
| c48f6ace11 | |||
| 68261dc6cd | |||
|
|
d19af5a4b9 | ||
|
|
d29edb21a2 | ||
|
|
c31a6f7216 | ||
|
|
8d2906ef2e | ||
|
|
08c4095ab0
|
||
| 5e849a18d0 | |||
| a31c06a700 | |||
| a865f86f0e | |||
| e047cfd6e9 | |||
| 61505d870a | |||
| fcb6c96d1c | |||
| 3d7a75de4e | |||
|
|
5ff3980bb7 | ||
|
|
7e8bcc3848
|
||
|
|
fd4a4e0117
|
@@ -1,37 +1,35 @@
|
||||
# Use this as .gitea/workflows/patchinfo_numberator.yaml in all products/* repos
|
||||
name: Patchinfo ID numberator
|
||||
run-name: ${{ gitea.actor }} is setting patchinfo numbers
|
||||
on: [push]
|
||||
name: Patchinfo incident numbering
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REPO_PATH: /workspace/${{ gitea.repository }}
|
||||
REPO_URL: https://gitea-actions-autobuild:${{ secrets.REPO_WRITE }}@$RUNNER_GITEA_DOMAIN/${{ gitea.repository }}.git
|
||||
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: tumbleweed
|
||||
runs-on: tumbleweed_autobuild
|
||||
steps:
|
||||
# Install packages if not provided by image
|
||||
- run: |
|
||||
rpm -q go && exit 0
|
||||
zypper ref
|
||||
zypper in -y go
|
||||
# Generic action from GitHub to clone the product git repo
|
||||
|
||||
- name: Checkout product
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.REPO_WRITE }}
|
||||
repo-sha256: true
|
||||
run: |
|
||||
test -n "${{ env.REPO_PATH }}" && rm -rfv "${{ env.REPO_PATH }}"/*
|
||||
git config --global --add safe.directory ${{ env.REPO_PATH }}
|
||||
git clone ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
|
||||
|
||||
- name: Update all new _patchinfo files
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
|
||||
- name: Get last commit author
|
||||
id: last-commit
|
||||
run: |
|
||||
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
|
||||
- name: Commit changes back
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
|
||||
uses: https://src.opensuse.org/actions/patchinfo-numbering-action@v0
|
||||
with:
|
||||
prefix: packagehub-
|
||||
|
||||
- name: Commit changes
|
||||
uses: https://src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
|
||||
with:
|
||||
commit_user_name: gitea-actions-autobuild
|
||||
commit_user_email: autobuild+gitea@opensuse.org
|
||||
commit_author: ${{ steps.last-commit.outputs.author }}
|
||||
commit_message: "Update incident numbers [skip actions]"
|
||||
commit_author: Patchinfo incident numbering <gitea-actions-autobuild@noreply.src.opensuse.org>
|
||||
commit_message: "Update patchinfo incident numbers [skip actions]"
|
||||
commit_options: '--no-edit'
|
||||
skip_fetch: true
|
||||
|
||||
|
||||
13054
.gitmodules
vendored
13054
.gitmodules
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 07:19:41 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded, not needed
|
||||
micro patterns that are coming from SLES
|
||||
patterns-micro-alt_onlyDVD
|
||||
patterns-micro-cloud
|
||||
patterns-micro-defaults
|
||||
patterns-micro-fips
|
||||
patterns-micro-hardware
|
||||
patterns-micro-ima-evm
|
||||
patterns-micro-kvm_host
|
||||
patterns-micro-onlyDVD
|
||||
patterns-micro-ra-agent
|
||||
patterns-micro-ra-verifier
|
||||
patterns-micro-salt_minion
|
||||
patterns-micro-sssd-ldap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 14:49:27 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded, remove more uninstallables
|
||||
aws-cli
|
||||
NetworkManager-branding-upstream
|
||||
sdbootutil-tukit
|
||||
toolbox-branding-SLE-16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 13:24:32 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded, cleanup more unneeded 32bit packages
|
||||
at-spi2-core-devel-32bit
|
||||
libcups2-32bit
|
||||
libcurl-devel-32bit
|
||||
libdns_sd-32bit
|
||||
libpcap-devel-32bit
|
||||
libraptor2-0-32bit
|
||||
libtss2-fapi1-32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 15:07:44 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded since not needed patterns
|
||||
patterns-base-transactional_base
|
||||
patterns-micro-elemental_client
|
||||
patterns-sap-bone
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 16:48:57 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose
|
||||
+ sync with current state of SLES-16.0 (GM)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 10:49:29 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ scc:
|
||||
|
||||
build_options:
|
||||
### For maintenance, otherwise only "the best" version of each package is picked:
|
||||
# - take_all_available_versions
|
||||
- take_all_available_versions
|
||||
- hide_flavor_in_product_directory_name
|
||||
|
||||
### Since the Backports product build is not self-contained in a single repository,
|
||||
@@ -32,8 +32,8 @@ debug: split
|
||||
repodata: all
|
||||
|
||||
# has only an effect during maintenance:
|
||||
set_updateinfo_from: maint-coord@suse.de
|
||||
# set_updateinfo_id_prefix: openSUSE-Leap-16.0-
|
||||
set_updateinfo_from: maintenance@opensuse.org
|
||||
set_updateinfo_id_prefix: SUSE-PackageHub-16.0-
|
||||
|
||||
flavors:
|
||||
backports_aarch64:
|
||||
@@ -58,6 +58,9 @@ packagesets:
|
||||
- ALP
|
||||
- ALP-dummy-release
|
||||
- MozillaFirefox-branding-upstream
|
||||
- NetworkManager-branding-upstream
|
||||
- at-spi2-core-devel-32bit
|
||||
- aws-cli
|
||||
- bash-legacybin
|
||||
- busybox-adduser
|
||||
- busybox-attr
|
||||
@@ -155,12 +158,14 @@ packagesets:
|
||||
- libatk-bridge-2_0-0-32bit
|
||||
- libatspi0-32bit
|
||||
- libavahi-client3-32bit
|
||||
# - libcups2-32bit
|
||||
- libcups2-32bit
|
||||
- libcurl-mini4
|
||||
- libcurl4-32bit
|
||||
- libcurl-devel-32bit
|
||||
- libdbus-1-3-32bit
|
||||
- libdbus-glib-1-2-32bit
|
||||
- libdc1394-26-32bit
|
||||
- libdns_sd-32bit
|
||||
- libdebuginfod-dummy-devel
|
||||
- libdebuginfod1-dummy
|
||||
- libdvbv5-0-32bit
|
||||
@@ -170,16 +175,19 @@ packagesets:
|
||||
- liblirc_driver0-32bit
|
||||
- libmanette-0_2-0-32bit
|
||||
- libpcap1-32bit
|
||||
- libpcap-devel-32bit
|
||||
- libpolkit-agent-1-0-32bit
|
||||
- libpolkit-gobject-1-0-32bit
|
||||
- libpq5-32bit
|
||||
- libpxbackend-1_0-mini
|
||||
- libraptor2-0-32bit
|
||||
- libressl
|
||||
- libressl-devel
|
||||
- libressl-devel-doc
|
||||
# - libsybdb5-32bit
|
||||
- libsystemd0-mini
|
||||
# - libtdsodbc0-32bit
|
||||
- libtss2-fapi1-32bit
|
||||
- libudev-mini1
|
||||
- libunbound-devel-mini
|
||||
- libusb-1_0-0-32bit
|
||||
@@ -195,6 +203,22 @@ packagesets:
|
||||
- openssl_tpm2
|
||||
- pam-extra-32bit
|
||||
- patterns-base-kernel_livepatching
|
||||
- patterns-base-transactional_base
|
||||
- patterns-micro-alt_onlyDVD
|
||||
- patterns-micro-cloud
|
||||
- patterns-micro-defaults
|
||||
- patterns-micro-elemental_client
|
||||
- patterns-micro-defaults
|
||||
- patterns-micro-fips
|
||||
- patterns-micro-hardware
|
||||
- patterns-micro-ima-evm
|
||||
- patterns-micro-kvm_host
|
||||
- patterns-micro-onlyDVD
|
||||
- patterns-micro-ra-agent
|
||||
- patterns-micro-ra-verifier
|
||||
- patterns-micro-salt_minion
|
||||
- patterns-micro-sssd-ldap
|
||||
- patterns-sap-bone
|
||||
- patterns-base-update_test
|
||||
- plymouth-branding-upstream
|
||||
- postgresql17-devel-mini
|
||||
@@ -222,6 +246,7 @@ packagesets:
|
||||
- reproducible-faketools-tar
|
||||
- reproducible-faketools-verbose
|
||||
- reproducible-faketools-zip
|
||||
- sdbootutil-tukit
|
||||
- sddm-branding-openSUSE
|
||||
- sddm-qt6-branding-openSUSE
|
||||
- systemd-default-settings-branding-openSUSE
|
||||
@@ -233,6 +258,7 @@ packagesets:
|
||||
- systemd-mini-container
|
||||
- systemd-mini-devel
|
||||
- this-is-only-for-build-envs
|
||||
- toolbox-branding-SLE-16.0
|
||||
- udev-mini
|
||||
- update-test-32bit-pkg
|
||||
- update-test-affects-package-manager
|
||||
@@ -1360,17 +1386,14 @@ packagesets:
|
||||
- go-doc
|
||||
- go-md2man
|
||||
- go-race
|
||||
- go1.23
|
||||
- go1.23-doc
|
||||
- go1.23-openssl
|
||||
- go1.23-openssl-doc
|
||||
- go1.23-openssl-race
|
||||
- go1.23-race
|
||||
- go1.24
|
||||
- go1.24-doc
|
||||
- go1.24-openssl
|
||||
- go1.24-openssl-race
|
||||
- go1.24-race
|
||||
- go1.25
|
||||
- go1.25-doc
|
||||
- go1.25-race
|
||||
- gobject-introspection
|
||||
- gobject-introspection-devel
|
||||
- golang-github-cpuguy83-go-md2man
|
||||
@@ -1785,11 +1808,13 @@ packagesets:
|
||||
- ibus-gtk3
|
||||
- ibus-gtk4
|
||||
- ibus-hangul
|
||||
- ibus-kkc
|
||||
- ibus-lang
|
||||
- ibus-libpinyin
|
||||
- ibus-libzhuyin
|
||||
- ibus-m17n
|
||||
- ibus-rime
|
||||
- ibus-skk
|
||||
- ibus-table
|
||||
- ibus-table-chinese-array
|
||||
- ibus-table-chinese-cangjie
|
||||
@@ -1805,6 +1830,7 @@ packagesets:
|
||||
- ibus-table-chinese-wubi-jidian
|
||||
- ibus-table-chinese-yong
|
||||
- ibus-table-extraphrase
|
||||
- ibus-unikey
|
||||
- ibutils
|
||||
- icu
|
||||
- icu4j
|
||||
@@ -1928,6 +1954,7 @@ packagesets:
|
||||
- jdom-javadoc
|
||||
- jdom2
|
||||
- jdom2-javadoc
|
||||
- jdupes
|
||||
- jeos-firstboot
|
||||
- jetbrains-annotations
|
||||
- jetbrains-annotations-javadoc
|
||||
@@ -2088,6 +2115,7 @@ packagesets:
|
||||
- kiwi-systemdeps-image-validation
|
||||
- kiwi-systemdeps-iso-media
|
||||
- kiwi-templates-Minimal
|
||||
- kkc-data
|
||||
- kmod
|
||||
- kpartx
|
||||
- krb5
|
||||
@@ -2668,6 +2696,7 @@ packagesets:
|
||||
- libcupsimage2
|
||||
- libcurl-devel
|
||||
- libcurl-devel-doc
|
||||
- libcurl-mini4
|
||||
- libcurl4
|
||||
- libdaemon-devel
|
||||
- libdaemon0
|
||||
@@ -3149,6 +3178,7 @@ packagesets:
|
||||
- libjcat1
|
||||
- libjemalloc2
|
||||
- libjitterentropy3
|
||||
- libjodycode3
|
||||
- libjpeg-turbo
|
||||
- libjpeg62
|
||||
- libjpeg62-devel
|
||||
@@ -3199,6 +3229,7 @@ packagesets:
|
||||
- libkeymap1
|
||||
- libkeyutils1
|
||||
- libkfont0
|
||||
- libkkc2
|
||||
- libkmip-devel
|
||||
- libkmip-tools
|
||||
- libkmip0
|
||||
@@ -3239,9 +3270,8 @@ packagesets:
|
||||
- liblcms2-2
|
||||
- liblcms2-devel
|
||||
- liblcms2-doc
|
||||
- libldap-2_5-0
|
||||
- libldap-2
|
||||
- libldap-data
|
||||
- libldap2
|
||||
- libldapcpp-devel
|
||||
- libldapcpp0
|
||||
- libldb-devel
|
||||
@@ -3347,6 +3377,7 @@ packagesets:
|
||||
- libmpfr6
|
||||
- libmpg123-0
|
||||
- libmplex2-2_2-0
|
||||
- libmsgpack-c2
|
||||
- libmsgraph1-1
|
||||
- libmspack-devel
|
||||
- libmspack0
|
||||
@@ -3686,6 +3717,7 @@ packagesets:
|
||||
- libsigc++3-devel
|
||||
- libsigc-2_0-0
|
||||
- libsigc-3_0-0
|
||||
- libskk0
|
||||
- libslang2
|
||||
- libslirp-devel
|
||||
- libslirp0
|
||||
@@ -4130,6 +4162,7 @@ packagesets:
|
||||
- libzypp-devel
|
||||
- libzypp-devel-doc
|
||||
- libzypp-plugin-appdata
|
||||
- lifecycle-data-sle
|
||||
- lilv
|
||||
- linux-atm
|
||||
- linux-atm-devel
|
||||
@@ -4660,13 +4693,9 @@ packagesets:
|
||||
- openjpeg2
|
||||
- openjpeg2-devel
|
||||
- openjpeg2-devel-doc
|
||||
- openldap2-client
|
||||
- openldap2-devel
|
||||
- openldap2-devel-static
|
||||
- openldap2-doc
|
||||
- openldap2_5-client
|
||||
- openldap2_5-devel
|
||||
- openldap2_5-doc
|
||||
- openldap2_6-client
|
||||
- openldap2_6-devel
|
||||
- openldap2_6-doc
|
||||
- openmpi4
|
||||
- openmpi4-config
|
||||
- openmpi4-devel
|
||||
@@ -5211,6 +5240,7 @@ packagesets:
|
||||
- permissions-zypp-plugin
|
||||
- pesign-obs-integration
|
||||
- pgvector-devel
|
||||
- php-composer2
|
||||
- php8
|
||||
- php8-bcmath
|
||||
- php8-bz2
|
||||
@@ -6813,6 +6843,7 @@ packagesets:
|
||||
- samba-tool
|
||||
- samba-winbind
|
||||
- samba-winbind-libs
|
||||
- sap-convergent-resource-agents
|
||||
- sap-suse-cluster-connector
|
||||
- sapcontrol-bash-completion
|
||||
- saphana-checks
|
||||
@@ -6833,6 +6864,7 @@ packagesets:
|
||||
- sca-patterns-sle12
|
||||
- sca-patterns-sle15
|
||||
- sca-server-report
|
||||
- scap-security-guide
|
||||
- sccache
|
||||
- schily-ctags
|
||||
- schily-mt
|
||||
@@ -6883,6 +6915,8 @@ packagesets:
|
||||
- sisu-mojos
|
||||
- sisu-mojos-javadoc
|
||||
- sisu-plexus
|
||||
- skkdic
|
||||
- skkdic-extra
|
||||
- skopeo
|
||||
- skopeo-bash-completion
|
||||
- skopeo-fish-completion
|
||||
@@ -7718,8 +7752,8 @@ packagesets:
|
||||
- fwts
|
||||
- fwupd-efi
|
||||
- gfs2-kmp-64kb
|
||||
- go1.23-libstd
|
||||
- go1.24-libstd
|
||||
- go1.25-libstd
|
||||
- google-cloud-sap-agent
|
||||
- google-dracut-config
|
||||
- google-guest-agent
|
||||
@@ -7859,7 +7893,6 @@ packagesets:
|
||||
- shim
|
||||
- supportutils-plugin-suse-public-cloud
|
||||
- system-group-ne
|
||||
- systemd-boot
|
||||
- tftpboot-agama-installer-SUSE_SLE_16-aarch64
|
||||
- u-boot-rpi3
|
||||
- u-boot-rpi3-doc
|
||||
@@ -7895,7 +7928,7 @@ packagesets:
|
||||
- kernel-default-livepatch
|
||||
- kernel-kvmsmall
|
||||
- kernel-kvmsmall-devel
|
||||
- kernel-livepatch-6_12_0-160000_20-default
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- libLLVMSPIRVLib19
|
||||
- libatopology2
|
||||
- libdpdk-25
|
||||
@@ -8006,7 +8039,7 @@ packagesets:
|
||||
- dnsdist
|
||||
- grub2-s390x-emu
|
||||
- kernel-default-livepatch
|
||||
- kernel-livepatch-6_12_0-160000_20-default
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-zfcpdump
|
||||
- kiwi-settings
|
||||
- libHBAAPI2
|
||||
@@ -8027,8 +8060,6 @@ packagesets:
|
||||
- luajit
|
||||
- luajit-devel
|
||||
- openssl-ibmca
|
||||
- openssl-ibmca-engine
|
||||
- openssl-ibmca-provider
|
||||
- orarun
|
||||
- osasnmpd
|
||||
- pam-doc
|
||||
@@ -8082,7 +8113,6 @@ packagesets:
|
||||
- cloud-regionsrv-client-plugin-azure
|
||||
- cloud-regionsrv-client-plugin-ec2
|
||||
- cloud-regionsrv-client-plugin-gce
|
||||
- containerized-data-importer-manifests
|
||||
- crash-gcore
|
||||
- disk-encryption-tool
|
||||
- dmidecode
|
||||
@@ -8111,8 +8141,8 @@ packagesets:
|
||||
- gfxboot-devel
|
||||
- glibc-livepatches
|
||||
- gmmlib-devel
|
||||
- go1.23-libstd
|
||||
- go1.24-libstd
|
||||
- go1.25-libstd
|
||||
- google-cloud-sap-agent
|
||||
- google-dracut-config
|
||||
- google-guest-agent
|
||||
@@ -8148,9 +8178,8 @@ packagesets:
|
||||
- kernel-kvmsmall
|
||||
- kernel-kvmsmall-devel
|
||||
- kernel-kvmsmall-vdso
|
||||
- kernel-livepatch-6_12_0-160000_20-default
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kiwi-pxeboot
|
||||
- kubevirt-manifests
|
||||
- kubevirt-virtctl
|
||||
- libFLAC++10-x86-64-v3
|
||||
- libFLAC12-x86-64-v3
|
||||
@@ -8419,7 +8448,6 @@ packagesets:
|
||||
- sysctl-logger
|
||||
- syslinux
|
||||
- system-group-ne
|
||||
- systemd-boot
|
||||
- systemd-presets-branding-SLE-SAP
|
||||
- tboot
|
||||
- tftpboot-agama-installer-SUSE_SLE_16-x86_64
|
||||
@@ -8494,3 +8522,4 @@ packagesets:
|
||||
- backports_ppc64le
|
||||
- backports_s390x
|
||||
- backports_x86_64
|
||||
|
||||
|
||||
19
_config
19
_config
@@ -1,4 +1,8 @@
|
||||
Release: <CI_CNT>.<B_CNT> spec:bp160.<CI_CNT>.<B_CNT>
|
||||
%if 0%{?is_stage_project}
|
||||
Release: <CI_CNT>.<B_CNT> spec:bp161.999999.<CI_CNT>.<B_CNT>
|
||||
%else
|
||||
Release: <CI_CNT>.<B_CNT> spec:bp161.<CI_CNT>.<B_CNT>
|
||||
%endif
|
||||
|
||||
# 000productcompose experiment
|
||||
%if "%_repository" == "product"
|
||||
@@ -125,15 +129,6 @@ Macros:
|
||||
%ffmpeg_pref ffmpeg-7
|
||||
:Macros
|
||||
|
||||
# BEGIN GIMP STUFF - remove this section when gimp3 is ready
|
||||
# %if "%_project" == "openSUSE:Backports:SLE-16.0"
|
||||
# Macros:
|
||||
# Do not build python plugin in gimp2
|
||||
# %_without_python_plugin 1
|
||||
# :Macros
|
||||
# %endif
|
||||
# END GIMP STUFF
|
||||
|
||||
# openSUSE -> SLE magic BuildRequires can work then
|
||||
Substitute: desktop-data-openSUSE-extra desktop-data-SLE-extra
|
||||
Substitute: desktop-data-openSUSE desktop-data-SLE
|
||||
@@ -143,7 +138,7 @@ Substitute: wallpaper-branding-openSUSE wallpaper-branding-SLE
|
||||
%define is_opensuse 1
|
||||
%define is_backports 1
|
||||
|
||||
%if "%_project" == "openSUSE:Backports:SLE-16.0" || "%_project" == "openSUSE:Backports:SLE-16.0:git"
|
||||
%if 0%{?_is_in_project}
|
||||
Macros:
|
||||
%vendor openSUSE
|
||||
%distribution SUSE Linux Enterprise 16
|
||||
@@ -164,7 +159,7 @@ Macros:
|
||||
|
||||
# Leap specific package list, the same list with excludebuild must add to Backports project
|
||||
# Most of package should be built in Backports
|
||||
%if "%_project" == "openSUSE:Backports:SLE-16.0" || "%_project" == "openSUSE:Backports:SLE-16.0:git"
|
||||
%if "%_project" == "openSUSE:Backports:SLE-16.1"
|
||||
# we build ffado:ffado-mixer for openSUSE, the main one is built in SLFO
|
||||
BuildFlags: excludebuild:ffado
|
||||
# build gpgme:qt flavor for qt5 support
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"": ["autobuild-review", "packagehub-review"]
|
||||
"": ["packagehub-review"]
|
||||
}
|
||||
|
||||
2
chromium
2
chromium
Submodule chromium updated: 2e70429051...02e67c4e70
2
lutris
2
lutris
Submodule lutris updated: ed0d79ecd4...937dc36983
2
melange
2
melange
Submodule melange updated: 32c0112588...4ca0d8a776
2
opi
2
opi
Submodule opi updated: 8e0625ef06...13283891b5
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"ObsProject": "openSUSE:Backports:SLE-16.0",
|
||||
"StagingProject": "openSUSE:Backports:SLE-16.0:PullRequest"
|
||||
"ObsProject": "openSUSE:Backports:SLE-16.1",
|
||||
"StagingProject": "openSUSE:Backports:SLE-16.1:PullRequest"
|
||||
}
|
||||
|
||||
2
synce4l
2
synce4l
Submodule synce4l updated: 3d3b1d48af...b86ac19f62
2
virtme
2
virtme
Submodule virtme updated: e68023567f...547b3766fe
Submodule warewulf4 updated: 3117857577...ace4d55695
@@ -1,38 +1,23 @@
|
||||
{
|
||||
"Workflows": ["pr"],
|
||||
"GitProjectName": "products/PackageHub#leap-16.0",
|
||||
"Organization": "pool",
|
||||
"Branch": "leap-16.0",
|
||||
"ManualMergeProject": true,
|
||||
"Reviewers": [ "*autobuild-review",
|
||||
"+legaldb",
|
||||
"-autogits_obs_staging_bot",
|
||||
"-packagehub-review"
|
||||
],
|
||||
"ReviewGroups": [
|
||||
{
|
||||
"Name": "autobuild-review",
|
||||
"Reviewers": [
|
||||
"atartamo",
|
||||
"dmach",
|
||||
"eroca",
|
||||
"jdsn",
|
||||
"mstrigl",
|
||||
"darix",
|
||||
"smithfarm",
|
||||
"oertel",
|
||||
"bigironman"
|
||||
],
|
||||
"Silent": true
|
||||
},
|
||||
{
|
||||
"Name": "packagehub-review",
|
||||
"Reviewers": [
|
||||
"bigironman",
|
||||
"lkocman-factory",
|
||||
"maxlin_factory",
|
||||
"smithfarm"
|
||||
]
|
||||
}
|
||||
]
|
||||
"Workflows": ["pr"],
|
||||
"GitProjectName": "products/PackageHub#leap-16.1",
|
||||
"Organization": "pool",
|
||||
"Branch": "leap-16.1",
|
||||
"ManualMergeProject": true,
|
||||
"Reviewers": [
|
||||
"*packagehub-review",
|
||||
"+legaldb",
|
||||
"-autogits_obs_staging_bot",
|
||||
],
|
||||
"ReviewGroups": [
|
||||
{
|
||||
"Name": "packagehub-review",
|
||||
"Reviewers": [
|
||||
"bigironman",
|
||||
"lkocman-factory",
|
||||
"maxlin_factory",
|
||||
"smithfarm"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user