Actions
tickets #116212
openAdd files to package config of python-celerymon
Status:
New
Priority:
Normal
Assignee:
-
Category:
Good First Issues
Target version:
-
Start date:
2022-09-02
Due date:
% Done:
0%
Estimated time:
Tags:
Description
The package python-celerymon is failing because a list of files is installed, but not packaged:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:zSystems/python-celerymon/standard/s390x
That means, that they are not referenced in the spec file.
- Branch https://build.opensuse.org/package/show/devel:languages:python/python-celerymon
- "osc co" of your home directory
- Open python-celerymon.spec
- Go down to the files section
- Compare the files structure with the referenced files in the error log
- Create an additional line matching the requirements of the listed files
- "osc commit"
Updated by cboltz over 2 years ago
Note: The unpackaged files are currently installed in the directory /usr/celerymon/
which is not allowed. /usr/share/celerymon/
would be a better place.
Actions