mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add epoch (note: this is empty on SUSE systems)
This commit is contained in:
parent
0eebe10d9a
commit
b2b21f877a
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ def info(*packages, **attr):
|
|||
"Version: %{VERSION}\n"
|
||||
"Vendor: %{VENDOR}\n"
|
||||
"Release: %{RELEASE}\n"
|
||||
"%|EPOCH?{Epoch: %{EPOCH}\n}|"
|
||||
"Build Date: %{BUILDTIME}\n"
|
||||
"Install Date: %|INSTALLTIME?{%{INSTALLTIME}}:{(not installed)}|\n"
|
||||
"Build Host: %{BUILDHOST}\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue