Skip to content

Commit

Permalink
Fix spec file to add back License and fix CS10 build
Browse files Browse the repository at this point in the history
The Fedora spec files need to use %python items which pull in build
requires. This breaks in CS10 because those packages don't exist and
so PR's cant work

Signed-off-by: Stephen Smoogen <[email protected]>
  • Loading branch information
Stephen Smoogen committed Nov 26, 2024
1 parent 8003681 commit 8eb35c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/python-ramalama.spec
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ configure the system for AI themselves. After the initialization, RamaLama
will run the AI Models within a container based on the OCI image.


%if 0%{?fedora} >= 40
%generate_buildrequires
%pyproject_buildrequires
%endif

%prep
%forgeautosetup -p1
Expand Down

0 comments on commit 8eb35c4

Please sign in to comment.