diff mbox series

[1/1] rpm: 4.20.1 -> 6.0.1

Message ID f69b7f8ddf584c045a6fa168f6add2850519e410.1768469892.git.liezhi.yang@windriver.com
State New
Headers show
Series [1/1] rpm: 4.20.1 -> 6.0.1 | expand

Commit Message

Robert Yang Jan. 15, 2026, 9:38 a.m. UTC
From: Robert Yang <liezhi.yang@windriver.com>

* RPM 6.0.0 Release Notes: https://rpm.org/releases/6.0.0
* RPM 6.0.1 Release Notes: https://rpm.org/releases/6.0.1
* Test info:
  PACKAGE_CLASSES = "package_rpm"
  $ bitbake core-image-sato world

Works well

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/rpm/{rpm_4.20.1.bb => rpm_6.0.1.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-devtools/rpm/{rpm_4.20.1.bb => rpm_6.0.1.bb} (100%)

Comments

Alexander Kanavin Jan. 15, 2026, 9:49 a.m. UTC | #1
On Thu, 15 Jan 2026 at 10:38, Robert Yang via lists.openembedded.org
<liezhi.yang=windriver.com@lists.openembedded.org> wrote:
> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb

This can't be right?

Alex
Robert Yang Jan. 15, 2026, 9:59 a.m. UTC | #2
On 1/15/26 17:49, Alexander Kanavin wrote:
> On Thu, 15 Jan 2026 at 10:38, Robert Yang via lists.openembedded.org
> <liezhi.yang=windriver.com@lists.openembedded.org> wrote:
>> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
>> similarity index 100%
>> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
>> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
> 
> This can't be right?

You're right, I was curious that why there wasn't errors for such an upgrade.

I checked the PV and rpm file name, both of them are changed..., but I should
update the SRCREV, I will re-do it.

// Robert

> 
> Alex
Alexander Kanavin Jan. 15, 2026, 10:01 a.m. UTC | #3
On Thu, 15 Jan 2026 at 10:59, Robert Yang <liezhi.yang@windriver.com> wrote:
> >> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
> >> similarity index 100%
> >> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
> >> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
> >
> > This can't be right?
>
> You're right, I was curious that why there wasn't errors for such an upgrade.
>
> I checked the PV and rpm file name, both of them are changed..., but I should
> update the SRCREV, I will re-do it.

I guess there's no tag= in SRC_URI at the moment, otherwise it
would've been caught?

Alex
Robert Yang Jan. 15, 2026, 11:13 a.m. UTC | #4
On 1/15/26 18:01, Alexander Kanavin via lists.openembedded.org wrote:
> On Thu, 15 Jan 2026 at 10:59, Robert Yang <liezhi.yang@windriver.com> wrote:
>>>> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
>>>> similarity index 100%
>>>> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
>>>> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
>>>
>>> This can't be right?
>>
>> You're right, I was curious that why there wasn't errors for such an upgrade.
>>
>> I checked the PV and rpm file name, both of them are changed..., but I should
>> update the SRCREV, I will re-do it.
> 
> I guess there's no tag= in SRC_URI at the moment, otherwise it
> would've been caught?

Yes, you are right, I will add it.

// Robert

> 
> Alex
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#229398): https://lists.openembedded.org/g/openembedded-core/message/229398
> Mute This Topic: https://lists.openembedded.org/mt/117276630/7304958
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [liezhi.yang@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb