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

  • almost 5 years ago: syrianidou_sofia started this project.
  • almost 5 years ago: syrianidou_sofia originated this project.

  • Comments

    • keichwa
      almost 5 years ago by keichwa | Reply

      Did you misspell the project title intentionally? ;) If not, here is a better version: > Enhancement of zypper history command

      • syrianidou_sofia
        almost 2 years ago by syrianidou_sofia | Reply

        Thanks!

    Similar Projects

    This project is one of its kind!