You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/results.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -781,7 +781,7 @@ extern "C"
781
781
782
782
#defineREMEDY_RPMDEPS_LOST _("A dependency seen in the before build is not seen in the after build meaning it was removed or lost. If this is a VERIFY result, it means rpminspect noticed the change in what it considers a maintenance update in a package. An INFO result means it noticed this change, but deems it ok because it is comparing a rebased build.")
783
783
784
-
#defineREMEDY_RPMDEPS_EPOCH _("The package has an Epoch value greater than zero, but the explicit subpackage dependencies are not consistently using it. For the dependency reported, the '= %{version}-%{release}' needs to change to '= %{epoch}:%{version}-%{release}' to capture the package package Epoch in the dependency.")
784
+
#defineREMEDY_RPMDEPS_EPOCH _("The package has an Epoch value greater than zero, but the explicit subpackage dependencies are not consistently using it. For the dependency reported, the '= %{version}-%{release}' needs to change to '= %{epoch}:%{version}-%{release}' to capture the package Epoch in the dependency.")
0 commit comments