summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-07-20 15:27:08 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-24 09:12:25 +0100
commit1ed4b8438087fe6d61203ffbe9737ac382e0d6eb (patch)
tree6a99e31fc7dea8a492598c5053df201989bcef46 /meta/recipes-devtools/dnf
parentfaa8d0f5e8db4a99367d42ba8c8de5b2e339d8d2 (diff)
downloadopenembedded-core-1ed4b8438087fe6d61203ffbe9737ac382e0d6eb.tar.gz
rpm/dnf: fix Upstream-Status to reflect upstream submission status
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r--meta/recipes-devtools/dnf/dnf/0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf/0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch b/meta/recipes-devtools/dnf/dnf/0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch
index 0226d4fdec..daf058bbae 100644
--- a/meta/recipes-devtools/dnf/dnf/0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch
+++ b/meta/recipes-devtools/dnf/dnf/0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Move releasever check after the etc/dnf/vars substitutions.
The substitutions may actually set the releasever correctly,
and so the check is premature.
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/rpm-software-management/dnf/pull/868]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
dnf/cli/cli.py | 6 +++---