Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #280: firewalld rdepends on nftables-python but this runtime de… #281

Conversation

wdobbe
Copy link
Contributor

@wdobbe wdobbe commented Sep 25, 2020

Issue #280: firewalld rdepends on nftables-python but this runtime dependency was missing in firewalld recipe.

This fixes #280.

Signed-off-by: Winfried Dobbe winfried.dobbe@xmsnet.nl

…s runtime dependency was missing in firewalld recipe.

Signed-off-by: Winfried Dobbe <winfried.dobbe@xmsnet.nl>
@wdobbe wdobbe force-pushed the bug/issue280_firewalld_rdepends_nftables-python branch from 8e64e0c to f46389a Compare September 25, 2020 15:25
@kraj
Copy link
Contributor

kraj commented Sep 26, 2020

it looks ok, commit msg is a bit out of order I have fixed it locally and soon push into master-next - thx

@kraj
Copy link
Contributor

kraj commented Sep 29, 2020

applied with 9252472

@kraj kraj closed this Sep 29, 2020
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 7, 2022
0001-install.sh-consider-multilib.patch
removed since it is included in 1.5.0

Changelog:
Issues for this release <https://github.com/bats-core/bats-core/pull/####>
=========
Added:
---------
 new command line flags (openembedded#488)
 --verbose-run: Make run print $output by default
 -x, --trace: Print test commands as they are executed (like set -x)`
 --show-output-of-passing-tests: Print output of passing tests
 --print-output-on-failure: Automatically print the value of $output on
 failed tests
 --gather-test-outputs-in <directory>: Gather the output of failing and
 passing tests as files in directory
 Experimental: add return code checks to run via !/-<N> (openembedded#367, openembedded#507)
 install.sh and uninstall.sh take an optional second parameter for the lib
 folder name to allow for multilib install, e.g. into lib64 (openembedded#452)
 add run flag --keep-empty-lines to retain empty lines in ${lines[@]} (openembedded#224,
 a894fbf)
 add run flag --separate-stderr which also fills $stderr and
 $stderr_lines (openembedded#47, 5c9b173d, openembedded#507)

Fixed:
---------
 don't glob run's $output when splitting into ${lines[@]}
 (openembedded#151, openembedded#152, openembedded#158, openembedded#156, openembedded#281, openembedded#289)
 remove empty line after test with pretty formatter on some terminals (openembedded#481)
 don't run setup_file/teardown_file on files without tests, e.g. due to
 filtering (openembedded#484)
 print final line without newline on Bash 3.2 for midtest (ERREXIT) failures
 too (openembedded#495, openembedded#145)
 abort with error on missing flock/shlock when running in parallel mode (openembedded#496)
 improved set -u test and fixed some unset variable accesses (openembedded#498, openembedded#501)
 shorten suite/file/test temporary folder paths to leave enough space even on
 restricted systems (openembedded#503)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 5, 2022
Changelog:
==========
 * Updated translations
 * Fixed incorrect history with bits toggling openembedded#281
 * Fixed crash when typing in variable popover openembedded#282
 * Fixed incorrect libxml usage openembedded#283

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 7, 2022
Changelog:
==========
Handle ASGI lifespan when running with a secondary ASGI app openembedded#284
Update deprecated usage of asyncio.wait() openembedded#281
Better handling of queued WebSocket messages in uWSGI openembedded#256
Gracefully fail to decode empty packets openembedded#269
Only attempt to set an async signal handler once openembedded#276

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 7, 2022
Changelog:
==========
Handle ASGI lifespan when running with a secondary ASGI app openembedded#284
Update deprecated usage of asyncio.wait() openembedded#281
Better handling of queued WebSocket messages in uWSGI openembedded#256
Gracefully fail to decode empty packets openembedded#269
Only attempt to set an async signal handler once openembedded#276

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 19, 2024
Changelog:
=========
openembedded#281 - Treat EffectStatus.NO_EFFECT the same as None
openembedded#262 - Allow a scene's palette to be absent

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 20, 2024
* Add all tests/* to be more complete and also to help
  pytest find the tests (previously, no test cases were
  actually being run)
* Sort RDEPENDS alphabetically
* ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s)
  instead of python3-pytest-lazy-fixture (without the s) because
  of python3-pytest 8.0.0 compatability.
* Rearrange the recipe a bit

https://github.com/jazzband/prettytable/releases/tag/3.10.0

Added
* Add support for Python 3.13 (openembedded#281) @hugovk

Changed
* Speedup: lazy imports and remove import (openembedded#276) @hugovk
* Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac
* Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk
* Replace Flake8 with Ruff (openembedded#278) @hugovk

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 20, 2024
* Add all tests/* to be more complete and also to help
  pytest find the tests (previously, no test cases were
  actually being run)
* Sort RDEPENDS alphabetically
* ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s)
  instead of python3-pytest-lazy-fixture (without the s) because
  of python3-pytest 8.0.0 compatability.
* Rearrange the recipe a bit

https://github.com/jazzband/prettytable/releases/tag/3.10.0

Added
* Add support for Python 3.13 (openembedded#281) @hugovk

Changed
* Speedup: lazy imports and remove import (openembedded#276) @hugovk
* Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac
* Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk
* Replace Flake8 with Ruff (openembedded#278) @hugovk

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 20, 2024
Changelog:
=========
openembedded#281 - Treat EffectStatus.NO_EFFECT the same as None
openembedded#262 - Allow a scene's palette to be absent

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 20, 2024
* Add all tests/* to be more complete and also to help
  pytest find the tests (previously, no test cases were
  actually being run)
* Sort RDEPENDS alphabetically
* ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s)
  instead of python3-pytest-lazy-fixture (without the s) because
  of python3-pytest 8.0.0 compatability.
* Rearrange the recipe a bit

https://github.com/jazzband/prettytable/releases/tag/3.10.0

Added
* Add support for Python 3.13 (openembedded#281) @hugovk

Changed
* Speedup: lazy imports and remove import (openembedded#276) @hugovk
* Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac
* Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk
* Replace Flake8 with Ruff (openembedded#278) @hugovk

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.

firewalld rdepends on nftables-python
2 participants