All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dwarves] rpm: fix changelog date
@ 2020-12-04 21:20 Andrii Nakryiko
  2020-12-04 21:24 ` Andrii Nakryiko
  2020-12-04 23:01 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 5+ messages in thread
From: Andrii Nakryiko @ 2020-12-04 21:20 UTC (permalink / raw)
  To: dwarves, acme; +Cc: andrii, kernel-team

It causes errors when trying to import 1.19 version.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
---
 rpm/SPECS/dwarves.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec
index 9232002ccd28..693a9da19c82 100644
--- a/rpm/SPECS/dwarves.spec
+++ b/rpm/SPECS/dwarves.spec
@@ -275,7 +275,7 @@ rm -Rf %{buildroot}
 * Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
 - New release
 
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
+* Tue Feb 08 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Fri Dec  4 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH dwarves] rpm: fix changelog date
  2020-12-04 21:20 [PATCH dwarves] rpm: fix changelog date Andrii Nakryiko
@ 2020-12-04 21:24 ` Andrii Nakryiko
       [not found]   ` <16DA960B-67DC-4640-97A4-1173653B48C0@gmail.com>
  2020-12-04 23:01 ` Arnaldo Carvalho de Melo
  1 sibling, 1 reply; 5+ messages in thread
From: Andrii Nakryiko @ 2020-12-04 21:24 UTC (permalink / raw)
  To: Andrii Nakryiko; +Cc: dwarves, Arnaldo Carvalho de Melo, Kernel Team

On Fri, Dec 4, 2020 at 1:20 PM Andrii Nakryiko <andrii@kernel.org> wrote:
>
> It causes errors when trying to import 1.19 version.
>
> Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
> ---
>  rpm/SPECS/dwarves.spec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec
> index 9232002ccd28..693a9da19c82 100644
> --- a/rpm/SPECS/dwarves.spec
> +++ b/rpm/SPECS/dwarves.spec
> @@ -275,7 +275,7 @@ rm -Rf %{buildroot}
>  * Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
>  - New release
>
> -* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
> +* Tue Feb 08 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2

Arnaldo, would it be possible to re-generate RPM with this fix? I
currently can't import pahole 1.19 due to this problem.

>  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
>
>  * Fri Dec  4 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
> --
> 2.24.1
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH dwarves] rpm: fix changelog date
       [not found]   ` <16DA960B-67DC-4640-97A4-1173653B48C0@gmail.com>
@ 2020-12-04 22:45     ` Andrii Nakryiko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrii Nakryiko @ 2020-12-04 22:45 UTC (permalink / raw)
  To: Arnaldo; +Cc: Andrii Nakryiko, dwarves, Arnaldo Carvalho de Melo, Kernel Team

On Fri, Dec 4, 2020 at 2:16 PM Arnaldo <arnaldo.melo@gmail.com> wrote:
>
> I'll fix it. But you mean in fedora? Or just the spec file on the git repo?


yeah, meant fedora's .src.rpm package, which I need to use to import
the package into our internal system

>
> - Arnaldo
>
>
>
> On December 4, 2020 6:24:05 PM GMT-03:00, Andrii Nakryiko <andrii.nakryiko@gmail.com> wrote:
>>
>> On Fri, Dec 4, 2020 at 1:20 PM Andrii Nakryiko <andrii@kernel.org> wrote:
>>>
>>>
>>>  It causes errors when trying to import 1.19 version.
>>>
>>>  Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
>>> ________________________________
>>>   rpm/SPECS/dwarves.spec | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>>  diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec
>>>  index 9232002ccd28..693a9da19c82 100644
>>>  --- a/rpm/SPECS/dwarves.spec
>>>  +++ b/rpm/SPECS/dwarves.spec
>>>  @@ -275,7 +275,7 @@ rm -Rf %{buildroot}
>>>   * Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
>>>   - New release
>>>
>>>  -* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
>>>  +* Tue Feb 08 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
>>
>>
>> Arnaldo, would it be possible to re-generate RPM with this fix? I
>> currently can't import pahole 1.19 due to this problem.
>>
>>>   - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
>>>
>>>   * Fri Dec  4 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
>>>  --
>>>  2.24.1
>>>
>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH dwarves] rpm: fix changelog date
  2020-12-04 21:20 [PATCH dwarves] rpm: fix changelog date Andrii Nakryiko
  2020-12-04 21:24 ` Andrii Nakryiko
@ 2020-12-04 23:01 ` Arnaldo Carvalho de Melo
  2020-12-04 23:13   ` Andrii Nakryiko
  1 sibling, 1 reply; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2020-12-04 23:01 UTC (permalink / raw)
  To: Andrii Nakryiko; +Cc: dwarves, kernel-team

Em Fri, Dec 04, 2020 at 01:20:14PM -0800, Andrii Nakryiko escreveu:
> It causes errors when trying to import 1.19 version.

Thanks, applied, will go thru the fixes from Jiri that you already acked
and probably do a quick v1.20.

- Arnaldo
 
> Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
> ---
>  rpm/SPECS/dwarves.spec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec
> index 9232002ccd28..693a9da19c82 100644
> --- a/rpm/SPECS/dwarves.spec
> +++ b/rpm/SPECS/dwarves.spec
> @@ -275,7 +275,7 @@ rm -Rf %{buildroot}
>  * Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
>  - New release
>  
> -* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
> +* Tue Feb 08 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
>  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
>  
>  * Fri Dec  4 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
> -- 
> 2.24.1
> 

-- 

- Arnaldo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH dwarves] rpm: fix changelog date
  2020-12-04 23:01 ` Arnaldo Carvalho de Melo
@ 2020-12-04 23:13   ` Andrii Nakryiko
  0 siblings, 0 replies; 5+ messages in thread
From: Andrii Nakryiko @ 2020-12-04 23:13 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: Andrii Nakryiko, dwarves, Kernel Team

On Fri, Dec 4, 2020 at 3:01 PM Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
>
> Em Fri, Dec 04, 2020 at 01:20:14PM -0800, Andrii Nakryiko escreveu:
> > It causes errors when trying to import 1.19 version.
>
> Thanks, applied, will go thru the fixes from Jiri that you already acked
> and probably do a quick v1.20.

Quick 1.20 with module static functions works for me even better!
Please see the RPM spec bug on the other thread, I think we finally
figured out why libdwarves1 was never upgraded properly.

>
> - Arnaldo
>
> > Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
> > ---
> >  rpm/SPECS/dwarves.spec | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec
> > index 9232002ccd28..693a9da19c82 100644
> > --- a/rpm/SPECS/dwarves.spec
> > +++ b/rpm/SPECS/dwarves.spec
> > @@ -275,7 +275,7 @@ rm -Rf %{buildroot}
> >  * Sat Nov 20 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.9-1
> >  - New release
> >
> > -* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
> > +* Tue Feb 08 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
> >  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
> >
> >  * Fri Dec  4 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.8-1
> > --
> > 2.24.1
> >
>
> --
>
> - Arnaldo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-04 23:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 21:20 [PATCH dwarves] rpm: fix changelog date Andrii Nakryiko
2020-12-04 21:24 ` Andrii Nakryiko
     [not found]   ` <16DA960B-67DC-4640-97A4-1173653B48C0@gmail.com>
2020-12-04 22:45     ` Andrii Nakryiko
2020-12-04 23:01 ` Arnaldo Carvalho de Melo
2020-12-04 23:13   ` Andrii Nakryiko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.