Commit Graph

150 Commits

Author SHA1 Message Date
Panu Matilainen 01fc1efc3c Update librpm doxygen module list
- rpmgi is gone, rpmprob is a "new" item
2011-03-11 14:25:45 +02:00
Ville Skyttä e967964811 Mention %bcond_with* in conditional build doc. 2011-03-01 11:40:56 +02:00
Ville Skyttä f1c550f81d Man page syntax fixes. 2011-03-01 11:38:22 +02:00
Ville Skyttä 39627fa167 Documentation spelling fixes. 2011-03-01 11:37:56 +02:00
Panu Matilainen c6d98322f1 A largish man-page update
- 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.
2011-01-05 10:05:33 +02:00
Panu Matilainen 60c0eb40f2 Get rid of 'rpminstall' binary & manual afterall, flip flop
- It's a bad name for something that can also erase packages, leave
  the install/upgrade/erase modes for /bin/rpm instead.
2010-11-15 08:54:49 +02:00
Panu Matilainen 325a9b1ba5 Add rough-cut man-pages for our new executables
- 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-29 15:14:01 +03:00
Panu Matilainen 534d0f77be Eliminate useless --fileid query selector
- 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-10-22 08:58:06 +03:00
Panu Matilainen e237b2d6ef Eliminate %_signature from man pages too 2010-09-28 16:33:17 +03:00
Panu Matilainen 419bc7762d Add --delsign to man page 2010-06-29 11:34:32 +03:00
Michal Schmidt 7583fcc341 Allow '--short-circuit' for '-bb'
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-06-23 16:06:43 +03:00
Panu Matilainen 00f1a6e0b1 Add header extension tag RPMTAG_FILESTATUS for file verification
- 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-05-28 12:21:34 +03:00
Panu Matilainen 121f73bb49 Add macro expansion queryformat extension
- unused at the moment but doesn't hurt anything either...
2010-02-09 09:35:52 +02:00
Ville Skyttä d390e25446 Document --conflicts in rpm(8). 2010-01-25 12:09:21 +02:00
Panu Matilainen 58bece6842 Convert French man page to Unix line-endings 2009-11-20 11:49:05 +02:00
Panu Matilainen 77c25db03a Document our new format extensions 2009-10-30 09:37:36 +02:00
Panu Matilainen 16be29746c Document --nodeps in rpmbuild manual (RhBug:482921) 2009-07-14 11:54:43 +03:00
Ville Skyttä 0f29cc7f27 Make it clearer that PACKAGE_FILE logic applies to all -F, -U, and -i. 2009-04-09 14:11:39 +03:00
Ville Skyttä 48580a70bc Remove obsolete info about --buildarch and --buildos. 2009-04-09 14:10:16 +03:00
Jindrich Novy c45cfb9c04 Fix documentation and help for the md5 -> filedigest move
- add aliases for obsolete {RPM}VERIFY_MD5 flags to
  not to break API
2009-03-02 10:29:05 +01:00
Jindrich Novy 7acdfded4a Add md5->filedigest aliases (rhbz#487597)
- 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-27 14:34:39 +01:00
Panu Matilainen 7770aaea22 Fix busted up Korean tranlations of manuals (rhbz#466597)
- previous conversion to utf-8 (from 2003!) was busted, wrong encoding
  or something
2009-02-23 14:39:48 +02:00
Panu Matilainen 62091898ae --requires lists required capabilities, not packages (rhbz#483253)
- also fix a minor typo in --whatrequires description
2009-02-05 11:32:18 +02:00
Panu Matilainen b7ba50c3a5 Update docs wrt gpg path macro (rhbz#476201) 2009-01-08 15:04:58 +02:00
Panu Matilainen 0ab10fbf3f Lose deprecated DETAILS_AT_TOP doxygen setting 2009-01-05 11:25:03 +02:00
Panu Matilainen 770a0f34c9 Beginnings of file capability (POSIX.1e draft 15) verification support
- 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-10-26 14:17:16 +02:00
Panu Matilainen acb135c28b Document manifest behavior for install options too (rhbz#461354) 2008-09-18 13:24:25 +03:00
Panu Matilainen 06fb56e64f Kick out references to "Red Hat Linux" out of the manpages, duh :)
- RHL hasn't existed in years and rpm isn't specific to RH anyway...
2008-09-18 13:05:19 +03:00
Panu Matilainen 0ba35c7e5c Update man-page wrt supported query formatter types 2008-09-18 12:38:04 +03:00
Panu Matilainen 4ff3b11664 --repackage is gone, remove references from French manual too 2008-09-02 14:33:55 +03:00
Panu Matilainen 991600462b Updated French translation from man-pages-fr 2008-09-02 14:28:35 +03:00
Panu Matilainen 073b1ac2a8 Fix --dump usage description in Japanese manpage translation.
Patch from Masahiro Matsuya.
2008-09-02 10:18:41 +03:00
Panu Matilainen 6c1103fc80 Remove rpmcache from repository
- next to nobody even knew about it, much less used it...
- hardly useful now that solvedb is gone
2008-07-04 14:33:23 +03:00
Panu Matilainen 43a05ea363 Add documentation for keyring 2008-07-02 14:24:20 +03:00
Panu Matilainen 600c986154 Update rpm manpage wrt build modes
- the build modes have been removed ages ago, just point to rpmbuild manual
2008-06-25 09:40:04 +03:00
Panu Matilainen f81f3f0fc5 Add tag data container api to librpm + hacking docs 2008-05-22 10:01:23 +03:00
Panu Matilainen d9c780d19e Remove rollback and repackage from documentation 2008-03-17 14:36:43 +02:00
Panu Matilainen fbc9b689fb Add rpmtypes to doxygen, with todo reminders.. 2008-01-30 17:20:09 +02:00
Panu Matilainen b28ad6b47b Implementation of triggerprein scriptlets.
Ported from rpm5.org work of Jeff Johnson to 4.4.x by Pascal Rigaux,
further adopted to fit HEAD...
2008-01-09 11:11:49 +02:00
Panu Matilainen c36bef96bb Drop RPC from apidocs.. 2007-12-03 16:35:33 +02:00
Panu Matilainen 95953fe610 rpmurl and argv doxygen groupings 2007-11-30 22:13:15 +02:00
Panu Matilainen e01888a403 rpmpgp doxygen tagging 2007-11-30 21:58:18 +02:00
Panu Matilainen ba1915ecb9 Doxygen cosmetics.. 2007-11-23 15:47:34 +02:00
Panu Matilainen 3053a2d8d0 Add rpmtag + tag api doxygen group to librpm + hacking docs 2007-11-23 15:44:32 +02:00
Panu Matilainen 59ac81ac38 Remove non-public stuff from librpm doxygen groups 2007-11-23 15:26:58 +02:00
Panu Matilainen e6b0dfd155 Add doxygen group for rpmstring, include in librpm + hacking docs 2007-11-23 15:20:46 +02:00
Panu Matilainen 31ad46a64b Add doxygen group for rpmfileutil, include in librpm + hacking docs 2007-11-23 15:11:21 +02:00
Panu Matilainen 1a0968f31f Add doxygen group for rpmfc, include in librpm + hacking docs 2007-11-23 14:57:18 +02:00
Panu Matilainen 43d1baef0f doxygen groupings for rpmsw, add to librpm + hacking dox 2007-11-23 14:51:30 +02:00
Panu Matilainen bd01557f27 Add doxygen group for rpmsq, include in librpm + hacking docs 2007-11-23 14:45:16 +02:00