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

Exclude test directories in Pulp plugins #934

Open
wants to merge 1 commit into
base: rpm/3.39
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/python-pulp-certguard/python-pulp-certguard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 1.7.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Certguard plugin for the Pulp Project

License: GPLv2+
Expand Down Expand Up @@ -76,10 +76,14 @@ set -ex
%license LICENSE
%doc README.rst
%{python3_sitelib}/pulp_certguard
%exclude %{python3_sitelib}/pulp_certguard/tests
%{python3_sitelib}/pulp_certguard-%{version}-py%{python3_version}.egg-info


%changelog
* Mon Apr 08 2024 Eric D. Helms <[email protected]> - 1.7.1-3
- Exclude tests directory

* Fri Nov 17 2023 Odilon Sousa <[email protected]> - 1.7.1-2
- Obsolete python39 packages for a smooth upgrade

Expand Down
6 changes: 5 additions & 1 deletion packages/python-pulp-deb/python-pulp-deb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Name: %{?scl_prefix}python-%{pypi_name}
Version: 3.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: pulp-deb plugin for the Pulp Project

License: GPLv2+
Expand Down Expand Up @@ -74,10 +74,14 @@ set -ex
%license LICENSE
%doc README.md
%{python3_sitelib}/pulp_deb
%exclude %{python3_sitelib}/pulp_deb/tests
%{python3_sitelib}/pulp_deb-%{version}-py%{python3_version}.egg-info


%changelog
* Mon Apr 08 2024 Eric D. Helms <[email protected]> - 3.0.1-2
- Exclude tests directory

* Tue Dec 12 2023 Quirin Pamp <[email protected]> - 3.0.1-1
- Update to 3.0.1

Expand Down
6 changes: 5 additions & 1 deletion packages/python-pulp-rpm/python-pulp-rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Name: python-%{pypi_name}
Version: 3.23.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RPM plugin for the Pulp Project

License: GPLv2+
Expand Down Expand Up @@ -80,10 +80,14 @@ set -ex
%license LICENSE
%doc README.rst
%{python3_sitelib}/pulp_rpm
%exclude %{python3_sitelib}/pulp_rpm/tests
%{python3_sitelib}/pulp_rpm-%{version}-py%{python3_version}.egg-info


%changelog
* Mon Apr 08 2024 Eric D. Helms <[email protected]> - 3.23.3-2
- Exclude tests directory

* Wed Mar 06 2024 Odilon Sousa <[email protected]> - 3.23.3-1
- Release python-pulp-rpm 3.23.3

Expand Down