[Spacewalk-devel] [PATCH] Patch synchronization issue

2013-08-21 Thread Silvio Moioli
Hello, We recently stumbled upon an issue with patch synchronization, which turned out to be a bug in Hibernate handling of Package objects, which in turn was caused by a strange definition of hashCode() in that class. Steps to reproduce the problem and a proposed patch follow. Reproducing the

[Spacewalk-devel] [PATCH] Patch synchronization issue

2013-08-21 Thread Silvio Moioli
Hello, We recently stumbled upon an issue with patch synchronization, which turned out to be a bug in Hibernate handling of Package objects, which in turn was caused by a strange definition of hashCode() in that class. Steps to reproduce the problem and a proposed patch follow. Reproducing the

Re: [Spacewalk-devel] SSM: Misc/Reboot Perl page port to JSP patch

2013-08-21 Thread Bo Maryniuk
On Tue, Aug 20, 2013 at 06:10:09PM +0200, Bo Maryniuk wrote: Hi! New Perl to JSP port: SSM/Misc/Reboot Highlights: 1. Optimized scheduling form: reduntant Now and Now or change the date removed. From now, date is set to now. To schedule it later, simply change that. 2. Misc

Re: [Spacewalk-devel] SSM: Misc/Reboot Perl page port to JSP patch

2013-08-21 Thread Tomáš Kašpárek
Hello! On 08/21/2013 10:32 AM, Bo Maryniuk wrote: On Tue, Aug 20, 2013 at 06:10:09PM +0200, Bo Maryniuk wrote: Hi! New Perl to JSP port: SSM/Misc/Reboot Highlights: 1. Optimized scheduling form: reduntant Now and Now or change the date removed. From now, date is set to now. To

Re: [Spacewalk-devel] [PATCH] Patch synchronization issue

2013-08-21 Thread Tomas Lestach
Hello Silvio, what I did was: 1. I created a x86_64 channel, an erratum with a package name-version-release.i686 and published the erratum into the channel 2. I cloned the channel with all errata 3. I added name-version-release.x86_64 package to the original erratum 4. I went to

Re: [Spacewalk-devel] [PATCH] Patch synchronization issue

2013-08-21 Thread Silvio Moioli
On 08/21/2013 01:57 PM, Tomas Lestach wrote: Does this mean the reproducer is wrong? Shall I take two packages of same name, arch and evr? xulrunner-devel-17.0.5-1.el6_4-x86_64 and xulrunner-devel-17.0.5-1.el6_4-x86_64 (let's say signed with another gpg key)? Exactly - the problem arises when

Re: [Spacewalk-devel] SSM: Misc/Reboot Perl page port to JSP patch

2013-08-21 Thread Bo Maryniuk
On Wed, Aug 21, 2013 at 01:31:24PM +0200, Tomáš Kašpárek wrote: Your patch has been committed into spacewalk as ea8e7b8e2af1ab8aa49eeb6b58bc29ca3bf50ea1 Thanks for contribution! Tomas, as promised, here is an additional patch to this, which optimizes listview and action. Have fun! -- Bo