forked from products/PackageHub
Compare commits
1 Commits
maintenanc
...
PR_bpftop#
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
40c4937716 |
@@ -1,35 +1,37 @@
|
||||
# Use this as .gitea/workflows/patchinfo_numberator.yaml in all products/* repos
|
||||
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
|
||||
name: Patchinfo ID numberator
|
||||
run-name: ${{ gitea.actor }} is setting patchinfo numbers
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: tumbleweed_autobuild
|
||||
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
|
||||
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 }}
|
||||
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://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
|
||||
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_author: Patchinfo incident numbering <gitea-actions-autobuild@noreply.src.opensuse.org>
|
||||
commit_message: "Update patchinfo incident numbers [skip actions]"
|
||||
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
|
||||
|
||||
|
||||
264
.gitmodules
vendored
264
.gitmodules
vendored
@@ -290,10 +290,6 @@
|
||||
path = PrusaSlicer
|
||||
url = ../../pool/PrusaSlicer
|
||||
branch = leap-16.0
|
||||
[submodule "dehydrated"]
|
||||
path = dehydrated
|
||||
url = ../../pool/dehydrated
|
||||
branch = leap-16.0
|
||||
[submodule "QR-Code-generator"]
|
||||
path = QR-Code-generator
|
||||
url = ../../pool/QR-Code-generator
|
||||
@@ -3070,10 +3066,6 @@
|
||||
path = dom2-core-tests
|
||||
url = ../../pool/dom2-core-tests
|
||||
branch = leap-16.0
|
||||
[submodule "doomsday"]
|
||||
path = doomsday
|
||||
url = ../../pool/doomsday
|
||||
branch = leap-16.0
|
||||
[submodule "dosbox"]
|
||||
path = dosbox
|
||||
url = ../../pool/dosbox
|
||||
@@ -7178,10 +7170,6 @@
|
||||
path = gnu_ddrescue
|
||||
url = ../../pool/gnu_ddrescue
|
||||
branch = leap-16.0
|
||||
[submodule "gnucobol"]
|
||||
path = gnucobol
|
||||
url = ../../pool/gnucobol
|
||||
branch = leap-16.0
|
||||
[submodule "gnuastro"]
|
||||
path = gnuastro
|
||||
url = ../../pool/gnuastro
|
||||
@@ -10202,6 +10190,10 @@
|
||||
path = memleax
|
||||
url = ../../pool/memleax
|
||||
branch = leap-16.0
|
||||
[submodule "memtest86+"]
|
||||
path = memtest86+
|
||||
url = ../../pool/memtest86_
|
||||
branch = leap-16.0
|
||||
[submodule "menu-cache"]
|
||||
path = menu-cache
|
||||
url = ../../pool/menu-cache
|
||||
@@ -11770,6 +11762,10 @@
|
||||
path = openQA
|
||||
url = ../../pool/openqa
|
||||
branch = leap-16.0
|
||||
[submodule "openQA-devel-container"]
|
||||
path = openQA-devel-container
|
||||
url = ../../pool/openqa-devel-container
|
||||
branch = leap-16.0
|
||||
[submodule "openSUSE-signkey-cert"]
|
||||
path = openSUSE-signkey-cert
|
||||
url = ../../pool/openSUSE-signkey-cert
|
||||
@@ -11890,6 +11886,10 @@
|
||||
path = openssl_tpm2_engine
|
||||
url = ../../pool/openssl_tpm2_engine
|
||||
branch = leap-16.0
|
||||
[submodule "opensuse-welcome-launcher"]
|
||||
path = opensuse-welcome-launcher
|
||||
url = ../../pool/opensuse-welcome-launcher
|
||||
branch = leap-16.0
|
||||
[submodule "opentimelineio"]
|
||||
path = opentimelineio
|
||||
url = ../../pool/opentimelineio
|
||||
@@ -12974,10 +12974,6 @@
|
||||
path = perl-Data-Visitor
|
||||
url = ../../pool/perl-Data-Visitor
|
||||
branch = leap-16.0
|
||||
[submodule "perl-Date-Manip"]
|
||||
path = perl-Date-Manip
|
||||
url = ../../pool/perl-Date-Manip
|
||||
branch = leap-16.0
|
||||
[submodule "perl-DateTime-Calendar-Mayan"]
|
||||
path = perl-DateTime-Calendar-Mayan
|
||||
url = ../../pool/perl-DateTime-Calendar-Mayan
|
||||
@@ -13762,10 +13758,6 @@
|
||||
path = perl-Mojolicious-Plugin-OAuth2
|
||||
url = ../../pool/perl-Mojolicious-Plugin-OAuth2
|
||||
branch = leap-16.0
|
||||
[submodule "perl-Mojolicious-Plugin-OpenAPI"]
|
||||
path = perl-Mojolicious-Plugin-OpenAPI
|
||||
url = ../../pool/perl-Mojolicious-Plugin-OpenAPI
|
||||
branch = leap-16.0
|
||||
[submodule "perl-Mojolicious-Plugin-Webpack"]
|
||||
path = perl-Mojolicious-Plugin-Webpack
|
||||
url = ../../pool/perl-Mojolicious-Plugin-Webpack
|
||||
@@ -14362,10 +14354,6 @@
|
||||
path = perl-TAP-Formatter-GitHubActions
|
||||
url = ../../pool/perl-TAP-Formatter-GitHubActions
|
||||
branch = leap-16.0
|
||||
[submodule "perl-TAP-Harness-JUnit"]
|
||||
path = perl-TAP-Harness-JUnit
|
||||
url = ../../pool/perl-TAP-Harness-JUnit
|
||||
branch = leap-16.0
|
||||
[submodule "perl-Task-Weaken"]
|
||||
path = perl-Task-Weaken
|
||||
url = ../../pool/perl-Task-Weaken
|
||||
@@ -14726,10 +14714,6 @@
|
||||
path = phoronix-test-suite
|
||||
url = ../../pool/phoronix-test-suite
|
||||
branch = leap-16.0
|
||||
[submodule "php-APCu"]
|
||||
path = php-APCu
|
||||
url = ../../pool/php-APCu
|
||||
branch = leap-16.0
|
||||
[submodule "php-pear-Auth_SASL"]
|
||||
path = php-pear-Auth_SASL
|
||||
url = ../../pool/php-pear-Auth_SASL
|
||||
@@ -17378,10 +17362,6 @@
|
||||
path = rasqal
|
||||
url = ../../pool/rasqal
|
||||
branch = leap-16.0
|
||||
[submodule "rawtherapee"]
|
||||
path = rawtherapee
|
||||
url = ../../pool/rawtherapee
|
||||
branch = leap-16.0
|
||||
[submodule "raw-thumbnailer"]
|
||||
path = raw-thumbnailer
|
||||
url = ../../pool/raw-thumbnailer
|
||||
@@ -17594,6 +17574,10 @@
|
||||
path = rlwrap
|
||||
url = ../../pool/rlwrap
|
||||
branch = leap-16.0
|
||||
[submodule "rmt-server"]
|
||||
path = rmt-server
|
||||
url = ../../pool/rmt-server
|
||||
branch = leap-16.0
|
||||
[submodule "rmw"]
|
||||
path = rmw
|
||||
url = ../../pool/rmw
|
||||
@@ -26050,219 +26034,3 @@
|
||||
path = python-pygraphviz
|
||||
url = ../../pool/python-pygraphviz
|
||||
branch = leap-16.0
|
||||
[submodule "obs-service-cargo"]
|
||||
path = obs-service-cargo
|
||||
url = ../../pool/obs-service-cargo
|
||||
branch = leap-16.0
|
||||
[submodule "obs-service-extract_file"]
|
||||
path = obs-service-extract_file
|
||||
url = ../../pool/obs-service-extract_file
|
||||
branch = leap-16.0
|
||||
[submodule "obs-service-update_changelog"]
|
||||
path = obs-service-update_changelog
|
||||
url = ../../pool/obs-service-update_changelog
|
||||
branch = leap-16.0
|
||||
[submodule "obs-service-refresh_patches"]
|
||||
path = obs-service-refresh_patches
|
||||
url = ../../pool/obs-service-refresh_patches
|
||||
branch = leap-16.0
|
||||
[submodule "cargo-vendor-filterer"]
|
||||
path = cargo-vendor-filterer
|
||||
url = ../../pool/cargo-vendor-filterer
|
||||
branch = leap-16.0
|
||||
[submodule "ghc-file-io"]
|
||||
path = ghc-file-io
|
||||
url = ../../pool/ghc-file-io
|
||||
branch = leap-16.0
|
||||
[submodule "perl-Perl-Critic-TooMuchCode"]
|
||||
path = perl-Perl-Critic-TooMuchCode
|
||||
url = ../../pool/perl-Perl-Critic-TooMuchCode
|
||||
branch = leap-16.0
|
||||
[submodule "nemo-extensions"]
|
||||
path = nemo-extensions
|
||||
url = ../../pool/nemo-extensions
|
||||
branch = leap-16.0
|
||||
[submodule "nextcloud-desktop"]
|
||||
path = nextcloud-desktop
|
||||
url = ../../pool/nextcloud-desktop
|
||||
branch = leap-16.0
|
||||
[submodule "hplip"]
|
||||
path = hplip
|
||||
url = ../../pool/hplip
|
||||
branch = leap-16.0
|
||||
[submodule "libsigrok"]
|
||||
path = libsigrok
|
||||
url = ../../pool/libsigrok
|
||||
branch = leap-16.0
|
||||
[submodule "collectd"]
|
||||
path = collectd
|
||||
url = ../../pool/collectd
|
||||
branch = leap-16.0
|
||||
[submodule "obs-git-init"]
|
||||
path = obs-git-init
|
||||
url = ../../pool/obs-git-init
|
||||
branch = leap-16.0
|
||||
[submodule "python-WTForms"]
|
||||
path = python-WTForms
|
||||
url = ../../pool/python-WTForms
|
||||
branch = leap-16.0
|
||||
[submodule "python-Flask-WTF"]
|
||||
path = python-Flask-WTF
|
||||
url = ../../pool/python-Flask-WTF
|
||||
branch = leap-16.0
|
||||
[submodule "python-Flask-RESTful"]
|
||||
path = python-Flask-RESTful
|
||||
url = ../../pool/python-Flask-RESTful
|
||||
branch = leap-16.0
|
||||
[submodule "python-Flask-HTTPAuth"]
|
||||
path = python-Flask-HTTPAuth
|
||||
url = ../../pool/python-Flask-HTTPAuth
|
||||
branch = leap-16.0
|
||||
[submodule "python-Flask-Babel"]
|
||||
path = python-Flask-Babel
|
||||
url = ../../pool/python-Flask-Babel
|
||||
branch = leap-16.0
|
||||
[submodule "python-aniso8601"]
|
||||
path = python-aniso8601
|
||||
url = ../../pool/python-aniso8601
|
||||
branch = leap-16.0
|
||||
[submodule "gnuhealth-thalamus"]
|
||||
path = gnuhealth-thalamus
|
||||
url = ../../pool/gnuhealth-thalamus
|
||||
branch = leap-16.0
|
||||
[submodule "perl-MCP"]
|
||||
path = perl-MCP
|
||||
url = ../../pool/perl-MCP
|
||||
branch = leap-16.0
|
||||
[submodule "fprintd"]
|
||||
path = fprintd
|
||||
url = ../../pool/fprintd
|
||||
branch = leap-16.0
|
||||
[submodule "python-acme"]
|
||||
path = python-acme
|
||||
url = ../../pool/python-acme
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot"]
|
||||
path = python-certbot
|
||||
url = ../../pool/python-certbot
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-nginx"]
|
||||
path = python-certbot-nginx
|
||||
url = ../../pool/python-certbot-nginx
|
||||
branch = leap-16.0
|
||||
[submodule "python-ConfigArgParse"]
|
||||
path = python-ConfigArgParse
|
||||
url = ../../pool/python-ConfigArgParse
|
||||
branch = leap-16.0
|
||||
[submodule "python-josepy"]
|
||||
path = python-josepy
|
||||
url = ../../pool/python-josepy
|
||||
branch = leap-16.0
|
||||
[submodule "python-pyRFC3339"]
|
||||
path = python-pyRFC3339
|
||||
url = ../../pool/python-pyRFC3339
|
||||
branch = leap-16.0
|
||||
[submodule "certbot-systemd-timer"]
|
||||
path = certbot-systemd-timer
|
||||
url = ../../pool/certbot-systemd-timer
|
||||
branch = leap-16.0
|
||||
[submodule "python-augeas"]
|
||||
path = python-augeas
|
||||
url = ../../pool/python-augeas
|
||||
branch = leap-16.0
|
||||
[submodule "python-bson"]
|
||||
path = python-bson
|
||||
url = ../../pool/python-bson
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-apache"]
|
||||
path = python-certbot-apache
|
||||
url = ../../pool/python-certbot-apache
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-cloudflare"]
|
||||
path = python-certbot-dns-cloudflare
|
||||
url = ../../pool/python-certbot-dns-cloudflare
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-digitalocean"]
|
||||
path = python-certbot-dns-digitalocean
|
||||
url = ../../pool/python-certbot-dns-digitalocean
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-dnsimple"]
|
||||
path = python-certbot-dns-dnsimple
|
||||
url = ../../pool/python-certbot-dns-dnsimple
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-dnsmadeeasy"]
|
||||
path = python-certbot-dns-dnsmadeeasy
|
||||
url = ../../pool/python-certbot-dns-dnsmadeeasy
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-linode"]
|
||||
path = python-certbot-dns-linode
|
||||
url = ../../pool/python-certbot-dns-linode
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-luadns"]
|
||||
path = python-certbot-dns-luadns
|
||||
url = ../../pool/python-certbot-dns-luadns
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-nsone"]
|
||||
path = python-certbot-dns-nsone
|
||||
url = ../../pool/python-certbot-dns-nsone
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-ovh"]
|
||||
path = python-certbot-dns-ovh
|
||||
url = ../../pool/python-certbot-dns-ovh
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-rfc2136"]
|
||||
path = python-certbot-dns-rfc2136
|
||||
url = ../../pool/python-certbot-dns-rfc2136
|
||||
branch = leap-16.0
|
||||
[submodule "python-certbot-dns-route53"]
|
||||
path = python-certbot-dns-route53
|
||||
url = ../../pool/python-certbot-dns-route53
|
||||
branch = leap-16.0
|
||||
[submodule "python-cloudflare"]
|
||||
path = python-cloudflare
|
||||
url = ../../pool/python-cloudflare
|
||||
branch = leap-16.0
|
||||
[submodule "python-digitalocean"]
|
||||
path = python-digitalocean
|
||||
url = ../../pool/python-digitalocean
|
||||
branch = leap-16.0
|
||||
[submodule "python-dns-lexicon"]
|
||||
path = python-dns-lexicon
|
||||
url = ../../pool/python-dns-lexicon
|
||||
branch = leap-16.0
|
||||
[submodule "python-jsonlines"]
|
||||
path = python-jsonlines
|
||||
url = ../../pool/python-jsonlines
|
||||
branch = leap-16.0
|
||||
[submodule "python-jsonpickle"]
|
||||
path = python-jsonpickle
|
||||
url = ../../pool/python-jsonpickle
|
||||
branch = leap-16.0
|
||||
[submodule "python-localzone"]
|
||||
path = python-localzone
|
||||
url = ../../pool/python-localzone
|
||||
branch = leap-16.0
|
||||
[submodule "python-pytest-httpx"]
|
||||
path = python-pytest-httpx
|
||||
url = ../../pool/python-pytest-httpx
|
||||
branch = leap-16.0
|
||||
[submodule "python-requests-file"]
|
||||
path = python-requests-file
|
||||
url = ../../pool/python-requests-file
|
||||
branch = leap-16.0
|
||||
[submodule "python-softlayer"]
|
||||
path = python-softlayer
|
||||
url = ../../pool/python-softlayer
|
||||
branch = leap-16.0
|
||||
[submodule "python-softlayer-zeep"]
|
||||
path = python-softlayer-zeep
|
||||
url = ../../pool/python-softlayer-zeep
|
||||
branch = leap-16.0
|
||||
[submodule "python-tldextract"]
|
||||
path = python-tldextract
|
||||
url = ../../pool/python-tldextract
|
||||
branch = leap-16.0
|
||||
[submodule "openQA-devel-container"]
|
||||
path = openQA-devel-container
|
||||
url = ../../pool/openQA-devel-container
|
||||
branch = leap-16.0
|
||||
|
||||
@@ -1,175 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 5 10:38:32 UTC 2026 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded, remove xen related packages (bsc#1253226)
|
||||
xen-tools-xendomains-wait-disk
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded since busybox modules conflict with
|
||||
SLES system packages
|
||||
busybox-adduser
|
||||
busybox-attr
|
||||
busybox-bc
|
||||
busybox-bind-utils
|
||||
busybox-bzip2
|
||||
busybox-coreutils
|
||||
busybox-cpio
|
||||
busybox-diffutils
|
||||
busybox-dos2unix
|
||||
busybox-ed
|
||||
busybox-findutils
|
||||
busybox-gawk
|
||||
busybox-grep
|
||||
busybox-gzip
|
||||
busybox-hexedit
|
||||
busybox-hostname
|
||||
busybox-iproute2
|
||||
busybox-iputils
|
||||
busybox-kbd
|
||||
busybox-kmod
|
||||
busybox-less
|
||||
busybox-links
|
||||
busybox-man
|
||||
busybox-misc
|
||||
busybox-ncurses-utils
|
||||
busybox-net-tools
|
||||
busybox-netcat
|
||||
busybox-patch
|
||||
busybox-policycoreutils
|
||||
busybox-procps
|
||||
busybox-psmisc
|
||||
busybox-sed
|
||||
busybox-selinux-tools
|
||||
busybox-sendmail
|
||||
busybox-sh
|
||||
busybox-sha3sum
|
||||
busybox-sharutils
|
||||
busybox-syslogd
|
||||
busybox-sysvinit-tools
|
||||
busybox-tar
|
||||
busybox-telnet
|
||||
busybox-testsuite
|
||||
busybox-tftp
|
||||
busybox-time
|
||||
busybox-traceroute
|
||||
busybox-tunctl
|
||||
busybox-udhcpc
|
||||
busybox-unzip
|
||||
busybox-util-linux
|
||||
busybox-vi
|
||||
busybox-vlan
|
||||
busybox-wget
|
||||
busybox-which
|
||||
busybox-whois
|
||||
busybox-xz
|
||||
+ add to backports_unneeded since kernels are not allowed (bsc#1250340)
|
||||
kernel-azure-livepatch-devel
|
||||
kernel-default-livepatch-devel
|
||||
kernel-livepatch-6_12_0-160000_4-default
|
||||
kernel-livepatch-6_12_0-160000_5-default
|
||||
kernel-livepatch-6_12_0-160000_4-rt
|
||||
kernel-livepatch-6_12_0-160000_5-rt
|
||||
kernel-rt-livepatch
|
||||
kernel-rt-livepatch-devel
|
||||
patterns-base-kernel_livepatching
|
||||
+ add to backports_unneeded
|
||||
chrony-pool-openSUSE (conflicts with chrony-pool-suse from SLES)
|
||||
connman-nmcompat (conflicts with NetworkManager from SLES)
|
||||
debuginfod-dummy-client (conflicts with debuginfod-client from SLES)
|
||||
ecryptfs-utils (needs ecryptfs.ko, not provided)
|
||||
elemental (requires systemd-presets-branding-Elemental, not provided)
|
||||
geoipupdate-legacy (requires geolite2legacy, not provided)
|
||||
gio-branding-upstream (conflicts with gio-branding from SLES)
|
||||
libdebuginfod1-dummy (conflicts with libdebuginfod from SLES from SLES)
|
||||
libdebuginfod-dummy-devel (requires libdebuginfod1-dummy, not provided)
|
||||
MozillaFirefox-branding-upstream (conflicts with MozillaFirefox-branding-SLE from SLES)
|
||||
ntpd-rs (conflicts with chrony from SLES)
|
||||
ntpsec (conflicts with chrony from SLES)
|
||||
ntpsec-utils (needs ntpsec)
|
||||
plymouth-branding-upstream (conflicts with plymouth-branding-SLE from SLES)
|
||||
systemd-default-settings-branding-openSUSE (conflicts with systemd-default-settings-branding-SLE from SLES)
|
||||
systemd-default-settings-branding-SLE-Micro (conflicts with systemd-default-settings-branding-SLE from SLES)
|
||||
systemd-default-settings-branding-upstream (conflicts with systemd-default-settings-branding-SLE from SLES)
|
||||
systemd-presets-branding-ALP-transactional (conflicts with systemd-presets-branding-SLE from SLES)
|
||||
systemd-presets-branding-Elemental (conflicts with systemd-presets-branding-SLE from SLES)
|
||||
yum-utils (conflicts with zypper-needs-restarting from SLES)
|
||||
+ add to backports_unneeded since 32bit packages are not needed
|
||||
dbus-1-devel-32bit
|
||||
libatk-bridge-2_0-0-32bit
|
||||
libatspi0-32bit
|
||||
libavahi-client3-32bit
|
||||
libcurl4-32bit
|
||||
libdbus-glib-1-2-32bit
|
||||
libdc1394-26-32bit
|
||||
libgusb2-32bit
|
||||
libmanette-0_2-0-32bit
|
||||
libpcap1-32bit
|
||||
libpolkit-agent-1-0-32bit
|
||||
libpq5-32bit
|
||||
libusb-1_0-devel-32bit
|
||||
libwacom9-32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 16:40:20 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
@@ -258,7 +86,7 @@ Thu Aug 21 12:23:55 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
Wed Aug 20 12:02:06 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ prepare some settings for maintenance.
|
||||
+ prepare some settings for maintenance.
|
||||
but not enabling it yet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -325,7 +153,7 @@ Mon Jul 28 18:16:57 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
- Backports.productcompose:
|
||||
+ add to backports_unneeded (bsc#1247203)
|
||||
ALP
|
||||
ALP-dummy-release
|
||||
ALP-dummy-release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 14:35:46 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
@@ -346,7 +174,7 @@ Fri Jul 4 08:06:42 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ add a bunch of "-mini" packages to the exclude list. These
|
||||
packages are only needed for building.
|
||||
packages are only needed for building.
|
||||
+ sync with current state of SLES-16.0 (pre-RC2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -362,7 +190,7 @@ Fri May 30 08:11:48 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ fix the build again by excluding the following packages:
|
||||
libopenssl3-32bit
|
||||
libopenssl3-32bit
|
||||
libopenssl-3-devel-32bit
|
||||
libopenssl-3-fips-provider-32bit
|
||||
|
||||
@@ -370,29 +198,29 @@ Fri May 30 08:11:48 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
Thu May 29 12:55:41 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
+ sync with current state of SLES-16.0
|
||||
+ sync with current state of SLES-16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 08:21:19 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- rename default.productcompose to Backports.productcompose
|
||||
(we can do this because we are not using pkglistgen, which
|
||||
hardcodes "default.productcompose")
|
||||
hardcodes "default.productcompose")
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 14:38:05 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- default.productcompose:
|
||||
+ fix the x86_64 build again by adding a large number of foo-32bit
|
||||
packages to backports_unneeded_x86_64
|
||||
packages to backports_unneeded_x86_64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 09:19:49 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- supportstatus.txt
|
||||
+ drop this file because it is needed only when using pkglistgen
|
||||
+ drop this file because it is needed only when using pkglistgen
|
||||
- unneeded.yml
|
||||
+ drop this file because it is needed only when using pkglistgen
|
||||
+ drop this file because it is needed only when using pkglistgen
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 10:33:13 UTC 2025 - Nathan Cutler <ncutler@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: maintenance@opensuse.org
|
||||
set_updateinfo_id_prefix: SUSE-PackageHub-16.0-
|
||||
set_updateinfo_from: maint-coord@suse.de
|
||||
# set_updateinfo_id_prefix: openSUSE-Leap-16.0-
|
||||
|
||||
flavors:
|
||||
backports_aarch64:
|
||||
@@ -57,78 +57,14 @@ packagesets:
|
||||
packages:
|
||||
- ALP
|
||||
- ALP-dummy-release
|
||||
- MozillaFirefox-branding-upstream
|
||||
- NetworkManager-branding-upstream
|
||||
- at-spi2-core-devel-32bit
|
||||
- aws-cli
|
||||
- bash-legacybin
|
||||
- busybox-adduser
|
||||
- busybox-attr
|
||||
- busybox-bc
|
||||
- busybox-bind-utils
|
||||
- busybox-bzip2
|
||||
- busybox-coreutils
|
||||
- busybox-cpio
|
||||
- busybox-diffutils
|
||||
- busybox-dos2unix
|
||||
- busybox-ed
|
||||
- busybox-findutils
|
||||
- busybox-gawk
|
||||
- busybox-grep
|
||||
- busybox-gzip
|
||||
- busybox-hexedit
|
||||
- busybox-hostname
|
||||
- busybox-iproute2
|
||||
- busybox-iputils
|
||||
- busybox-kbd
|
||||
- busybox-kmod
|
||||
- busybox-less
|
||||
- busybox-links
|
||||
- busybox-man
|
||||
- busybox-misc
|
||||
- busybox-ncurses-utils
|
||||
- busybox-net-tools
|
||||
- busybox-netcat
|
||||
- busybox-patch
|
||||
- busybox-policycoreutils
|
||||
- busybox-procps
|
||||
- busybox-psmisc
|
||||
- busybox-sed
|
||||
- busybox-selinux-tools
|
||||
- busybox-sendmail
|
||||
- busybox-sh
|
||||
- busybox-sha3sum
|
||||
- busybox-sharutils
|
||||
- busybox-syslogd
|
||||
- busybox-sysvinit-tools
|
||||
- busybox-tar
|
||||
- busybox-telnet
|
||||
- busybox-testsuite
|
||||
- busybox-tftp
|
||||
- busybox-time
|
||||
- busybox-traceroute
|
||||
- busybox-tunctl
|
||||
- busybox-udhcpc
|
||||
- busybox-unzip
|
||||
- busybox-util-linux
|
||||
- busybox-vi
|
||||
- busybox-vlan
|
||||
- busybox-wget
|
||||
- busybox-which
|
||||
- busybox-whois
|
||||
- busybox-xz
|
||||
- ceph-mgr-diskprediction-local
|
||||
- chrony-pool-openSUSE
|
||||
- cluster-md-kmp-azure
|
||||
- cluster-md-kmp-rt
|
||||
- connman-nmcompat
|
||||
- cmake-mini
|
||||
- dbus-1-devel-32bit
|
||||
- debuginfod-dummy-client
|
||||
- dlm-kmp-azure
|
||||
- dlm-kmp-rt
|
||||
- ecryptfs-utils
|
||||
- elemental
|
||||
- envsubst-mini
|
||||
- ffmpeg-7-mini-libs
|
||||
- gettext-runtime-mini
|
||||
@@ -137,102 +73,40 @@ packagesets:
|
||||
- gfs2-kmp-rt
|
||||
- ghostscript-mini
|
||||
- ghostscript-mini-devel
|
||||
- geoipupdate-legacy
|
||||
- geolite2legacy
|
||||
- gio-branding-upstream
|
||||
- glibc-livepatches
|
||||
- grpc-source
|
||||
- kernel-azure-livepatch-devel
|
||||
- kernel-default-livepatch-devel
|
||||
- kernel-livepatch-6_12_0-160000_4-default
|
||||
- kernel-livepatch-6_12_0-160000_4-rt
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_5-rt
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_6-rt
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kernel-livepatch-6_12_0-160000_7-rt
|
||||
- kernel-livepatch-6_12_0-160000_8-default
|
||||
- kernel-livepatch-6_12_0-160000_8-rt
|
||||
- kernel-livepatch-6_12_0-160000_9-default
|
||||
- kernel-livepatch-6_12_0-160000_9-rt
|
||||
- kernel-rt-livepatch
|
||||
- kernel-rt-livepatch-devel
|
||||
- krb5-mini
|
||||
- krb5-mini-devel
|
||||
- kselftests-kmp-azure
|
||||
- kselftests-kmp-default
|
||||
- kselftests-kmp-rt
|
||||
- leancrypto-kmp-default
|
||||
- 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
|
||||
- libgudev-1_0-0-32bit
|
||||
- libgusb2-32bit
|
||||
- libinput10-32bit
|
||||
- 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
|
||||
- libusb-1_0-devel-32bit
|
||||
- libwacom9-32bit
|
||||
# - libzip5-32bit
|
||||
- ntpd-rs
|
||||
- ntpsec
|
||||
- ntpsec-utils
|
||||
- ocfs2-kmp-azure
|
||||
- ocfs2-kmp-default
|
||||
- ocfs2-kmp-rt
|
||||
- openssl_tpm2
|
||||
- openssl-3-livepatches
|
||||
- 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
|
||||
- postgresql18-devel-mini
|
||||
- protobuf21-source
|
||||
- reproducible-faketools
|
||||
- reproducible-faketools-ant
|
||||
@@ -257,19 +131,12 @@ packagesets:
|
||||
- reproducible-faketools-tar
|
||||
- reproducible-faketools-verbose
|
||||
- reproducible-faketools-zip
|
||||
- sdbootutil-tukit
|
||||
- sddm-branding-openSUSE
|
||||
- sddm-qt6-branding-openSUSE
|
||||
- systemd-default-settings-branding-openSUSE
|
||||
- systemd-default-settings-branding-SLE-Micro
|
||||
- systemd-default-settings-branding-upstream
|
||||
- systemd-presets-branding-ALP-transactional
|
||||
- systemd-presets-branding-Elemental
|
||||
- systemd-mini
|
||||
- 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
|
||||
@@ -282,14 +149,6 @@ packagesets:
|
||||
- update-test-retracted
|
||||
- update-test-security
|
||||
- update-test-trivial
|
||||
- xen
|
||||
- xen-devel
|
||||
- xen-libs
|
||||
- xen-doc-html
|
||||
- xen-tools
|
||||
- xen-tools-domU
|
||||
- xen-tools-xendomains-wait-disk
|
||||
- yum-utils
|
||||
|
||||
# TODO: unneeded Leap package per architecture
|
||||
- name: backports_unneeded_aarch64
|
||||
@@ -709,9 +568,6 @@ packagesets:
|
||||
- cargo-packaging
|
||||
- cargo1.87
|
||||
- cargo1.88
|
||||
- cargo1.89
|
||||
- cargo1.90
|
||||
- cargo1.91
|
||||
- catatonit
|
||||
- cblas-devel
|
||||
- cblas-devel-static
|
||||
@@ -1407,18 +1263,22 @@ 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
|
||||
- golang-github-google-jsonnet
|
||||
- golang-github-prometheus-prometheus
|
||||
- golang-github-prometheus-promu
|
||||
- golang-packaging
|
||||
- google-errorprone-annotation
|
||||
@@ -1828,13 +1688,11 @@ 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
|
||||
@@ -1850,7 +1708,6 @@ packagesets:
|
||||
- ibus-table-chinese-wubi-jidian
|
||||
- ibus-table-chinese-yong
|
||||
- ibus-table-extraphrase
|
||||
- ibus-unikey
|
||||
- ibutils
|
||||
- icu
|
||||
- icu4j
|
||||
@@ -1934,27 +1791,6 @@ packagesets:
|
||||
- java-21-openjdk-javadoc
|
||||
- java-21-openjdk-jmods
|
||||
- java-21-openjdk-src
|
||||
- java-22-openjdk
|
||||
- java-22-openjdk-demo
|
||||
- java-22-openjdk-devel
|
||||
- java-22-openjdk-headless
|
||||
- java-22-openjdk-javadoc
|
||||
- java-22-openjdk-jmods
|
||||
- java-22-openjdk-src
|
||||
- java-23-openjdk
|
||||
- java-23-openjdk-demo
|
||||
- java-23-openjdk-devel
|
||||
- java-23-openjdk-headless
|
||||
- java-23-openjdk-javadoc
|
||||
- java-23-openjdk-jmods
|
||||
- java-23-openjdk-src
|
||||
- java-24-openjdk
|
||||
- java-24-openjdk-demo
|
||||
- java-24-openjdk-devel
|
||||
- java-24-openjdk-headless
|
||||
- java-24-openjdk-javadoc
|
||||
- java-24-openjdk-jmods
|
||||
- java-24-openjdk-src
|
||||
- java-cup
|
||||
- java-cup-manual
|
||||
- javacc
|
||||
@@ -1995,7 +1831,6 @@ packagesets:
|
||||
- jdom-javadoc
|
||||
- jdom2
|
||||
- jdom2-javadoc
|
||||
- jdupes
|
||||
- jeos-firstboot
|
||||
- jetbrains-annotations
|
||||
- jetbrains-annotations-javadoc
|
||||
@@ -2156,7 +1991,6 @@ packagesets:
|
||||
- kiwi-systemdeps-image-validation
|
||||
- kiwi-systemdeps-iso-media
|
||||
- kiwi-templates-Minimal
|
||||
- kkc-data
|
||||
- kmod
|
||||
- kpartx
|
||||
- krb5
|
||||
@@ -2737,7 +2571,6 @@ packagesets:
|
||||
- libcupsimage2
|
||||
- libcurl-devel
|
||||
- libcurl-devel-doc
|
||||
- libcurl-mini4
|
||||
- libcurl4
|
||||
- libdaemon-devel
|
||||
- libdaemon0
|
||||
@@ -3219,7 +3052,6 @@ packagesets:
|
||||
- libjcat1
|
||||
- libjemalloc2
|
||||
- libjitterentropy3
|
||||
- libjodycode3
|
||||
- libjpeg-turbo
|
||||
- libjpeg62
|
||||
- libjpeg62-devel
|
||||
@@ -3270,7 +3102,6 @@ packagesets:
|
||||
- libkeymap1
|
||||
- libkeyutils1
|
||||
- libkfont0
|
||||
- libkkc2
|
||||
- libkmip-devel
|
||||
- libkmip-tools
|
||||
- libkmip0
|
||||
@@ -3311,8 +3142,9 @@ packagesets:
|
||||
- liblcms2-2
|
||||
- liblcms2-devel
|
||||
- liblcms2-doc
|
||||
- libldap-2
|
||||
- libldap-2_5-0
|
||||
- libldap-data
|
||||
- libldap2
|
||||
- libldapcpp-devel
|
||||
- libldapcpp0
|
||||
- libldb-devel
|
||||
@@ -3418,7 +3250,6 @@ packagesets:
|
||||
- libmpfr6
|
||||
- libmpg123-0
|
||||
- libmplex2-2_2-0
|
||||
- libmsgpack-c2
|
||||
- libmsgraph1-1
|
||||
- libmspack-devel
|
||||
- libmspack0
|
||||
@@ -3758,7 +3589,6 @@ packagesets:
|
||||
- libsigc++3-devel
|
||||
- libsigc-2_0-0
|
||||
- libsigc-3_0-0
|
||||
- libskk0
|
||||
- libslang2
|
||||
- libslirp-devel
|
||||
- libslirp0
|
||||
@@ -4203,7 +4033,6 @@ packagesets:
|
||||
- libzypp-devel
|
||||
- libzypp-devel-doc
|
||||
- libzypp-plugin-appdata
|
||||
- lifecycle-data-sle
|
||||
- lilv
|
||||
- linux-atm
|
||||
- linux-atm-devel
|
||||
@@ -4394,7 +4223,6 @@ packagesets:
|
||||
- maven-wagon-ssh-common
|
||||
- maven-wagon-ssh-external
|
||||
- mbimcli-bash-completion
|
||||
- mcphost
|
||||
- mcstrans
|
||||
- md_monitor
|
||||
- mdadm
|
||||
@@ -4735,9 +4563,13 @@ packagesets:
|
||||
- openjpeg2
|
||||
- openjpeg2-devel
|
||||
- openjpeg2-devel-doc
|
||||
- openldap2_6-client
|
||||
- openldap2_6-devel
|
||||
- openldap2_6-doc
|
||||
- openldap2-client
|
||||
- openldap2-devel
|
||||
- openldap2-devel-static
|
||||
- openldap2-doc
|
||||
- openldap2_5-client
|
||||
- openldap2_5-devel
|
||||
- openldap2_5-doc
|
||||
- openmpi4
|
||||
- openmpi4-config
|
||||
- openmpi4-devel
|
||||
@@ -5282,7 +5114,6 @@ packagesets:
|
||||
- permissions-zypp-plugin
|
||||
- pesign-obs-integration
|
||||
- pgvector-devel
|
||||
- php-composer2
|
||||
- php8
|
||||
- php8-bcmath
|
||||
- php8-bz2
|
||||
@@ -5463,6 +5294,7 @@ packagesets:
|
||||
- postgresql-docs
|
||||
- postgresql-jdbc
|
||||
- postgresql-jdbc-javadoc
|
||||
- postgresql-llvmjit
|
||||
- postgresql-plperl
|
||||
- postgresql-plpython
|
||||
- postgresql-pltcl
|
||||
@@ -5472,6 +5304,7 @@ packagesets:
|
||||
- postgresql13-contrib
|
||||
- postgresql13-devel
|
||||
- postgresql13-docs
|
||||
- postgresql13-llvmjit
|
||||
- postgresql13-pgaudit
|
||||
- postgresql13-pgvector
|
||||
- postgresql13-plperl
|
||||
@@ -5483,6 +5316,7 @@ packagesets:
|
||||
- postgresql14-contrib
|
||||
- postgresql14-devel
|
||||
- postgresql14-docs
|
||||
- postgresql14-llvmjit
|
||||
- postgresql14-pgaudit
|
||||
- postgresql14-pgvector
|
||||
- postgresql14-plperl
|
||||
@@ -5494,6 +5328,7 @@ packagesets:
|
||||
- postgresql15-contrib
|
||||
- postgresql15-devel
|
||||
- postgresql15-docs
|
||||
- postgresql15-llvmjit
|
||||
- postgresql15-pgaudit
|
||||
- postgresql15-pgvector
|
||||
- postgresql15-plperl
|
||||
@@ -5505,6 +5340,7 @@ packagesets:
|
||||
- postgresql16-contrib
|
||||
- postgresql16-devel
|
||||
- postgresql16-docs
|
||||
- postgresql16-llvmjit
|
||||
- postgresql16-pgaudit
|
||||
- postgresql16-pgvector
|
||||
- postgresql16-plperl
|
||||
@@ -5516,6 +5352,7 @@ packagesets:
|
||||
- postgresql17-contrib
|
||||
- postgresql17-devel
|
||||
- postgresql17-docs
|
||||
- postgresql17-llvmjit
|
||||
- postgresql17-pgaudit
|
||||
- postgresql17-pgvector
|
||||
- postgresql17-plperl
|
||||
@@ -5523,17 +5360,6 @@ packagesets:
|
||||
- postgresql17-pltcl
|
||||
- postgresql17-server
|
||||
- postgresql17-server-devel
|
||||
- postgresql18
|
||||
- postgresql18-contrib
|
||||
- postgresql18-devel
|
||||
- postgresql18-docs
|
||||
- postgresql18-pgaudit
|
||||
- postgresql18-pgvector
|
||||
- postgresql18-plperl
|
||||
- postgresql18-plpython
|
||||
- postgresql18-pltcl
|
||||
- postgresql18-server
|
||||
- postgresql18-server-devel
|
||||
- powerman
|
||||
- powerman-devel
|
||||
- powertop
|
||||
@@ -6817,9 +6643,6 @@ packagesets:
|
||||
- rhino-engine
|
||||
- rhino-javadoc
|
||||
- rhino-runtime
|
||||
- rmt-server
|
||||
- rmt-server-config
|
||||
- rmt-server-pubcloud
|
||||
- rollback-helper
|
||||
- rootlesskit
|
||||
- rp-pppoe
|
||||
@@ -6876,9 +6699,6 @@ packagesets:
|
||||
- rust-keylime
|
||||
- rust1.87
|
||||
- rust1.88
|
||||
- rust1.89
|
||||
- rust1.90
|
||||
- rust1.91
|
||||
- samba
|
||||
- samba-ad-dc
|
||||
- samba-ad-dc-libs
|
||||
@@ -6896,7 +6716,6 @@ packagesets:
|
||||
- samba-tool
|
||||
- samba-winbind
|
||||
- samba-winbind-libs
|
||||
- sap-convergent-resource-agents
|
||||
- sap-suse-cluster-connector
|
||||
- sapcontrol-bash-completion
|
||||
- saphana-checks
|
||||
@@ -6917,7 +6736,6 @@ packagesets:
|
||||
- sca-patterns-sle12
|
||||
- sca-patterns-sle15
|
||||
- sca-server-report
|
||||
- scap-security-guide
|
||||
- sccache
|
||||
- schily-ctags
|
||||
- schily-mt
|
||||
@@ -6968,8 +6786,6 @@ packagesets:
|
||||
- sisu-mojos
|
||||
- sisu-mojos-javadoc
|
||||
- sisu-plexus
|
||||
- skkdic
|
||||
- skkdic-extra
|
||||
- skopeo
|
||||
- skopeo-bash-completion
|
||||
- skopeo-fish-completion
|
||||
@@ -7107,6 +6923,7 @@ packagesets:
|
||||
- system-user-news
|
||||
- system-user-nobody
|
||||
- system-user-ntp
|
||||
- system-user-prometheus
|
||||
- system-user-pulse
|
||||
- system-user-qemu
|
||||
- system-user-root
|
||||
@@ -7804,8 +7621,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
|
||||
@@ -7945,6 +7762,7 @@ 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
|
||||
@@ -7980,9 +7798,7 @@ packagesets:
|
||||
- kernel-default-livepatch
|
||||
- kernel-kvmsmall
|
||||
- kernel-kvmsmall-devel
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kernel-livepatch-6_12_0-160000_20-default
|
||||
- libLLVMSPIRVLib19
|
||||
- libatopology2
|
||||
- libdpdk-25
|
||||
@@ -8093,9 +7909,7 @@ packagesets:
|
||||
- dnsdist
|
||||
- grub2-s390x-emu
|
||||
- kernel-default-livepatch
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kernel-livepatch-6_12_0-160000_20-default
|
||||
- kernel-zfcpdump
|
||||
- kiwi-settings
|
||||
- libHBAAPI2
|
||||
@@ -8116,6 +7930,8 @@ packagesets:
|
||||
- luajit
|
||||
- luajit-devel
|
||||
- openssl-ibmca
|
||||
- openssl-ibmca-engine
|
||||
- openssl-ibmca-provider
|
||||
- orarun
|
||||
- osasnmpd
|
||||
- pam-doc
|
||||
@@ -8169,6 +7985,7 @@ 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
|
||||
@@ -8197,8 +8014,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
|
||||
@@ -8234,10 +8051,9 @@ packagesets:
|
||||
- kernel-kvmsmall
|
||||
- kernel-kvmsmall-devel
|
||||
- kernel-kvmsmall-vdso
|
||||
- kernel-livepatch-6_12_0-160000_5-default
|
||||
- kernel-livepatch-6_12_0-160000_6-default
|
||||
- kernel-livepatch-6_12_0-160000_7-default
|
||||
- kernel-livepatch-6_12_0-160000_20-default
|
||||
- kiwi-pxeboot
|
||||
- kubevirt-manifests
|
||||
- kubevirt-virtctl
|
||||
- libFLAC++10-x86-64-v3
|
||||
- libFLAC12-x86-64-v3
|
||||
@@ -8506,6 +8322,7 @@ packagesets:
|
||||
- sysctl-logger
|
||||
- syslinux
|
||||
- system-group-ne
|
||||
- systemd-boot
|
||||
- systemd-presets-branding-SLE-SAP
|
||||
- tboot
|
||||
- tftpboot-agama-installer-SUSE_SLE_16-x86_64
|
||||
|
||||
Submodule MozillaThunderbird updated: 4fb117d27d...54c38910af
Submodule OpenBoard updated: b998a303e8...e1d590bc01
@@ -1,5 +1,4 @@
|
||||
## [openSUSE:Backports:SLE-16.0](https://build.opensuse.org/project/show/openSUSE:Backports:SLE-16.0)
|
||||
|
||||
|
||||
Adding packages from Factory pool:
|
||||
|
||||
# git submodule add ../../pool/FreeCAD FreeCAD
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"": ["maintenance-release-review"]
|
||||
"": ["bigironman", "maxlin_factory", "lkocman-factory", "smithfarm"]
|
||||
}
|
||||
|
||||
2
act
2
act
Submodule act updated: 8bfe9d9547...ed079edc0d
2
amarok
2
amarok
Submodule amarok updated: 2a1b2d88df...e1886b2904
Submodule ansible-sap-launchpad updated: c0088ff952...000a0fa833
Submodule apache2-mod_wsgi updated: c8dbdeec72...3509105fad
Submodule bash-git-prompt updated: 9bd39c9f5d...422b159da2
2
bird3
2
bird3
Submodule bird3 updated: 8a14f83ff5...2976dbe55b
2
bpftop
2
bpftop
Submodule bpftop updated: 812ae0e190...b0b6203a0c
Submodule cargo-vendor-filterer deleted from e637dc14aa
2
cddlib
2
cddlib
Submodule cddlib updated: 20da620429...f0f0c4f64c
Submodule certbot-systemd-timer deleted from b7f55a0d65
2
cheat
2
cheat
Submodule cheat updated: e8f7ed9227...27656594fe
2
chromium
2
chromium
Submodule chromium updated: ff3414e963...441316e535
Submodule cmake-extras updated: ff796226d9...d3c9c9090d
1
collectd
1
collectd
Submodule collectd deleted from 1b44e9bf0d
2
coredns
2
coredns
Submodule coredns updated: 8273aa64e4...c75b9e7492
Submodule dehydrated deleted from 67698c18b1
1
doomsday
1
doomsday
Submodule doomsday deleted from 259fda21db
Submodule evolution updated: 49eb134ec6...490dcd0182
2
exim
2
exim
Submodule exim updated: aa2daa7cec...9f3f61dcb2
2
fcitx5
2
fcitx5
Submodule fcitx5 updated: 7957ae0538...3a742f2f96
2
ffmpeg-4
2
ffmpeg-4
Submodule ffmpeg-4 updated: 185351b606...5d7becce29
2
flint
2
flint
Submodule flint updated: 47c6375582...71e720ca64
1
fprintd
1
fprintd
Submodule fprintd deleted from 3d1b159ec5
2
gdcm
2
gdcm
Submodule gdcm updated: be46bd0032...bedf8333a7
Submodule ghc-file-io deleted from 41d782bf2c
2
gimp
2
gimp
Submodule gimp updated: d7bae19de0...aab3634bba
Submodule git-annex updated: bc8b2c2233...55f3833b71
2
git-bug
2
git-bug
Submodule git-bug updated: 2390ae6cee...22bb247e73
Submodule gitea-tea updated: 143cd92098...5496ef4b74
Submodule gnome-browser-connector updated: 630cfb02e2...7efed54b43
1
gnucobol
1
gnucobol
Submodule gnucobol deleted from 30352791a2
Submodule gnuhealth updated: 6e5edb6ab0...dbcd0306a3
Submodule gnuhealth-client updated: c790d4b1d8...fd6315ff20
Submodule gnuhealth-thalamus deleted from 784b0f4d72
Submodule go-sendxmpp updated: a7e7d705d1...3ac86d2091
2
gramps
2
gramps
Submodule gramps updated: 9feff03b4b...2fc8a56341
Submodule grub2-compat-ia32 updated: 1dbc6bcb1a...75de02f7e5
2
hauler
2
hauler
Submodule hauler updated: 69ca5e4eea...9084f004c1
2
helmfile
2
helmfile
Submodule helmfile updated: 5670b579cc...ca876b9c92
1
hplip
1
hplip
Submodule hplip deleted from 0e36a88b3f
Submodule icinga-php-library updated: dcb9868560...2adfe405c4
Submodule icinga-php-thirdparty updated: 83db62c3c8...045c6cef83
Submodule icingaweb2 updated: 640fad7a20...3772b35d84
2
knot
2
knot
Submodule knot updated: d98a3c5e64...9637c2c881
Submodule ksystemstats6 updated: 1b4ee7e281...7a0d0563b6
2
labwc
2
labwc
Submodule labwc updated: 54ed9a7fa2...3ff4d66043
Submodule libsigrok deleted from 275d57e748
2
lutris
2
lutris
Submodule lutris updated: 937dc36983...ed0d79ecd4
2
matio
2
matio
Submodule matio updated: cab79b5274...a301162ce9
2
melange
2
melange
Submodule melange updated: 4ca0d8a776...32c0112588
1
memtest86+
Submodule
1
memtest86+
Submodule
Submodule memtest86+ added at 7e71f384a3
Submodule menulibre updated: cc73210cc8...2434a13bb5
Submodule messagelib updated: 20ebf1a5d2...7866487643
Submodule micro-editor updated: 493acf5fad...14dead0bee
Submodule micropython updated: a2de50f788...209a792453
2
minisign
2
minisign
Submodule minisign updated: e3f15b140a...0120e9a39f
Submodule mkvtoolnix updated: 5175eedef0...11aba6c5fc
2
myrlyn
2
myrlyn
Submodule myrlyn updated: 3528003dd4...3086a75932
2
nano
2
nano
Submodule nano updated: 91774e4d34...1a781c0c6b
Submodule nemo-extensions deleted from 82bf07112b
Submodule nextcloud-desktop deleted from 7c99c89b08
2
niri
2
niri
Submodule niri updated: d66708d6ef...de5c060c81
2
nmon
2
nmon
Submodule nmon updated: 031ccfb27f...5d929ec369
Submodule obs-git-init deleted from 44020f580d
Submodule obs-service-cargo deleted from 014cf82005
Submodule obs-service-download_files updated: 25d99c555a...3f3c43ce90
Submodule obs-service-extract_file deleted from 5ce0dddcce
Submodule obs-service-refresh_patches deleted from 6c4ae5abd8
Submodule obs-service-update_changelog deleted from 06b4ff25ca
2
openQA
2
openQA
Submodule openQA updated: 19e2d1f078...240b3ed944
Submodule openQA-devel-container updated: a6ab86b7ea...308767a6a7
1
opensuse-welcome-launcher
Submodule
1
opensuse-welcome-launcher
Submodule
Submodule opensuse-welcome-launcher added at 3ff81f23d8
2
opi
2
opi
Submodule opi updated: 13283891b5...8e0625ef06
2
orthanc
2
orthanc
Submodule orthanc updated: b1faeb6d03...12a313f754
Submodule orthanc-authorization updated: f76b8b7d8c...1775daa8d2
Submodule orthanc-dicomweb updated: 43ded30b6e...76735708d6
Submodule orthanc-gdcm updated: 6bd78f0f67...4cd29ae1d8
Submodule orthanc-indexer updated: e85b09b660...cd8eb0df05
Submodule orthanc-mysql updated: 332c40656c...c3f53cb55c
Submodule orthanc-neuro updated: ce09ff7baa...c1ebe82b72
Submodule orthanc-postgresql updated: 424752aeb5...58dee52dbf
Submodule orthanc-python updated: 7415055070...cff0c7c264
Submodule orthanc-stl updated: 47cf97af1d...a6937cc2bc
Submodule orthanc-tcia updated: bc37602553...356ba251d2
Submodule orthanc-wsi updated: 428762710d...a0c624caf6
Submodule os-autoinst updated: c267795e7d...e9544a8d33
Submodule os-autoinst-distri-opensuse-deps updated: ed04cc0602...224b171c8f
@@ -1,66 +0,0 @@
|
||||
<patchinfo incident="packagehub-1">
|
||||
<issue tracker="bnc" id="1251334">VUL-0: chromium: release 141.0.7390.65</issue>
|
||||
<issue tracker="cve" id="2025-11213">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11216">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11207">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11211">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11212">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11210">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="bnc" id="1250780">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11208">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-10890">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<issue tracker="cve" id="2025-11206">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11460">VUL-0: chromium: release 141.0.7390.65</issue>
|
||||
<issue tracker="cve" id="2025-11219">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="bnc" id="1250472">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<issue tracker="cve" id="2025-11205">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-10891">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<issue tracker="cve" id="2025-11458"/>
|
||||
<issue tracker="cve" id="2025-11215">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11209">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-10892">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<packager>AndreasStieger</packager>
|
||||
<rating>critical</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for chromium</summary>
|
||||
<description>This update for chromium fixes the following issues:
|
||||
|
||||
Chromium 141.0.7390.76:
|
||||
|
||||
* Do not send URLs as AIM input. This is to resolve a privacy
|
||||
concern, around passing urls to AI Mode.
|
||||
|
||||
Chromium 141.0.7390.65 (boo#1251334):
|
||||
|
||||
* CVE-2025-11458: Heap buffer overflow in Sync
|
||||
* CVE-2025-11460: Use after free in Storage
|
||||
* CVE-2025-11211: Out of bounds read in WebCodecs
|
||||
|
||||
Chromium 141.0.7390.54 (stable released 2025-09-30) (boo#1250780)
|
||||
|
||||
* CVE-2025-11205: Heap buffer overflow in WebGPU
|
||||
* CVE-2025-11206: Heap buffer overflow in Video
|
||||
* CVE-2025-11207: Side-channel information leakage in Storage
|
||||
* CVE-2025-11208: Inappropriate implementation in Media
|
||||
* CVE-2025-11209: Inappropriate implementation in Omnibox
|
||||
* CVE-2025-11210: Side-channel information leakage in Tab
|
||||
* CVE-2025-11211: Out of bounds read in Media
|
||||
* CVE-2025-11212: Inappropriate implementation in Media
|
||||
* CVE-2025-11213: Inappropriate implementation in Omnibox
|
||||
* CVE-2025-11215: Off by one error in V8
|
||||
* CVE-2025-11216: Inappropriate implementation in Storage
|
||||
* CVE-2025-11219: Use after free in V8
|
||||
* Various fixes from internal audits, fuzzing and other initiatives
|
||||
|
||||
Chromium 141.0.7390.37 (beta released 2025-09-24)
|
||||
|
||||
Chromium 140.0.7339.207 (boo#1250472)
|
||||
|
||||
* CVE-2025-10890: Side-channel information leakage in V8
|
||||
* CVE-2025-10891: Integer overflow in V8
|
||||
* CVE-2025-10892: Integer overflow in V8
|
||||
|
||||
</description>
|
||||
<package>chromium</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
@@ -1,17 +0,0 @@
|
||||
<patchinfo incident="packagehub-3">
|
||||
<issue tracker="bnc" id="1252013">VUL-0: CVE-2025-11756: chromium: Use after free in Safe Browsing</issue>
|
||||
<issue tracker="cve" id="2025-11756"/>
|
||||
<packager>AndreasStieger</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for chromium</summary>
|
||||
<description>This update for chromium fixes the following issues:
|
||||
|
||||
Chromium 141.0.7390.107:
|
||||
|
||||
* CVE-2025-11756: Use after free in Safe Browsing (boo#1252013)
|
||||
|
||||
</description>
|
||||
<package>chromium</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
@@ -1,17 +0,0 @@
|
||||
<patchinfo incident="packagehub-11">
|
||||
<issue tracker="bnc" id="1250487">VUL-0: CVE-2025-59682: python-Django,python-Django4: Potential partial directory-traversal via archive.extract()</issue>
|
||||
<issue tracker="cve" id="2025-59682">VUL-0: CVE-2025-59682: python-Django,python-Django4: Potential partial directory-traversal via archive.extract()</issue>
|
||||
<issue tracker="cve" id="2025-59681"/>
|
||||
<issue tracker="bnc" id="1250485">VUL-0: CVE-2025-59681: python-Django,python-Django4: Potential SQL injection in QuerySet.annotate(), alias(), aggregate(), and extra() on MySQL and MariaDB</issue>
|
||||
<packager>mcalabkova</packager>
|
||||
<rating>important</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for python-Django</summary>
|
||||
<description>This update for python-Django fixes the following issues:
|
||||
|
||||
- CVE-2025-59681: Fixed a potential SQL injection in QuerySet.annotate(), alias(), aggregate(), and extra() on MySQL and MariaDB (boo#1250485)
|
||||
- CVE-2025-59682: Fixed a potential partial directory-traversal via archive.extract() (boo#1250487)
|
||||
</description>
|
||||
<package>python-Django</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
@@ -1,103 +0,0 @@
|
||||
<patchinfo incident="packagehub-4">
|
||||
<packager>dheidler</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for opi</summary>
|
||||
<description>This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.8
|
||||
* Fix adding openh264 repo on leap 16.0
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.7
|
||||
* Fix ocenaudio url
|
||||
* Add LocalSend plugin
|
||||
* Run all tests in verbose mode
|
||||
* Print written repo files in verbose mode
|
||||
* Increase timeouts in test/06_install_non_interactive.py
|
||||
* Remove DNF references from README.md
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.5
|
||||
* add librewolf plugin (#205)
|
||||
* Install .NET 9
|
||||
* Add verbose mode
|
||||
* Change the order of the process in the github module
|
||||
* Add rustdesk plugin
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.4
|
||||
* Use arm64 rpm for libation on aarch64
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.3
|
||||
* Install dependencies rpm-build and squashfs at runtime if needed
|
||||
* Drop DNF support
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.2
|
||||
* Warn about adding staging repos
|
||||
* Gracefully handle zypper exit code 106 (repos without cache present)
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.1
|
||||
* Fix SyntaxWarning: invalid escape sequence '\s'
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.8.0
|
||||
* Add mullvad-brower
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.7.0
|
||||
* Add leap-only plugin to install zellij from github release
|
||||
* Don't use subprocess.run user kwarg on 15.6
|
||||
* Fix tests: Use helloworld-opi-tests instead of zfs
|
||||
* Perform search despite locked rpmdb
|
||||
* Simplify backend code
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Use no macros in url in .spec for packtrack
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.6.0
|
||||
* Add plugin to install vagrant from hashicorp repo
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.5.0
|
||||
* Update opi/plugins/collabora.py
|
||||
* add collabora office desktop
|
||||
* Omit unsupported cli args on leap in 99_install_opi.py
|
||||
* Switch to PEP517 install
|
||||
* Fix 09_install_with_multi_repos_in_single_file_non_interactive.py
|
||||
* Fix 07_install_multiple.py on tumbleweed
|
||||
* Fix test suite on tumbleweed
|
||||
* Update available apps in opi - README.md
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.4.0
|
||||
* Show key ID when importing or deleting package signing keys
|
||||
* Add option to install google-chrome-canary
|
||||
|
||||
This update for opi fixes the following issues:
|
||||
|
||||
- Version 5.3.0
|
||||
* Fix tests for new zypper version
|
||||
* fix doblue slash in packman repo url
|
||||
* Add Plugin to install Libation
|
||||
|
||||
</description>
|
||||
<package>opi</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user