diff mbox series

[meta-networking] postfix: Fix Upstream-Status keyword

Message ID 20230621143552.4140867-1-raj.khem@gmail.com
State New
Headers show
Series [meta-networking] postfix: Fix Upstream-Status keyword | expand

Commit Message

Khem Raj June 21, 2023, 2:35 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-daemons/postfix/files/0001-Fix-makedefs.patch      | 2 +-
 ...-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

Comments

Martin Jansa June 21, 2023, 3:51 p.m. UTC | #1
On Wed, Jun 21, 2023 at 4:35 PM Khem Raj <raj.khem@gmail.com> wrote:

> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../recipes-daemons/postfix/files/0001-Fix-makedefs.patch      | 2 +-
>  ...-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 3 +--
>  2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git
> a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
> b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
> index aa93083802..bacfdb5e67 100644
> --- a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
> +++ b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
> @@ -11,7 +11,7 @@ for Linux2 and Linux3 systems.
>    native build, search host library path for nsl and resolv library
>    which comes from libc
>
> -Upstreamstatus: Inappropriate [embedded specific]
> +Upstream-Status: Inappropriate [embedded specific]
>
>  Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
>  ---
>

Thanks Khem!

Sorry I should have spotted these when sending my Pending additions (the
regex in scripts/contrib/patchreview.py isn't wide enough to catch
"Upstreamstatus" as well.

In this 0001-Fix-makedefs.patch there is also "Upstream-Status: Pending"
added by my change, if you can drop it here (or let me know if you want v2
of my change with these 2 fixed).

Cheers,

diff --git
> a/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
> b/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
> index 6eee817716..8420b496a3 100644
> ---
> a/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
> +++
> b/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
> @@ -3,11 +3,10 @@ From: Li xin <lixin.fnst@cn.fujitsu.com>
>  Date: Fri, 19 Jun 2015 17:14:58 +0900
>  Subject: [PATCH] Change fixed postconf to a variable for cross-compiling
>
> -Upstreamstatus: Inappropriate [embedded specific]
> +Upstream-Status: Inappropriate [embedded specific]
>
>  Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
>  ---
> -Upstream-Status: Pending
>
>   Makefile.in     |  2 +-
>   postfix-install | 18 ++++++++++--------
> --
> 2.41.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#103474):
> https://lists.openembedded.org/g/openembedded-devel/message/103474
> Mute This Topic: https://lists.openembedded.org/mt/99677348/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> Martin.Jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Khem Raj June 21, 2023, 4:04 p.m. UTC | #2
yeah send a v2

On Wed, Jun 21, 2023 at 8:52 AM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> On Wed, Jun 21, 2023 at 4:35 PM Khem Raj <raj.khem@gmail.com> wrote:
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  .../recipes-daemons/postfix/files/0001-Fix-makedefs.patch      | 2 +-
>>  ...-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 3 +--
>>  2 files changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
>> index aa93083802..bacfdb5e67 100644
>> --- a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
>> +++ b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
>> @@ -11,7 +11,7 @@ for Linux2 and Linux3 systems.
>>    native build, search host library path for nsl and resolv library
>>    which comes from libc
>>
>> -Upstreamstatus: Inappropriate [embedded specific]
>> +Upstream-Status: Inappropriate [embedded specific]
>>
>>  Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
>>  ---
>
>
> Thanks Khem!
>
> Sorry I should have spotted these when sending my Pending additions (the regex in scripts/contrib/patchreview.py isn't wide enough to catch "Upstreamstatus" as well.
>
> In this 0001-Fix-makedefs.patch there is also "Upstream-Status: Pending" added by my change, if you can drop it here (or let me know if you want v2 of my change with these 2 fixed).
>
> Cheers,
>
>> diff --git a/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch b/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
>> index 6eee817716..8420b496a3 100644
>> --- a/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
>> +++ b/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
>> @@ -3,11 +3,10 @@ From: Li xin <lixin.fnst@cn.fujitsu.com>
>>  Date: Fri, 19 Jun 2015 17:14:58 +0900
>>  Subject: [PATCH] Change fixed postconf to a variable for cross-compiling
>>
>> -Upstreamstatus: Inappropriate [embedded specific]
>> +Upstream-Status: Inappropriate [embedded specific]
>>
>>  Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
>>  ---
>> -Upstream-Status: Pending
>>
>>   Makefile.in     |  2 +-
>>   postfix-install | 18 ++++++++++--------
>> --
>> 2.41.0
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#103474): https://lists.openembedded.org/g/openembedded-devel/message/103474
>> Mute This Topic: https://lists.openembedded.org/mt/99677348/3617156
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [Martin.Jansa@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
index aa93083802..bacfdb5e67 100644
--- a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
+++ b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch
@@ -11,7 +11,7 @@  for Linux2 and Linux3 systems.
   native build, search host library path for nsl and resolv library
   which comes from libc
 
-Upstreamstatus: Inappropriate [embedded specific]
+Upstream-Status: Inappropriate [embedded specific]
 
 Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
 ---
diff --git a/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch b/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
index 6eee817716..8420b496a3 100644
--- a/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
+++ b/meta-networking/recipes-daemons/postfix/files/0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch
@@ -3,11 +3,10 @@  From: Li xin <lixin.fnst@cn.fujitsu.com>
 Date: Fri, 19 Jun 2015 17:14:58 +0900
 Subject: [PATCH] Change fixed postconf to a variable for cross-compiling
 
-Upstreamstatus: Inappropriate [embedded specific]
+Upstream-Status: Inappropriate [embedded specific]
 
 Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
 ---
-Upstream-Status: Pending
 
  Makefile.in     |  2 +-
  postfix-install | 18 ++++++++++--------