rpm_changelog_repoquery
This is an old revision of the document!
You can also use -changelog for packages that are NOT installed with repoquery
First make sure the yum-utils package is installed:
1 |
# rpm -qa | grep yum-utils |
1 2 |
# yum search yum | grep utils yum-utils.noarch : Utilities based around the yum package manager |
1 |
yum install yum-utils.noarch |
Example: Package NOT installed
1 2 |
# yum search php56u | grep ^php56u.x86_64 php56u.x86_64 : PHP scripting language for creating dynamic web sites |
1 2 |
# rpm -q php56u.x86_64 --changelog package php56u.x86_64 is not installed |
Using repoquery
1 2 3 4 5 6 7 8 9 10 11 |
# repoquery php56u.x86_64 --changelog | head Fri Oct 30 2015 Carl George <carl.george@rackspace.com> - 5.6.15-1.ius Latest upstream Sync patch6 with Fedora Fri Oct 02 2015 Carl George <carl.george@rackspace.com> - 5.6.14-1.ius Latest upstream Thu Sep 03 2015 Carl George <carl.george@rackspace.com> - 5.6.13-1.ius Latest upstream Import latest systzdata patch from Fedora |
rpm_changelog_repoquery.1450094683.txt.gz · Last modified: 2024/05/23 07:26 (external edit)