forked from products/PackageHub
Compare commits
40 Commits
wip-exclud
...
wip-python
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7397aa50d7 | ||
|
|
793efc39aa | ||
|
|
61950bb0c3 | ||
|
|
c6de81b632 | ||
|
|
c90d4e1a55 | ||
| 4fd46c8021 | |||
| 806d1c9f09 | |||
|
|
1bb715adf9 | ||
|
|
30678012c9 | ||
| bc4cab5c50 | |||
| 01c03c7707 | |||
| c9d7f41d9e | |||
|
|
6c9af3202a | ||
| 22cda61b86 | |||
|
|
d377d8ed3d | ||
|
|
ee0d5a3bce | ||
| da5eeb372f | |||
| b57b3a0a66 | |||
|
|
44b26f3ed5 | ||
|
|
342b4e261c | ||
|
|
ee48db1154 | ||
| be57857589 | |||
|
|
48f325441b | ||
|
|
5dbc9316cf | ||
| 087ab68ba2 | |||
| 1074d69b71 | |||
| b7addb8613 | |||
|
|
e87c35ae57 | ||
| e3a0521e53 | |||
|
|
a2593a8867 | ||
|
|
3f8a53988c | ||
|
|
97987f4c34 | ||
|
|
4658733d03 | ||
| b6369a0076 | |||
|
|
d8da6a1851 | ||
| cfb07f3599 | |||
|
|
b77bd00d94 | ||
| 4e5bee00ea | |||
| b622048ea7 | |||
| ac2c98307a |
31
.gitea/workflows/patchinfo_numberator.yaml
Normal file
31
.gitea/workflows/patchinfo_numberator.yaml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# 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:
|
||||||
|
# Generic action from GitHub to clone the product git repo
|
||||||
|
- name: Checkout product
|
||||||
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/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.suse.de/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.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
|
||||||
|
with:
|
||||||
|
commit_user_name: gitea-actions-autobuild
|
||||||
|
commit_user_email: autobuild+gitea@suse.de
|
||||||
|
commit_author: ${{ steps.last-commit.outputs.author }}
|
||||||
|
commit_message: "Update incident numbers [skip actions]"
|
||||||
|
commit_options: '--no-edit'
|
||||||
|
skip_fetch: true
|
||||||
|
|
||||||
36
.gitmodules
vendored
36
.gitmodules
vendored
@@ -11278,10 +11278,6 @@
|
|||||||
path = noise-suppression-for-voice
|
path = noise-suppression-for-voice
|
||||||
url = ../../pool/noise-suppression-for-voice
|
url = ../../pool/noise-suppression-for-voice
|
||||||
branch = leap-16.0
|
branch = leap-16.0
|
||||||
[submodule "noisetorch"]
|
|
||||||
path = noisetorch
|
|
||||||
url = ../../pool/noisetorch
|
|
||||||
branch = leap-16.0
|
|
||||||
[submodule "nomacs"]
|
[submodule "nomacs"]
|
||||||
path = nomacs
|
path = nomacs
|
||||||
url = ../../pool/nomacs
|
url = ../../pool/nomacs
|
||||||
@@ -26258,3 +26254,35 @@
|
|||||||
path = fractal
|
path = fractal
|
||||||
url = ../../pool/fractal
|
url = ../../pool/fractal
|
||||||
branch = leap-16.0
|
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
|
||||||
|
|||||||
@@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Aug 19 10:41:28 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ product_compose_schema: 0.2
|
|||||||
vendor: openSUSE
|
vendor: openSUSE
|
||||||
name: Backports
|
name: Backports
|
||||||
version: 16
|
version: 16
|
||||||
|
update: "16.0"
|
||||||
product-type: module
|
product-type: module
|
||||||
summary: openSUSE Backports
|
summary: openSUSE Backports
|
||||||
|
|
||||||
@@ -32,6 +33,7 @@ repodata: all
|
|||||||
|
|
||||||
# has only an effect during maintenance:
|
# has only an effect during maintenance:
|
||||||
set_updateinfo_from: maint-coord@suse.de
|
set_updateinfo_from: maint-coord@suse.de
|
||||||
|
# set_updateinfo_id_prefix: openSUSE-Leap-16.0-
|
||||||
|
|
||||||
flavors:
|
flavors:
|
||||||
backports_aarch64:
|
backports_aarch64:
|
||||||
@@ -55,6 +57,9 @@ packagesets:
|
|||||||
packages:
|
packages:
|
||||||
- ALP
|
- ALP
|
||||||
- ALP-dummy-release
|
- ALP-dummy-release
|
||||||
|
- bash-legacybin
|
||||||
|
- busybox-which
|
||||||
|
- ceph-mgr-diskprediction-local
|
||||||
- cluster-md-kmp-azure
|
- cluster-md-kmp-azure
|
||||||
- cluster-md-kmp-rt
|
- cluster-md-kmp-rt
|
||||||
- cmake-mini
|
- cmake-mini
|
||||||
@@ -68,6 +73,7 @@ packagesets:
|
|||||||
- gfs2-kmp-rt
|
- gfs2-kmp-rt
|
||||||
- ghostscript-mini
|
- ghostscript-mini
|
||||||
- ghostscript-mini-devel
|
- ghostscript-mini-devel
|
||||||
|
- geolite2legacy
|
||||||
- grpc-source
|
- grpc-source
|
||||||
- krb5-mini
|
- krb5-mini
|
||||||
- krb5-mini-devel
|
- krb5-mini-devel
|
||||||
@@ -75,7 +81,7 @@ packagesets:
|
|||||||
- kselftests-kmp-default
|
- kselftests-kmp-default
|
||||||
- kselftests-kmp-rt
|
- kselftests-kmp-rt
|
||||||
- leancrypto-kmp-default
|
- leancrypto-kmp-default
|
||||||
- libcups2-32bit
|
# - libcups2-32bit
|
||||||
- libcurl-mini4
|
- libcurl-mini4
|
||||||
- libdbus-1-3-32bit
|
- libdbus-1-3-32bit
|
||||||
- libdvbv5-0-32bit
|
- libdvbv5-0-32bit
|
||||||
@@ -87,13 +93,13 @@ packagesets:
|
|||||||
- libressl
|
- libressl
|
||||||
- libressl-devel
|
- libressl-devel
|
||||||
- libressl-devel-doc
|
- libressl-devel-doc
|
||||||
- libsybdb5-32bit
|
# - libsybdb5-32bit
|
||||||
- libsystemd0-mini
|
- libsystemd0-mini
|
||||||
- libtdsodbc0-32bit
|
# - libtdsodbc0-32bit
|
||||||
- libudev-mini1
|
- libudev-mini1
|
||||||
- libunbound-devel-mini
|
- libunbound-devel-mini
|
||||||
- libusb-1_0-0-32bit
|
- libusb-1_0-0-32bit
|
||||||
- libzip5-32bit
|
# - libzip5-32bit
|
||||||
- ocfs2-kmp-azure
|
- ocfs2-kmp-azure
|
||||||
- ocfs2-kmp-default
|
- ocfs2-kmp-default
|
||||||
- ocfs2-kmp-rt
|
- ocfs2-kmp-rt
|
||||||
@@ -101,10 +107,12 @@ packagesets:
|
|||||||
- pam-extra-32bit
|
- pam-extra-32bit
|
||||||
- postgresql17-devel-mini
|
- postgresql17-devel-mini
|
||||||
- protobuf21-source
|
- protobuf21-source
|
||||||
|
- sddm-branding-openSUSE
|
||||||
- sddm-qt6-branding-openSUSE
|
- sddm-qt6-branding-openSUSE
|
||||||
- systemd-mini
|
- systemd-mini
|
||||||
- systemd-mini-container
|
- systemd-mini-container
|
||||||
- systemd-mini-devel
|
- systemd-mini-devel
|
||||||
|
- this-is-only-for-build-envs
|
||||||
- udev-mini
|
- udev-mini
|
||||||
|
|
||||||
# TODO: unneeded Leap package per architecture
|
# TODO: unneeded Leap package per architecture
|
||||||
@@ -125,8 +133,8 @@ packagesets:
|
|||||||
|
|
||||||
- name: backports_unneeded_x86_64
|
- name: backports_unneeded_x86_64
|
||||||
packages:
|
packages:
|
||||||
- libgnutls30-32bit
|
# - libgnutls30-32bit
|
||||||
- libgnutls-devel-32bit
|
# - libgnutls-devel-32bit
|
||||||
|
|
||||||
# TODO: unneeded SLES package on all architectures
|
# TODO: unneeded SLES package on all architectures
|
||||||
- name: sles_unneeded
|
- name: sles_unneeded
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"": ["bigironman", "maxlin_factory"]
|
"": ["bigironman", "maxlin_factory", "lkocman-factory", "smithfarm"]
|
||||||
}
|
}
|
||||||
|
|||||||
2
moarvm
2
moarvm
Submodule moarvm updated: 83101aa542...bad6e97579
Submodule noisetorch deleted from e9bf2da904
2
nqp
2
nqp
Submodule nqp updated: 6309c6b840...a043a46561
Submodule product-composer updated: 813163a24c...66ac4085af
1
python-Routes
Submodule
1
python-Routes
Submodule
Submodule python-Routes added at 9e68681b9f
1
python-asyncssh
Submodule
1
python-asyncssh
Submodule
Submodule python-asyncssh added at 80f9591409
1
python-cmd2
Submodule
1
python-cmd2
Submodule
Submodule python-cmd2 added at 4d2e0aa7e8
1
python-freeipa
Submodule
1
python-freeipa
Submodule
Submodule python-freeipa added at 1435df497f
1
python-libnacl
Submodule
1
python-libnacl
Submodule
Submodule python-libnacl added at 2d8a2811ca
1
python-pecan
Submodule
1
python-pecan
Submodule
Submodule python-pecan added at fa6b8cda43
1
python-repoze.lru
Submodule
1
python-repoze.lru
Submodule
Submodule python-repoze.lru added at 6749440ecd
2
rakudo
2
rakudo
Submodule rakudo updated: c13b5b413b...90c4751e17
1
ripgrep
Submodule
1
ripgrep
Submodule
Submodule ripgrep added at 15e234f667
Reference in New Issue
Block a user