Accepting request 56397 from Base:System
Accepted submit request 56397 from user mlschroe OBS-URL: https://build.opensuse.org/request/show/56397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=117
This commit is contained in:
commit
3e0c0bd84c
@ -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
|
||||
|
||||
|
@ -144,7 +144,7 @@ Needs extcond.diff for query operations.
|
||||
+{
|
||||
+ char * val = NULL;
|
||||
+
|
||||
+ if (rpmtdType(td) != RPM_NUMERIC_CLASS) {
|
||||
+ if (rpmtdClass(td) != RPM_NUMERIC_CLASS) {
|
||||
+ val = xstrdup(_("(not a number)"));
|
||||
+ } else {
|
||||
+ uint64_t anint = rpmtdGetNumber(td);
|
||||
|
Loading…
Reference in New Issue
Block a user