Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-01 | Add a more useful example to rpm2cpio manpage | Panu Matilainen | 5 | -0/+10 | |
- Based on suggestions from Masatake Yamato and others from rpm-list | |||||
2011-03-11 | Update librpm doxygen module list | Panu Matilainen | 1 | -2/+2 | |
- rpmgi is gone, rpmprob is a "new" item | |||||
2011-03-01 | Mention %bcond_with* in conditional build doc. | Ville Skyttä | 1 | -0/+2 | |
2011-03-01 | Man page syntax fixes. | Ville Skyttä | 4 | -6/+3 | |
2011-03-01 | Documentation spelling fixes. | Ville Skyttä | 3 | -3/+3 | |
2011-01-05 | A largish man-page update | Panu Matilainen | 9 | -597/+30 | |
- Remove rpmquery and rpmverify manuals for now, the functionality didn't get split to separate binaries afterall and the manpages were in a rather bad shape afterall. - Add some missing options, remove no longer existing options - Remove rpmdb, rpmkeys, rpmsign and rpmspec related switches from man rpm manual, add them to the "see also"-section instead - Adjust database file list on main rpm manual, remove it from rpmbuild man. | |||||
2010-11-15 | Get rid of 'rpminstall' binary & manual afterall, flip flop | Panu Matilainen | 8 | -306/+1 | |
- It's a bad name for something that can also erase packages, leave the install/upgrade/erase modes for /bin/rpm instead. | |||||
2010-10-29 | Add rough-cut man-pages for our new executables | Panu Matilainen | 8 | -0/+1001 | |
- Chainsaw relevant information out of rpm.8 and tweak a little bit, adding cross-references etc. These will need a lot more love though... | |||||
2010-10-22 | Eliminate useless --fileid query selector | Panu Matilainen | 4 | -22/+3 | |
- Finding out which package provides a file with a given digest is just .. useless functionality. Being next to useless is one thing, but we pay a high price for this particular uselessness: the index needed for this is one of the biggest and most expensive indexes we have. | |||||
2010-09-28 | Eliminate %_signature from man pages too | Panu Matilainen | 6 | -25/+0 | |
2010-06-29 | Add --delsign to man page | Panu Matilainen | 1 | -1/+7 | |
2010-06-23 | Allow '--short-circuit' for '-bb' | Michal Schmidt | 1 | -2/+4 | |
This patch allows short-circuiting of building binary packages. To prevent accidental use of short-circuited rpms, they are marked with an unsatisfiable dependency "rpmlib(ShortCircuited)". A developer using this feature for local development and testing will use "--nodeps". Should such a rpm leak into the world, users will quickly notice it does not install by default. (v3: avoids API change, suggested by Panu Matilainen. v2: added poisoning with unsatisfiable dependency.) Michal | |||||
2010-05-28 | Add header extension tag RPMTAG_FILESTATUS for file verification | Panu Matilainen | 1 | -0/+3 | |
- Permits basic file verification with just a headerGet(), with some caveats: there's no way to control which attributes get verified, and there's no filtering of mtime differences of shared files. Those aside, rpm -q --qf "[%{filestates:vflags} %{filenames}\n] <args>" now performs the same as "rpm -V --nodeps --noscripts <args>" | |||||
2010-02-09 | Add macro expansion queryformat extension | Panu Matilainen | 1 | -0/+3 | |
- unused at the moment but doesn't hurt anything either... | |||||
2010-01-25 | Document --conflicts in rpm(8). | Ville Skyttä | 1 | -5/+8 | |
2009-11-20 | Convert French man page to Unix line-endings | Panu Matilainen | 1 | -848/+848 | |
2009-10-30 | Document our new format extensions | Panu Matilainen | 1 | -1/+10 | |
2009-07-14 | Document --nodeps in rpmbuild manual (RhBug:482921) | Panu Matilainen | 1 | -0/+3 | |
2009-04-09 | Make it clearer that PACKAGE_FILE logic applies to all -F, -U, and -i. | Ville Skyttä | 1 | -19/+15 | |
2009-04-09 | Remove obsolete info about --buildarch and --buildos. | Ville Skyttä | 1 | -6/+0 | |
2009-03-02 | Fix documentation and help for the md5 -> filedigest move | Jindrich Novy | 2 | -2/+2 | |
- add aliases for obsolete {RPM}VERIFY_MD5 flags to not to break API | |||||
2009-02-27 | Add md5->filedigest aliases (rhbz#487597) | Jindrich Novy | 1 | -2/+2 | |
- add %verify(nofiledigest) as %verify(nomd5) file attribute alias - reference digests as digests not checksums - make old md5 related symbols obsolete and use newer reference - update man page accordingly | |||||
2009-02-23 | Fix busted up Korean tranlations of manuals (rhbz#466597) | Panu Matilainen | 2 | -221/+221 | |
- previous conversion to utf-8 (from 2003!) was busted, wrong encoding or something | |||||
2009-02-05 | --requires lists required capabilities, not packages (rhbz#483253) | Panu Matilainen | 1 | -2/+2 | |
- also fix a minor typo in --whatrequires description | |||||
2009-01-08 | Update docs wrt gpg path macro (rhbz#476201) | Panu Matilainen | 1 | -2/+2 | |
2009-01-05 | Lose deprecated DETAILS_AT_TOP doxygen setting | Panu Matilainen | 2 | -14/+0 | |
2008-10-26 | Beginnings of file capability (POSIX.1e draft 15) verification support | Panu Matilainen | 1 | -0/+2 | |
- add minimal bits and pieces to check for capabilities in files on verify - for now, any capability set is a verification failure as the capability cannot have been set by rpm itself - patch from Andreas Gruenbacher, modified to use libcap instead of raw xattrs for portability | |||||
2008-09-18 | Document manifest behavior for install options too (rhbz#461354) | Panu Matilainen | 1 | -3/+8 | |
2008-09-18 | Kick out references to "Red Hat Linux" out of the manpages, duh :) | Panu Matilainen | 18 | -18/+18 | |
- RHL hasn't existed in years and rpm isn't specific to RH anyway... | |||||
2008-09-18 | Update man-page wrt supported query formatter types | Panu Matilainen | 1 | -1/+9 | |
2008-09-02 | --repackage is gone, remove references from French manual too | Panu Matilainen | 1 | -15/+3 | |
2008-09-02 | Updated French translation from man-pages-fr | Panu Matilainen | 1 | -462/+860 | |
2008-09-02 | Fix --dump usage description in Japanese manpage translation. | Panu Matilainen | 1 | -7/+3 | |
Patch from Masahiro Matsuya. | |||||
2008-07-04 | Remove rpmcache from repository | Panu Matilainen | 4 | -390/+3 | |
- next to nobody even knew about it, much less used it... - hardly useful now that solvedb is gone | |||||
2008-07-02 | Add documentation for keyring | Panu Matilainen | 2 | -0/+4 | |
2008-06-25 | Update rpm manpage wrt build modes | Panu Matilainen | 1 | -36/+3 | |
- the build modes have been removed ages ago, just point to rpmbuild manual | |||||
2008-05-22 | Add tag data container api to librpm + hacking docs | Panu Matilainen | 2 | -2/+6 | |
2008-03-17 | Remove rollback and repackage from documentation | Panu Matilainen | 6 | -130/+11 | |
2008-01-30 | Add rpmtypes to doxygen, with todo reminders.. | Panu Matilainen | 2 | -0/+4 | |
2008-01-09 | Implementation of triggerprein scriptlets. | Panu Matilainen | 1 | -0/+6 | |
Ported from rpm5.org work of Jeff Johnson to 4.4.x by Pascal Rigaux, further adopted to fit HEAD... | |||||
2007-12-03 | Drop RPC from apidocs.. | Panu Matilainen | 2 | -4/+0 | |
2007-11-30 | rpmurl and argv doxygen groupings | Panu Matilainen | 2 | -0/+8 | |
2007-11-30 | rpmpgp doxygen tagging | Panu Matilainen | 2 | -0/+4 | |
2007-11-23 | Doxygen cosmetics.. | Panu Matilainen | 2 | -12/+12 | |
2007-11-23 | Add rpmtag + tag api doxygen group to librpm + hacking docs | Panu Matilainen | 2 | -2/+6 | |
2007-11-23 | Remove non-public stuff from librpm doxygen groups | Panu Matilainen | 1 | -10/+0 | |
2007-11-23 | Add doxygen group for rpmstring, include in librpm + hacking docs | Panu Matilainen | 2 | -0/+4 | |
2007-11-23 | Add doxygen group for rpmfileutil, include in librpm + hacking docs | Panu Matilainen | 2 | -0/+4 | |
2007-11-23 | Add doxygen group for rpmfc, include in librpm + hacking docs | Panu Matilainen | 2 | -0/+4 | |
2007-11-23 | doxygen groupings for rpmsw, add to librpm + hacking dox | Panu Matilainen | 2 | -0/+4 | |