-------------------------------------------------------------------
+Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
+
+- use repodata_set_void for pattern visible attr
+
+-------------------------------------------------------------------
Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
- read description dir path from content file (bnc #389414)
unsigned k;
k = atoi (line + 6);
if (k || !strcasecmp (line + 6, "true"))
- repodata_set_constant(data, handle, SOLVABLE_ISVISIBLE, 1);
+ repodata_set_void(data, handle, SOLVABLE_ISVISIBLE );
}
continue;
case CTAG('=', 'S', 'h', 'r'):