Commit graph

3 commits

Author SHA1 Message Date
test
2a94ff6d71 Fix spec files for kamera and kde-connect 26.04.3 source builds
- kamera: Change BuildRequires from extra-cmake-modules/kf6-rpm-macros
  to sonic-frameworks-cmake-modules/sonic-rpm-macros
- kde-connect: Update to 26.04.3, fix Source0 to local tarball,
  change BuildRequires to sonic-* packages, add udev rules to %files,
  remove duplicate changelog entry

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-27 18:26:03 +00:00
test
cd6b429e3b Add kde-connect and update kamera to 26.04.3
- kde-connect: Add package with Requires changed from kde-cli-tools to
  sonic-terminal-tools and from kf6-kirigami2 to sonic-frameworks-quick-ui.
  The EPEL kde-connect requires kde-cli-tools which is obsoleted by
  sonic-terminal-tools, causing kde-connect to be removed during
  dnf upgrade --allowerasing.

- kamera: Update from 25.12.3 to 26.04.3 to match other KDE Gear apps
  in SonicDE. Still requires sonic-terminal-tools instead of kde-cli-tools.

Result: dnf upgrade --allowerasing --best and dnf install of SonicDE
packages both complete with 0 package removals.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-27 17:59:49 +00:00
test
2735e8fae8 Fix dnf upgrade --allowerasing errors with EPEL packages
Some checks failed
Build RPMs / build (push) Failing after 1h6m24s
Fix 4 errors that occurred when running dnf upgrade --allowerasing on a
system with EPEL KDE packages installed:

1. plasma-discover: Fix typo "sonic-desktop-interface)" -> "sonic-desktop-interface"
   in Requires (stray closing parenthesis in spec)

2. sonic-frameworks-sso: Remove Obsoletes for signon and signon-qt6.
   The SonicDE SSO package provides libsignon-qt6.so.0 while the EPEL
   signon-qt6 provides libsignon-qt6.so.1. Obsoleting signon-qt6 breaks
   accounts-qml-module-qt6 and signon-plugin-oauth2 which need .so.1.
   Both packages can coexist since they install different .so versions.

3. sonic-terminal-tools: Change kdesu dependency from strict version
   match (= 1:6.7.4-3) to >= 1:6.7.4 so it works with any kdesu 6.7.4
   release. Also add Obsoletes for kdesu < 1:6.7.4-2.el10 in the kdesu
   subpackage so it properly replaces the old EPEL kdesu from kde-cli-tools.

4. kamera: Add kamera package with Requires changed from kde-cli-tools
   to sonic-terminal-tools. The EPEL kamera requires kde-cli-tools which
   is obsoleted by sonic-terminal-tools, causing a circular dependency
   resolution failure.

5. skanpage: Change Requires from kquickimageeditor-qt6 (obsoleted by
   sonic-quick-image-editor-qt6) to sonic-quick-image-editor-qt6.

Result: dnf upgrade --allowerasing --best from standard EPEL KDE now
completes with 0 errors and 0 package removals.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-27 17:49:20 +00:00