-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on subscription-manager-rhsm-certificates
Signed-off-by: Avi Miller <[email protected]>
- Loading branch information
1 parent
2902122
commit 9fbeaea
Showing
11 changed files
with
97 additions
and
154 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
########################## | ||
## Hadolint config file ## | ||
########################## | ||
|
||
failure-threshold: warning | ||
|
||
ignored: | ||
- DL3016 | ||
- DL3033 |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- subscription-manager.spec 2024-01-24 13:43:33.956922724 +1100 | ||
+++ subscription-manager.spec.new 2024-01-24 13:52:46.912361524 +1100 | ||
@@ -450,7 +450,7 @@ | ||
Requires: %{py_package_prefix}-iniparse | ||
# rpm-python is an old name for python2-rpm but RHEL6 uses the old name | ||
Requires: %{py_package_prefix}-six | ||
-Requires: subscription-manager-rhsm-certificates = %{version}-%{release} | ||
+ | ||
# Required by Fedora packaging guidelines | ||
%{?python_provide:%python_provide %{py_package_prefix}-rhsm} | ||
%if %{with python3} | ||
@@ -485,7 +485,7 @@ | ||
Requires: %{py2_package_prefix}-iniparse | ||
# rpm-python is an old name for python2-rpm but RHEL6 uses the old name | ||
Requires: %{py2_package_prefix}-six | ||
-Requires: subscription-manager-rhsm-certificates = %{version}-%{release} | ||
+ | ||
# Required by Fedora packaging guidelines | ||
%{?python_provide:%python_provide %{py2_package_prefix}-rhsm} | ||
Requires: rpm-python |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- subscription-manager.spec.orig 2024-01-24 14:04:19.911554646 +1100 | ||
+++ subscription-manager.spec 2024-01-24 14:05:03.102585444 +1100 | ||
@@ -589,7 +589,7 @@ | ||
Requires: %{py_package_prefix}-iniparse | ||
# rpm-python is an old name for python2-rpm but RHEL6 uses the old name | ||
Requires: %{py_package_prefix}-six | ||
-Requires: subscription-manager-rhsm-certificates | ||
+ | ||
# Required by Fedora packaging guidelines | ||
%{?python_provide:%python_provide %{py_package_prefix}-rhsm} | ||
%if %{with python3} | ||
@@ -629,7 +629,7 @@ | ||
Requires: %{py2_package_prefix}-iniparse | ||
# rpm-python is an old name for python2-rpm but RHEL6 uses the old name | ||
Requires: %{py2_package_prefix}-six | ||
-Requires: subscription-manager-rhsm-certificates | ||
+ | ||
# Required by Fedora packaging guidelines | ||
%{?python_provide:%python_provide %{py2_package_prefix}-rhsm} | ||
Requires: rpm-python |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- subscription-manager.spec.orig 2024-01-24 14:24:56.627737164 +1100 | ||
+++ subscription-manager.spec 2024-01-24 14:25:25.788017945 +1100 | ||
@@ -135,7 +135,7 @@ | ||
Requires: %{py_package_prefix}-decorator | ||
Requires: virt-what | ||
Requires: %{rhsm_package_name} = %{version} | ||
-Requires: subscription-manager-rhsm-certificates | ||
+ | ||
%ifarch %{dmidecode_arches} | ||
Requires: dmidecode | ||
%endif | ||
@@ -327,7 +327,7 @@ | ||
Requires: %{py_package_prefix}-dateutil | ||
%endif | ||
Requires: %{py_package_prefix}-iniparse | ||
-Requires: subscription-manager-rhsm-certificates | ||
+ | ||
# Required by Fedora packaging guidelines | ||
%{?python_provide:%python_provide %{py_package_prefix}-rhsm} | ||
Requires: python3-cloud-what = %{version}-%{release} |