-------------------------------------------------------------------
+Fri May 9 20:26:52 CEST 2008 - dmacvicar@suse.de
+
+- recognize 1 as true for reboot suggested and
+ restart suggested (bnc#388818)
+
+-------------------------------------------------------------------
Fri May 9 16:04:42 CEST 2008 - kkaempf@suse.de
- move 'helix2solv' from satsolver-tools to satsolver-devel package
{
if (pd->content
&& (pd->content[0] == 'T'
- || pd->content[0] == 't'))
+ || pd->content[0] == 't'|| pd->content[0] == '1'))
{
/* FIXME: this is per-package, the global flag should be computed at runtime */
repodata_set_void(pd->data, pd->datanum, UPDATE_REBOOT);
{
if (pd->content
&& (pd->content[0] == 'T'
- || pd->content[0] == 't'))
+ || pd->content[0] == 't' || pd->content[0] == '1'))
{
/* FIXME: this is per-package, the global flag should be computed at runtime */
repodata_set_void(pd->data, pd->datanum, UPDATE_RESTART);