Compare commits
2 Commits
PR_libress
...
PR_moarvm#
Author | SHA256 | Date | |
---|---|---|---|
|
4b708d3de5 | ||
|
2b0ea3a70d |
@@ -1,37 +0,0 @@
|
||||
# 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]
|
||||
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: tumbleweed
|
||||
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
|
||||
|
||||
- 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
|
||||
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_options: '--no-edit'
|
||||
skip_fetch: true
|
||||
|
64
.gitmodules
vendored
64
.gitmodules
vendored
@@ -11278,6 +11278,10 @@
|
||||
path = noise-suppression-for-voice
|
||||
url = ../../pool/noise-suppression-for-voice
|
||||
branch = leap-16.0
|
||||
[submodule "noisetorch"]
|
||||
path = noisetorch
|
||||
url = ../../pool/noisetorch
|
||||
branch = leap-16.0
|
||||
[submodule "nomacs"]
|
||||
path = nomacs
|
||||
url = ../../pool/nomacs
|
||||
@@ -15710,10 +15714,6 @@
|
||||
path = python-Unidecode
|
||||
url = ../../pool/python-unidecode
|
||||
branch = leap-16.0
|
||||
[submodule "python-accessible-pygments"]
|
||||
path = python-accessible-pygments
|
||||
url = ../../pool/python-accessible-pygments
|
||||
branch = leap-16.0
|
||||
[submodule "python-affine"]
|
||||
path = python-affine
|
||||
url = ../../pool/python-affine
|
||||
@@ -16338,10 +16338,6 @@
|
||||
path = python-netCDF4
|
||||
url = ../../pool/python-netCDF4
|
||||
branch = leap-16.0
|
||||
[submodule "python-numpydoc"]
|
||||
path = python-numpydoc
|
||||
url = ../../pool/python-numpydoc
|
||||
branch = leap-16.0
|
||||
[submodule "python-odfpy"]
|
||||
path = python-odfpy
|
||||
url = ../../pool/python-odfpy
|
||||
@@ -16554,10 +16550,6 @@
|
||||
path = python-pycryptodomex
|
||||
url = ../../pool/python-pycryptodomex
|
||||
branch = leap-16.0
|
||||
[submodule "python-pydata-sphinx-theme"]
|
||||
path = python-pydata-sphinx-theme
|
||||
url = ../../pool/python-pydata-sphinx-theme
|
||||
branch = leap-16.0
|
||||
[submodule "python-pydenticon"]
|
||||
path = python-pydenticon
|
||||
url = ../../pool/python-pydenticon
|
||||
@@ -16994,18 +16986,10 @@
|
||||
path = python-sphinx-click
|
||||
url = ../../pool/python-sphinx-click
|
||||
branch = leap-16.0
|
||||
[submodule "python-sphinx-gallery"]
|
||||
path = python-sphinx-gallery
|
||||
url = ../../pool/python-sphinx-gallery
|
||||
branch = leap-16.0
|
||||
[submodule "python-sphinx-qt-documentation"]
|
||||
path = python-sphinx-qt-documentation
|
||||
url = ../../pool/python-sphinx-qt-documentation
|
||||
branch = leap-16.0
|
||||
[submodule "python-sphinx-theme-builder"]
|
||||
path = python-sphinx-theme-builder
|
||||
url = ../../pool/python-sphinx-theme-builder
|
||||
branch = leap-16.0
|
||||
[submodule "python-sphinx_press_theme"]
|
||||
path = python-sphinx_press_theme
|
||||
url = ../../pool/python-sphinx_press_theme
|
||||
@@ -26274,43 +26258,3 @@
|
||||
path = fractal
|
||||
url = ../../pool/fractal
|
||||
branch = leap-16.0
|
||||
[submodule "ripgrep"]
|
||||
path = ripgrep
|
||||
url = ../../pool/ripgrep
|
||||
branch = leap-16.0
|
||||
[submodule "python-asyncssh"]
|
||||
path = python-asyncssh
|
||||
url = ../../pool/python-asyncssh
|
||||
branch = leap-16.0
|
||||
[submodule "python-cmd2"]
|
||||
path = python-cmd2
|
||||
url = ../../pool/python-cmd2
|
||||
branch = leap-16.0
|
||||
[submodule "python-pecan"]
|
||||
path = python-pecan
|
||||
url = ../../pool/python-pecan
|
||||
branch = leap-16.0
|
||||
[submodule "python-Routes"]
|
||||
path = python-Routes
|
||||
url = ../../pool/python-Routes
|
||||
branch = leap-16.0
|
||||
[submodule "python-repoze.lru"]
|
||||
path = python-repoze.lru
|
||||
url = ../../pool/python-repoze.lru
|
||||
branch = leap-16.0
|
||||
[submodule "python-freeipa"]
|
||||
path = python-freeipa
|
||||
url = ../../pool/python-freeipa
|
||||
branch = leap-16.0
|
||||
[submodule "python-libnacl"]
|
||||
path = python-libnacl
|
||||
url = ../../pool/python-libnacl
|
||||
branch = leap-16.0
|
||||
[submodule "blueman"]
|
||||
path = blueman
|
||||
url = ../../pool/blueman
|
||||
branch = leap-16.0
|
||||
[submodule "python-pygraphviz"]
|
||||
path = python-pygraphviz
|
||||
url = ../../pool/python-pygraphviz
|
||||
branch = leap-16.0
|
||||
|
@@ -1,97 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 11:10:18 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded (all are uninstallable and also blocked in Leap
|
||||
16.0):
|
||||
reproducible-faketools
|
||||
reproducible-faketools-ant
|
||||
reproducible-faketools-ar
|
||||
reproducible-faketools-aslr
|
||||
reproducible-faketools-date
|
||||
reproducible-faketools-dettrace
|
||||
reproducible-faketools-faketime
|
||||
reproducible-faketools-filesys
|
||||
reproducible-faketools-find
|
||||
reproducible-faketools-future
|
||||
reproducible-faketools-future1y
|
||||
reproducible-faketools-futurepost
|
||||
reproducible-faketools-hostname
|
||||
reproducible-faketools-j1
|
||||
reproducible-faketools-jar
|
||||
reproducible-faketools-pid
|
||||
reproducible-faketools-random
|
||||
reproducible-faketools-rpmbuild
|
||||
reproducible-faketools-strace
|
||||
reproducible-faketools-strip-nondeterminism
|
||||
reproducible-faketools-tar
|
||||
reproducible-faketools-verbose
|
||||
reproducible-faketools-zip
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 10:46:54 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ exclude geolite2legacy because it would bring in python-ipaddr
|
||||
which was dropped from Factory in March 2025 (bsc#1248503)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 16:38:02 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ exclude ceph-mgr-diskprediction-local because it would bring in
|
||||
python-scikit-learn with a huge dependency tree (bsc#1248509)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 13:04:20 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ exclude packages that should not be installed:
|
||||
bash-legacybin
|
||||
busybox-which (bsc#1248237)
|
||||
this-is-only-for-build-envs
|
||||
sddm-branding-openSUSE (bsc#1248488)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 12:23:55 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ reinstate previously excluded packages (bsc#1248444):
|
||||
libcups2-32bit
|
||||
libsybdb5-32bit
|
||||
libtdsodbc0-32bit
|
||||
libzip5-32bit
|
||||
libgnutls30-32bit
|
||||
libgnutls-devel-32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 12:02:06 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ prepare some settings for maintenance.
|
||||
but not enabling it yet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 10:41:28 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose
|
||||
+ add uninstallables to backports_unneeded
|
||||
grpc-source
|
||||
libcups2-32bit
|
||||
libdbus-1-3-32bit
|
||||
libdvbv5-0-32bit
|
||||
libgudev-1_0-0-32bit
|
||||
libinput10-32bit
|
||||
liblirc_driver0-32bit
|
||||
libpolkit-gobject-1-0-32bit
|
||||
libsybdb5-32bit
|
||||
libtdsodbc0-32bit
|
||||
libusb-1_0-0-32bit
|
||||
libzip5-32bit
|
||||
pam-extra-32bit
|
||||
protobuf21-source
|
||||
sddm-qt6-branding-openSUSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 11:21:14 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
|
@@ -3,7 +3,6 @@ product_compose_schema: 0.2
|
||||
vendor: openSUSE
|
||||
name: Backports
|
||||
version: 16
|
||||
update: "16.0"
|
||||
product-type: module
|
||||
summary: openSUSE Backports
|
||||
|
||||
@@ -33,7 +32,6 @@ repodata: all
|
||||
|
||||
# has only an effect during maintenance:
|
||||
set_updateinfo_from: maint-coord@suse.de
|
||||
# set_updateinfo_id_prefix: openSUSE-Leap-16.0-
|
||||
|
||||
flavors:
|
||||
backports_aarch64:
|
||||
@@ -57,9 +55,6 @@ packagesets:
|
||||
packages:
|
||||
- ALP
|
||||
- ALP-dummy-release
|
||||
- bash-legacybin
|
||||
- busybox-which
|
||||
- ceph-mgr-diskprediction-local
|
||||
- cluster-md-kmp-azure
|
||||
- cluster-md-kmp-rt
|
||||
- cmake-mini
|
||||
@@ -73,69 +68,28 @@ packagesets:
|
||||
- gfs2-kmp-rt
|
||||
- ghostscript-mini
|
||||
- ghostscript-mini-devel
|
||||
- geolite2legacy
|
||||
- grpc-source
|
||||
- krb5-mini
|
||||
- krb5-mini-devel
|
||||
- kselftests-kmp-azure
|
||||
- kselftests-kmp-default
|
||||
- kselftests-kmp-rt
|
||||
- leancrypto-kmp-default
|
||||
# - libcups2-32bit
|
||||
- libcurl-mini4
|
||||
- libdbus-1-3-32bit
|
||||
- libdvbv5-0-32bit
|
||||
- libgudev-1_0-0-32bit
|
||||
- libinput10-32bit
|
||||
- liblirc_driver0-32bit
|
||||
- libpolkit-gobject-1-0-32bit
|
||||
- libpxbackend-1_0-mini
|
||||
- libressl
|
||||
- libressl-devel
|
||||
- libressl-devel-doc
|
||||
# - libsybdb5-32bit
|
||||
- libsystemd0-mini
|
||||
# - libtdsodbc0-32bit
|
||||
- libudev-mini1
|
||||
- libunbound-devel-mini
|
||||
- libusb-1_0-0-32bit
|
||||
# - libzip5-32bit
|
||||
- ocfs2-kmp-azure
|
||||
- ocfs2-kmp-default
|
||||
- ocfs2-kmp-rt
|
||||
- openssl_tpm2
|
||||
- pam-extra-32bit
|
||||
- postgresql17-devel-mini
|
||||
- protobuf21-source
|
||||
- reproducible-faketools
|
||||
- reproducible-faketools-ant
|
||||
- reproducible-faketools-ar
|
||||
- reproducible-faketools-aslr
|
||||
- reproducible-faketools-date
|
||||
- reproducible-faketools-dettrace
|
||||
- reproducible-faketools-faketime
|
||||
- reproducible-faketools-filesys
|
||||
- reproducible-faketools-find
|
||||
- reproducible-faketools-future
|
||||
- reproducible-faketools-future1y
|
||||
- reproducible-faketools-futurepost
|
||||
- reproducible-faketools-hostname
|
||||
- reproducible-faketools-j1
|
||||
- reproducible-faketools-jar
|
||||
- reproducible-faketools-pid
|
||||
- reproducible-faketools-random
|
||||
- reproducible-faketools-rpmbuild
|
||||
- reproducible-faketools-strace
|
||||
- reproducible-faketools-strip-nondeterminism
|
||||
- reproducible-faketools-tar
|
||||
- reproducible-faketools-verbose
|
||||
- reproducible-faketools-zip
|
||||
- sddm-branding-openSUSE
|
||||
- sddm-qt6-branding-openSUSE
|
||||
- systemd-mini
|
||||
- systemd-mini-container
|
||||
- systemd-mini-devel
|
||||
- this-is-only-for-build-envs
|
||||
- udev-mini
|
||||
|
||||
# TODO: unneeded Leap package per architecture
|
||||
@@ -156,8 +110,8 @@ packagesets:
|
||||
|
||||
- name: backports_unneeded_x86_64
|
||||
packages:
|
||||
# - libgnutls30-32bit
|
||||
# - libgnutls-devel-32bit
|
||||
- libgnutls30-32bit
|
||||
- libgnutls-devel-32bit
|
||||
|
||||
# TODO: unneeded SLES package on all architectures
|
||||
- name: sles_unneeded
|
||||
|
1
_config
1
_config
@@ -231,6 +231,7 @@ BuildFlags: excludebuild:patterns-gnome
|
||||
BuildFlags: excludebuild:patterns-server
|
||||
BuildFlags: excludebuild:patterns-cinnamon
|
||||
BuildFlags: excludebuild:plasma6-openSUSE
|
||||
BuildFlags: excludebuild:product-composer
|
||||
# to build gui flavor only, the main one is from SLFO
|
||||
BuildFlags: excludebuild:pinentry
|
||||
# BuildRequires: openSUSE-release
|
||||
|
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"": ["bigironman", "maxlin_factory", "lkocman-factory", "smithfarm"]
|
||||
"": ["bigironman", "maxlin_factory"]
|
||||
}
|
||||
|
1
blueman
1
blueman
Submodule blueman deleted from 4f05a5c6cb
2
chromium
2
chromium
Submodule chromium updated: e0353ee763...afa2535e4b
2
exim
2
exim
Submodule exim updated: 9f3f61dcb2...882d8e0197
2
fractal
2
fractal
Submodule fractal updated: f0f599187b...2f651641e2
2
fsvs
2
fsvs
Submodule fsvs updated: d5b64fb742...ce9274426f
2
libressl
2
libressl
Submodule libressl updated: ba1ef729cf...ed73a07c41
Submodule libxfce4ui updated: 243a9cca47...1f9ac85d4c
Submodule libxfce4windowing updated: 1fd9186b83...1badb7a14c
Submodule micropython updated: 209a792453...13e2981da0
2
moarvm
2
moarvm
Submodule moarvm updated: bad6e97579...83101aa542
1
noisetorch
Submodule
1
noisetorch
Submodule
Submodule noisetorch added at e9bf2da904
2
nqp
2
nqp
Submodule nqp updated: a043a46561...6309c6b840
Submodule patterns-xfce updated: 5199929a27...467b4922e9
Submodule powerline-go updated: 22f831be82...9e1e6d866d
Submodule product-composer updated: 66ac4085af...813163a24c
Submodule python-Routes deleted from 9e68681b9f
Submodule python-accessible-pygments deleted from 0497456b4a
Submodule python-asyncssh deleted from 80f9591409
Submodule python-cmd2 deleted from 4d2e0aa7e8
Submodule python-freeipa deleted from 1435df497f
Submodule python-geventhttpclient updated: a35e9846e9...7318efad05
Submodule python-libnacl deleted from 2d8a2811ca
Submodule python-numpydoc deleted from 54bff35f09
Submodule python-pecan deleted from fa6b8cda43
Submodule python-pydata-sphinx-theme deleted from bcb3bf2331
Submodule python-pygraphviz deleted from e460db3ec7
Submodule python-repoze.lru deleted from 6749440ecd
Submodule python-sphinx-gallery deleted from 8bca28df9a
Submodule python-sphinx-theme-builder deleted from a6ed69d0e8
2
rakudo
2
rakudo
Submodule rakudo updated: 90c4751e17...c13b5b413b
1
ripgrep
1
ripgrep
Submodule ripgrep deleted from 15e234f667
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"ObsProject": "openSUSE:Backports:SLE-16.0",
|
||||
"StagingProject": "openSUSE:Backports:SLE-16.0:PullRequest"
|
||||
"StagingProject": "openSUSE:Backports:SLE-16.0:PullRequest",
|
||||
"QA": [
|
||||
{
|
||||
"Name": "Leap",
|
||||
"Origin": "openSUSE:Leap:16.0:git"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Submodule xfce4-panel updated: e4d7431196...c71e781d86
Submodule xfce4-session updated: 19b43d8014...815d7e8546
Submodule xfce4-settings updated: a24e3a9cd7...2cd3874229
Submodule xfdesktop updated: 9f828de605...4b1b69f0b7
Reference in New Issue
Block a user