The package rpms/bottles.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/bottles.git/commit/?id=f38db013ba5b7....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit 63c726507f3e68b7881c471bc3d840a0ddc54daf Author: Sandro devel@penguinpee.nl Date: Sat Sep 30 14:11:28 2023 +0200
Add Packit config
diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..2e9373e --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,16 @@ +upstream_project_url: https://github.com/bottlesdevs/Bottles +upstream_package_name: Bottles +downstream_package_name: bottles + +copy_upstream_release_description: false + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - job: koji_build + + trigger: commit + dist_git_branches: + - fedora-all
commit a2c07947af292d3ed24768d602a45a8cb2aa3ef5 Author: Sandro devel@penguinpee.nl Date: Sat Sep 30 14:06:48 2023 +0200
Add python3-chardet (RHBZ#2240292)
diff --git a/bottles.spec b/bottles.spec index 94a6c85..a4cf6f0 100644 --- a/bottles.spec +++ b/bottles.spec @@ -52,6 +52,7 @@ Requires: python3-pathvalidate Requires: python3-fvs Requires: python3-vkbasalt-cli Requires: ImageMagick %dnl # https://bugzilla.redhat.com/show_bug.cgi?id=2227538 +Requires: python3-chardet %dnl # https://bugzilla.redhat.com/show_bug.cgi?id=2240292
%description Easily manage Wine prefix in a new way! (Run Windows software and games on
commit c13be64ca5098977753a4fb7bb7a0e66b824117e Author: Sandro devel@penguinpee.nl Date: Sat Sep 30 14:03:19 2023 +0200
Drop obsolete macro
diff --git a/bottles.spec b/bottles.spec index 7e73bab..94a6c85 100644 --- a/bottles.spec +++ b/bottles.spec @@ -1,5 +1,3 @@ -%global uuid pm.mirko.%{name} - %global forgeurl https://github.com/bottlesdevs/Bottles
Name: bottles
commit 7ab2395f3abac19e4730560410cde26f1b12faeb Author: Sandro devel@penguinpee.nl Date: Sat Sep 30 14:00:12 2023 +0200
Use forge macros properly
No need to define tag since we have releases on GitHub. That makes the `gh_name` macro obsolete. Also setup using forge magic.
diff --git a/bottles.spec b/bottles.spec index 649ac37..7e73bab 100644 --- a/bottles.spec +++ b/bottles.spec @@ -1,7 +1,6 @@ %global uuid pm.mirko.%{name} -%global gh_name Bottles
-%global forgeurl https://github.com/bottlesdevs/%%7Bgh_name%7D +%global forgeurl https://github.com/bottlesdevs/Bottles
Name: bottles Epoch: 1 @@ -13,7 +12,6 @@ BuildArch: noarch # https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/96 ExcludeArch: s390x
-%global tag %{version} %forgemeta
# The following two files are licensed as MIT: @@ -93,7 +91,7 @@ Features:
%prep -%autosetup -n %{gh_name}-%{version} +%forgeautosetup -p1
%build
commit c4f75db22a10abedf025484958450f68ee2ab796 Author: Sandro devel@penguinpee.nl Date: Sat Sep 9 15:36:37 2023 +0200
Update to 51.9 (RHBZ#2233358)
- Update License: value - Update requirements - Close RHBZ#2229175 RHBZ#2227538 RHBZ#2224722 RHBZ#2222906 - Close RHBZ#2221500
diff --git a/.gitignore b/.gitignore index 0ffe0dd..79e799b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /bottles-2022.6.14-brescia-1.tar.gz /bottles-2022.7.14-brescia-3.tar.gz /Bottles-51.6.tar.gz +/Bottles-51.9.tar.gz diff --git a/bottles.spec b/bottles.spec index 9de5be6..649ac37 100644 --- a/bottles.spec +++ b/bottles.spec @@ -2,11 +2,10 @@ %global gh_name Bottles
%global forgeurl https://github.com/bottlesdevs/%%7Bgh_name%7D -%global tag 51.6
Name: bottles Epoch: 1 -Version: %{tag} +Version: 51.9 Release: %autorelease BuildArch: noarch
@@ -14,9 +13,13 @@ BuildArch: noarch # https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/96 ExcludeArch: s390x
+%global tag %{version} %forgemeta
-License: GPL-3.0-or-later +# The following two files are licensed as MIT: +# bottles/backend/models/vdict.py +# bottles/backend/utils/vdf.py +License: GPL-3.0-or-later AND MIT Summary: Easily manage Wine prefix in a new way URL: %{forgeurl} Source0: %{forgesource} @@ -52,6 +55,7 @@ Requires: xdpyinfo %dnl # needed by the display util Requires: python3-pathvalidate Requires: python3-fvs Requires: python3-vkbasalt-cli +Requires: ImageMagick %dnl # https://bugzilla.redhat.com/show_bug.cgi?id=2227538
%description Easily manage Wine prefix in a new way! (Run Windows software and games on diff --git a/sources b/sources index a7c74ce..7ec3991 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Bottles-51.6.tar.gz) = 0190744b3a99d791ffbd1b7a104565c2fd1f5aa110afe329897d4b29f0f5d669a6ec145468fea85e88b2f20bb2f7f075522760fd7ced94eea1afc0667780b288 +SHA512 (Bottles-51.9.tar.gz) = 81a77f0b02e2ea775bef5591d6be296372544a91fb92c4f39c3cab310887f88d8d9abd1d4b4854dcf8837bd2dc3f6d54c0693b55c60b60d6901e68dda82da1b4
commit f38db013ba5b7ffa935843e1438fdd9c0438fb2e Author: Lyes Saadi lyessaadi@fedoraproject.org Date: Tue Sep 12 18:36:25 2023 +0200
blueprint-compiler: ExcludeArch s390x
diff --git a/bottles.spec b/bottles.spec index 6d29669..9de5be6 100644 --- a/bottles.spec +++ b/bottles.spec @@ -10,6 +10,10 @@ Version: %{tag} Release: %autorelease BuildArch: noarch
+# blueprint-compiler does not work on s390x: +# https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/96 +ExcludeArch: s390x + %forgemeta
License: GPL-3.0-or-later
arch-excludes@lists.fedoraproject.org