Skip to content

Commit 103456f

Browse files
smoogeStephen Smoogen
authored andcommitted
Minor fixes to rpm builds by packit and spec file. (containers#1704)
* This removes epel9 from packit rules as epel9 does not currently build without many additional packages added to the distro. * This fixes a breakage in epel10 by adding mailcap as a buildrequires. Signed-off-by: Stephen Smoogen <[email protected]> Co-authored-by: Stephen Smoogen <[email protected]>
1 parent b095ccd commit 103456f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.packit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
dist_git_branches: &fedora_targets
8080
- fedora-all
8181
- epel10
82-
- epel9
82+
- epel10.0
8383

8484
- job: koji_build
8585
trigger: commit
@@ -92,4 +92,4 @@ jobs:
9292
dist_git_branches:
9393
- fedora-branched # rawhide updates are created automatically
9494
- epel10
95-
- epel9
95+
- epel10.0

rpm/ramalama.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ BuildRequires: make
3131
BuildRequires: python3-devel
3232
BuildRequires: podman
3333
BuildRequires: python3-pytest
34+
BuildRequires: mailcap
3435

3536
Provides: python3-ramalama = %{version}-%{release}
36-
Obsoletes: python3-ramalama < 0.10.1-2
37+
Obsoletes: python3-ramalama < 0.11.0-1
3738

3839
Requires: podman
3940

0 commit comments

Comments
 (0)