-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3677 from luckyh/drop-passfd
Drop passfd module
- Loading branch information
Showing
16 changed files
with
58 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ Xunit output, among others. | |
|
||
%package -n python3-%{name} | ||
Summary: %{summary} | ||
Requires: python3, python3-devel, python3-avocado >= 51.0, python3-aexpect | ||
Requires: python3, python3-avocado >= 51.0, python3-aexpect | ||
Requires: python3-netifaces | ||
%{?python_provide:%python_provide python3-%{srcname}} | ||
%description -n python3-%{name} | ||
|
@@ -104,10 +104,15 @@ Xunit output, among others. | |
|
||
|
||
%changelog | ||
* Fri May 5 2023 Xu Han <[email protected]> - 100.1-2 | ||
- Removed python3-devel dependency | ||
- Replaced passfd module with Python's built-in facility | ||
- Removed simplejson dependency | ||
|
||
* Thu Jan 19 2023 Cleber Rosa <[email protected]> - 100.1-1 | ||
- New release | ||
|
||
* Thu Jul 20 2022 Xu Han <[email protected]> - 98.0-2 | ||
* Wed Jul 20 2022 Xu Han <[email protected]> - 98.0-2 | ||
- Removed python3-netaddr dependency | ||
|
||
* Thu Jul 14 2022 Cleber Rosa <[email protected]> - 98.0-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM centos:8.1.1911 | ||
LABEL description "Centos 8 image used on integration checks, such as cirrus-ci" | ||
RUN dnf -y install git xz tcpdump nc iproute iputils gcc python3-devel qemu-kvm qemu-img diffutils | ||
RUN dnf -y install git xz tcpdump nc iproute iputils gcc qemu-kvm qemu-img diffutils | ||
RUN dnf -y clean all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM registry.access.redhat.com/ubi8/ubi | ||
LABEL description "RHEL 8 image used on integration checks, such as cirrus-ci" | ||
RUN dnf -y install git xz nc iproute iputils gcc python3-devel | ||
RUN dnf -y install git xz nc iproute iputils gcc | ||
RUN dnf -y clean all | ||
# Mock the additional requirements by touch&chmod, which is enough for --dry-run | ||
RUN for PROG in tcpdump qemu-kvm qemu-img qemu-io; do touch /usr/local/bin/$PROG; chmod +x /usr/local/bin/$PROG; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -409,7 +409,6 @@ Netperf | |
nohup | ||
numatune | ||
ovmf | ||
passfd | ||
pc | ||
postprocess | ||
Postprocess | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.