Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Maxwell G
ac5ea24760
Update changelog 2022-09-30 15:56:57 -05:00
Maxwell G
cddc3f949f
Merge branch 'rawhide' into f35 2022-09-30 15:56:07 -05:00
Maxwell G
f9f014a54d
Only build against ansible-core
We want the newest ansible-test, and we may add other macros that
require the newest version. The generated runtime Requires remain the
same.

https://src.fedoraproject.org/rpms/ansible/c/f246aba7759fd8ea181333fa827d9bd6ad86926e?branch=f35
makes this okay to reapply to F35.
2022-09-30 15:51:12 -05:00
Maxwell G
fe85d40faf
Require ansible-core for the tests subpackage 2022-08-27 12:43:21 -05:00
Maxwell G
48ef3735f5
Revert "Only build against ansible-core"
This reverts commit a5b014cf29.

ansible 2.9 has

```
Requires: (ansible-packaging if rpm-build)
```

which causes FTIs due to the conflict between ansible 2.9 and
ansible-core.

Resolves: https://bugzilla.redhat.com/2121892.
2022-08-27 12:43:16 -05:00

View file

@ -159,6 +159,13 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume
- Prepare to deprecate %%ansible_collection_files
- Undefine %%_package_note_file to stop that file from leaking into collection
artifacts.
- Require ansible-core at buildtime now that the source of the conflict
has been addressed.
Relates: 2121892
* Sat Aug 27 2022 Maxwell G <gotmax@e.email> - 1-8
- Allow both ansible-core and ansible at buildtime again
- Fixes: rhbz#2121892.
* Mon Aug 01 2022 Maxwell G <gotmax@e.email> - 1-7
- Implement %%ansible_test_unit and add ansible-packaging-tests metapackage.