diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-07-20 15:27:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:30 +0100 |
commit | ebfc2e42dda883e9013c96a653fd011ae6fc7ea3 (patch) | |
tree | 2428b1500fc7926d780a0825afa325d4364d1799 /meta/recipes-devtools/dnf | |
parent | 695b3fa02ee75db9e56d3ca0d813fc3665b15df0 (diff) | |
download | poky-ebfc2e42dda883e9013c96a653fd011ae6fc7ea3.tar.gz |
rpm/dnf: fix Upstream-Status to reflect upstream submission status
(From OE-Core rev: 1ed4b8438087fe6d61203ffbe9737ac382e0d6eb)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch | 2 |
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. | |||
6 | The substitutions may actually set the releasever correctly, | 6 | The substitutions may actually set the releasever correctly, |
7 | and so the check is premature. | 7 | and so the check is premature. |
8 | 8 | ||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Submitted [https://github.com/rpm-software-management/dnf/pull/868] |
10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
11 | --- | 11 | --- |
12 | dnf/cli/cli.py | 6 +++--- | 12 | dnf/cli/cli.py | 6 +++--- |