Searched refs:notInstalledRpm (Results 1 – 1 of 1) sorted by relevance
308 HashMap notInstalledRpm = analyzeVersionString(packageData.getPkgVersion()); in compareVersionAndRelease() local309 if ( notInstalledRpm.get("release") == null ) { in compareVersionAndRelease()310 notInstalledRpm = analyzeReleaseString(notInstalledRpm, packageData.getPkgRelease()); in compareVersionAndRelease()327 firstIsOlder = compareTwoRpms(installedRpm, notInstalledRpm); in compareVersionAndRelease()330 firstIsOlder = compareTwoRpms(notInstalledRpm, installedRpm); in compareVersionAndRelease()
Completed in 18 milliseconds