public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Patch: Move rpm dependency for test environment only
@ 2026-08-10 21:45
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-08-10 21:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : 4c900a16fdf4baecdac027040b60ee3146df77d7
Author : Ondřej Nosek <onosek@redhat.com>
Date : 2020-03-06T15:29:54+00:00
Stats : +37/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/4c900a16fdf4baecdac027040b60ee3146df77d7?branch=1.48-1
Log:
Patch: Move rpm dependency for test environment only
Signed-off-by: Ondřej Nosek <onosek@redhat.com>
---
diff --git a/0007-Move-rpm-dependency-for-test-environment-only.patch b/0007-Move-rpm-dependency-for-test-environment-only.patch
new file mode 100644
index 0000000..62d3c98
--- /dev/null
+++ b/0007-Move-rpm-dependency-for-test-environment-only.patch
@@ -0,0 +1,32 @@
+From 4cc6eb8627b91af437fc18c9ed3f4d2c98e2ddb5 Mon Sep 17 00:00:00 2001
+From: Ondrej Nosek <onosek@redhat.com>
+Date: Fri, 6 Mar 2020 15:40:20 +0100
+Subject: [PATCH] Move rpm dependency for test environment only
+
+Signed-off-by: Ondrej Nosek <onosek@redhat.com>
+---
+ requirements.txt | 1 -
+ tests-requirements.txt | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/requirements.txt b/requirements.txt
+index f65771a..c8dd6bc 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -2,4 +2,3 @@ openidc-client
+ python-bugzilla
+ rpkg
+ six
+-rpm
+diff --git a/tests-requirements.txt b/tests-requirements.txt
+index f6f94a7..766f8d9 100644
+--- a/tests-requirements.txt
++++ b/tests-requirements.txt
+@@ -5,3 +5,4 @@ nose-cov
+ cccolutils
+ gitpython
+ freezegun
++rpm
+--
+2.21.1
+
diff --git a/fedpkg.spec b/fedpkg.spec
index ebc4a88..9c4a9af 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -5,7 +5,7 @@
Name: fedpkg
Version: 1.38
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Fedora utility for working with dist-git
License: GPLv2+
@@ -14,6 +14,7 @@ Source0: https://pagure.io/releases/fedpkg/%{name}-%{version}.tar.bz2
BuildArch: noarch
Patch1: 0006-display_name-added-to-bodhi.template.patch
+Patch2: 0007-Move-rpm-dependency-for-test-environment-only.patch
# fedpkg command switched to python3 on Fedora 29 and RHEL > 7:
%if 0%{?fedora} > 28 || 0%{?rhel} > 7
@@ -164,6 +165,9 @@ nosetests
%changelog
+* Fri Mar 06 2020 Ondřej Nosek <onosek@redhat.com> - 1.38-2
+- Patch: Move rpm dependency for test environment only
+
* Mon Mar 02 2020 Ondřej Nosek <onosek@redhat.com> - 1.38-1
- Removes check of bodhi-client version - rhbz#1796972 (onosek)
- Clone config customization for namespaces (onosek)
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/fedpkg] 1.48-1: Patch: Move rpm dependency for test environment only
@ 2026-08-10 21:45
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-08-10 21:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : 4120507e4895e6fd3ba0e984ccfe1f2de4b40d12
Author : Ondřej Nosek <onosek@redhat.com>
Date : 2020-03-06T15:37:55+00:00
Stats : +37/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/4120507e4895e6fd3ba0e984ccfe1f2de4b40d12?branch=1.48-1
Log:
Patch: Move rpm dependency for test environment only
Signed-off-by: Ondřej Nosek <onosek@redhat.com>
---
diff --git a/0007-Move-rpm-dependency-for-test-environment-only.patch b/0007-Move-rpm-dependency-for-test-environment-only.patch
new file mode 100644
index 0000000..62d3c98
--- /dev/null
+++ b/0007-Move-rpm-dependency-for-test-environment-only.patch
@@ -0,0 +1,32 @@
+From 4cc6eb8627b91af437fc18c9ed3f4d2c98e2ddb5 Mon Sep 17 00:00:00 2001
+From: Ondrej Nosek <onosek@redhat.com>
+Date: Fri, 6 Mar 2020 15:40:20 +0100
+Subject: [PATCH] Move rpm dependency for test environment only
+
+Signed-off-by: Ondrej Nosek <onosek@redhat.com>
+---
+ requirements.txt | 1 -
+ tests-requirements.txt | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/requirements.txt b/requirements.txt
+index f65771a..c8dd6bc 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -2,4 +2,3 @@ openidc-client
+ python-bugzilla
+ rpkg
+ six
+-rpm
+diff --git a/tests-requirements.txt b/tests-requirements.txt
+index f6f94a7..766f8d9 100644
+--- a/tests-requirements.txt
++++ b/tests-requirements.txt
+@@ -5,3 +5,4 @@ nose-cov
+ cccolutils
+ gitpython
+ freezegun
++rpm
+--
+2.21.1
+
diff --git a/fedpkg.spec b/fedpkg.spec
index caf5cfe..e3aa81f 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -5,7 +5,7 @@
Name: fedpkg
Version: 1.38
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Fedora utility for working with dist-git
License: GPLv2+
@@ -13,6 +13,7 @@ URL: https://pagure.io/fedpkg
Source0: https://pagure.io/releases/fedpkg/%{name}-%{version}.tar.bz2
BuildArch: noarch
+Patch2: 0007-Move-rpm-dependency-for-test-environment-only.patch
# fedpkg command switched to python3 on Fedora 29 and RHEL > 7:
%if 0%{?fedora} > 28 || 0%{?rhel} > 7
@@ -163,6 +164,9 @@ nosetests
%changelog
+* Fri Mar 06 2020 Ondřej Nosek <onosek@redhat.com> - 1.38-2
+- Patch: Move rpm dependency for test environment only
+
* Mon Mar 02 2020 Ondřej Nosek <onosek@redhat.com> - 1.38-1
- Removes check of bodhi-client version - rhbz#1796972 (onosek)
- Clone config customization for namespaces (onosek)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-10 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:45 [rpms/fedpkg] 1.48-1: Patch: Move rpm dependency for test environment only
2026-08-10 21:45
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox