Updated
almost 2 years
ago.
No love.
1 follower.
Based on an old customer feature request: zypper history command options so that it can show the security patches installed on a server and when they were installed, during a defined period of time.
rpm -qa --last
does not show patches.
/var/log/zypp/history
does not have filter for security patches and does not show the names of patches as command:
zypper se -i -t patch | grep "Security"
In order to get the information, a user has to combine information from
zypper se -i -t patch | grep "Security"
zypper info
get name of packages that the patch was for
rpm -qi nameofeach_package | grep "Install Date"
The goal is to learn about the zypper source code.
Looking for hackers with the skills:
Nothing? Add some keywords!
This project is part of:
Hack Week 19
Activity
Comments
Similar Projects
This project is one of its kind!