Compare commits

...

No commits in common. "c8-stream-1.0" and "stream-rhn-tools-1.0-rhel-8.9.0" have entirely different histories.

10 changed files with 8 additions and 43783 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/spacewalk-remote-utils-2.8.4.tar.gz
/spacewalk-remote-utils-2.8.4.tar.gz

View File

@ -1 +0,0 @@
5268a6aab2b8bf96fe54ca6a4f682d69df485d57 SOURCES/spacewalk-remote-utils-2.8.4.tar.gz

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (spacewalk-remote-utils-2.8.4.tar.gz) = 58533f0b50cc05e255a0a1ce1a4cb6ace583c1a31a22dc1b28fafa99311e97e76c4e93aad0b79fe38bfed400696eff061f78d61d41aaafb1a6bebb8078ac8d9e

View File

@ -1,5 +1,5 @@
diff --git a/spacewalk-remote-utils.spec b/spacewalk-remote-utils.spec
index 8213ffc..dd84f73 100644
index 8213ffc2e7..dd84f73ad8 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 dd84f73..7872e72 100644
index dd84f73ad8..7872e72197 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 7872e72..d096f61 100644
index 7872e72197..d096f61ad7 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 2bad499..c925d7f 100755
index 2bad499390..c925d7f177 100755
--- a/spacewalk-add-providers/spacewalk-add-providers
+++ b/spacewalk-add-providers/spacewalk-add-providers
@@ -4,14 +4,20 @@
@ -42,7 +42,7 @@ index 2bad499..c925d7f 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 d096f61..017b022 100644
index d096f61ad7..017b022505 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: 7%{?dist}
Release: 5%{?dist}
Summary: Utilities to interact with a Red Hat Satellite or Spacewalk server remotely.
License: GPLv2
@ -14,8 +14,6 @@ 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}
@ -42,8 +40,6 @@ 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/
@ -76,9 +72,6 @@ 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)