import spacewalk-remote-utils-2.8.4-7.module+el8.0.0+3260+b03a7f41

This commit is contained in:
CentOS Sources 2019-06-18 12:43:01 -04:00 committed by Andrew Lukoshko
parent 9e5e8d99d5
commit 444233b5db
7 changed files with 43782 additions and 6 deletions

View File

@ -1,5 +1,5 @@
diff --git a/spacewalk-remote-utils.spec b/spacewalk-remote-utils.spec
index 8213ffc2e7..dd84f73ad8 100644
index 8213ffc..dd84f73 100644
--- a/spacewalk-remote-utils.spec
+++ b/spacewalk-remote-utils.spec
@@ -4,7 +4,7 @@

View File

@ -1,5 +1,5 @@
diff --git a/spacewalk-remote-utils.spec b/spacewalk-remote-utils.spec
index dd84f73ad8..7872e72197 100644
index dd84f73..7872e72 100644
--- a/spacewalk-remote-utils.spec
+++ b/spacewalk-remote-utils.spec
@@ -1,10 +1,10 @@

View File

@ -1,5 +1,5 @@
diff --git a/spacewalk-remote-utils.spec b/spacewalk-remote-utils.spec
index 7872e72197..d096f61ad7 100644
index 7872e72..d096f61 100644
--- a/spacewalk-remote-utils.spec
+++ b/spacewalk-remote-utils.spec
@@ -4,7 +4,7 @@

View File

@ -1,5 +1,5 @@
diff --git a/spacewalk-add-providers/spacewalk-add-providers b/spacewalk-add-providers/spacewalk-add-providers
index 2bad499390..c925d7f177 100755
index 2bad499..c925d7f 100755
--- a/spacewalk-add-providers/spacewalk-add-providers
+++ b/spacewalk-add-providers/spacewalk-add-providers
@@ -4,14 +4,20 @@
@ -42,7 +42,7 @@ index 2bad499390..c925d7f177 100755
for key in ctx.keylist():
provider_name = key.uids[0].name
diff --git a/spacewalk-remote-utils.spec b/spacewalk-remote-utils.spec
index d096f61ad7..017b022505 100644
index d096f61..017b022 100644
--- a/spacewalk-remote-utils.spec
+++ b/spacewalk-remote-utils.spec
@@ -4,7 +4,7 @@

View File

@ -4,7 +4,7 @@
Name: spacewalk-remote-utils
Version: 2.8.4
Release: 5%{?dist}
Release: 7%{?dist}
Summary: Utilities to interact with a Red Hat Satellite or Spacewalk server remotely.
License: GPLv2
@ -14,6 +14,8 @@ Patch0: spacewalk-remote-utils-2.8.4-1-to-spacewalk-remote-utils-2.8.4-2-el8.pat
Patch1: spacewalk-remote-utils-2.8.4-2-el8-to-spacewalk-remote-utils-2.8.4-3-el8.patch
Patch2: spacewalk-remote-utils-2.8.4-3-el8-to-spacewalk-remote-utils-2.8.4-4-el8.patch
Patch3: spacewalk-remote-utils-2.8.4-4-el8-to-spacewalk-remote-utils-2.8.4-5-el8.patch
Patch4: spacewalk-remote-utils-2.8.4-5-el8-to-spacewalk-remote-utils-2.8.4-6-el8.patch
Patch5: spacewalk-remote-utils-2.8.4-6-el8-to-spacewalk-remote-utils-2.8.4-7-el8.patch
BuildArch: noarch
%if 0%{?build_py3}
@ -40,6 +42,8 @@ Utilities to interact with a Red Hat Satellite or Spacewalk server remotely over
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
docbook2man ./spacewalk-create-channel/doc/spacewalk-create-channel.sgml -o ./spacewalk-create-channel/doc/
@ -72,6 +76,9 @@ docbook2man ./spacewalk-create-channel/doc/spacewalk-create-channel.sgml -o ./sp
%doc %{_mandir}/man1/spacewalk-create-channel.1.gz
%changelog
* Thu May 23 2019 Michael Mraka <michael.mraka@redhat.com> 2.8.4-7
- Package rebuild
* Tue Nov 06 2018 Tomas Kasparek <tkasparek@redhat.com> 2.8.4-5
- Related: #1633532 - require python-gpg instead of python-gpgme where possible
(tkasparek@redhat.com)