summaryrefslogtreecommitdiff
path: root/list-installed.d
AgeCommit message (Collapse)Author
2014-11-05add format marker for package listJoey Hess
to avoid spamming commit message with big diff when format changes
2014-11-05Add architecture info to dpkg list-installed. Closes: #768145Joey Hess
2013-07-07add support for pacman package managerTiago Stürmer Daitx
2010-11-05detect change in rpm epoch, name, version, releasePaul Morgan
ITIL compliance requires that _every_ package change is detectable. This fix ensures etckeeper properly reports any change in rpm manifest, including epoch and release. It uses an RPM query-format string that yields reproducible results. By example, assume you update a package that differs only in the release number. Before fix, etckeeper logs: committing changes in /etc after yum run Package changes: After fix, etckeeper logs: committing changes in /etc after yum run Package changes: -0:baseline-0.3.6-2.fc13.noarch -0:baseline-devel-0.3.6-2.fc13.noarch -0:baseline-release-0.3.6-2.fc13.noarch +0:baseline-0.3.6-3.fc13.noarch +0:baseline-devel-0.3.6-3.fc13.noarch +0:baseline-release-0.3.6-3.fc13.noarch Signed-off-by: Paul Morgan <jumanjiman@gmail.com>
2009-02-24add arch to list-installed for rpmJoey Hess
2009-02-17Implement list-installed for rpm. (Untested)Joey Hess
2008-03-25Keep track of what packages change state during an installation, and include ↵Joey Hess
that in the commit message at the end.