fix depflag_strong filter, all weak deps were shown as strong (bnc#359566).
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=83
This commit is contained in:
parent
e15861055c
commit
b07fa8ac60
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 20 11:50:55 CET 2010 - mls@suse.de
|
||||||
|
|
||||||
|
- fix depflag_strong filter, all weak deps were shown as
|
||||||
|
strong (bnc#359566).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 9 16:44:10 UTC 2010 - meissner@novell.com
|
Thu Dec 9 16:44:10 UTC 2010 - meissner@novell.com
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ Needs extcond.diff for query operations.
|
|||||||
+{
|
+{
|
||||||
+ char * val = NULL;
|
+ char * val = NULL;
|
||||||
+
|
+
|
||||||
+ if (rpmtdType(td) != RPM_NUMERIC_CLASS) {
|
+ if (rpmtdClass(td) != RPM_NUMERIC_CLASS) {
|
||||||
+ val = xstrdup(_("(not a number)"));
|
+ val = xstrdup(_("(not a number)"));
|
||||||
+ } else {
|
+ } else {
|
||||||
+ uint64_t anint = rpmtdGetNumber(td);
|
+ uint64_t anint = rpmtdGetNumber(td);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user