Skip to content

Conversation

@mbert
Copy link
Contributor

@mbert mbert commented Jan 1, 2026

  1. fix deprecated header

    • In Applications/Terminal/TerminalView.m the header 'termio.h' is used
    • This header has long been obsolete and is no longer available on fc43
    • Use 'termios.h' instead
  2. ignore %post scriptlet errors in .spec file

    • From fc43 on these errors are no longer ignored
    • In one rpm package a call to `systemctl' is made that will fail in docker build containers
    • Ignore this for now, so that docker builds on fc43 can succeed

mbert added 2 commits January 1, 2026 20:43
* From fc43 on these errors are no longer ignored
* In one rpm package a call to `systemctl' is made that will fail in docker build containers
* Ignore this for now, so that docker builds on fc43 can succeed
* In Applications/Terminal/TerminalView.m the header 'termio.h' is used
* This header has long been obsolete and is no longer available on fc43
* Use 'termios.h' instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant