File notify-osd.spec of Package notify-osd
I don’t have any build logs or repository files yet. To diagnose and apply a minimal fix I need the failing build output and the relevant files (especially any .spec file and the files mentioned in the failure). Please provide: - The full build log (the complete stdout/stderr from the failing build). If you ran a command such as rpmbuild, mock, dnf builddep + rpmbuild, or make, paste the entire terminal output. - The .spec file(s) for the package(s) involved. - Any source files or patches referenced in the failure (paths exactly as in the repo). - The exact command you ran to trigger the failure and the build environment (distro and versions, e.g. "Fedora 37, mock epel-8-x86_64, rpmbuild 4.16"). If it’s convenient, run and paste the output of: - git status --porcelain - git rev-parse --abbrev-ref HEAD - find . -maxdepth 3 -type f -name '*.spec' -o -name 'Makefile' -o -name 'configure' -o -name '*.c' -o -name '*.py' If you prefer, just paste the full build log and the .spec file contents. Once I have that, I will: 1) Diagnose the root cause. 2) Edit the minimal file(s) (spec/patch/source) and output the complete file contents in the exact format you requested.