Commit Graph

16 Commits

Author SHA1 Message Date
Panu Matilainen b5e3e1efee Eliminate built-in selinux support. RIP.
- We hereby unceremoniously declare that from now on, SELinux and
  other similar mechanisms are to live in plugins, rpm doesn't need
  to know about every possible security etc mechanism there might be.
  Its a big commit but as its really just removals...
- We need to disable sepolicy collection plugin for now as it relies on
  built-in support for selinux, this not only makes no sense but
  wont work now that there is no built-in support. The sepolicy
  plugin needs to be merged into the selinux base plugin now.
- Another "breakage" is that --rebuilddb no longer relabels the database,
  this needs plugins to called in a place where they currently cannot
  be called. This needs to be resolved before next actual release.
2013-03-21 13:56:33 +02:00
Panu Matilainen 1325fea310 Adjust rpm.pc private libraries
- we no longer have sqlite3 lib ever, but we might have lzma/xz libs
2010-10-04 14:35:08 +03:00
Panu Matilainen b7678c0a40 Drop unnecessary trailing slash in pkgconfig includedir 2008-10-31 17:46:57 +02:00
Panu Matilainen bedeef1eda Add lua to pkgconfig private libs 2008-10-14 15:44:22 +03:00
Panu Matilainen c57c62b94a Adjust pkg-config now that librpmdb is gone 2008-05-12 12:30:00 +03:00
Panu Matilainen de4085814e Drop librpmbuild from rpm.pc
- next to nothing actually uses librpmbuild, avoid dragging it in needlessly
- if needed, add a separate .pc for rpmbuild later
2008-03-07 13:04:46 +02:00
Panu Matilainen 0c4fe4a0b0 Drop non-existing librpmmisc from rpm.pc 2007-12-08 16:12:10 +02:00
Panu Matilainen 9ce13e09ef Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
2007-12-08 14:02:32 +02:00
Panu Matilainen 8afe81c214 Use NSS instead of beecrypt for encryption (Tomas Mraz) 2007-11-02 10:02:40 +02:00
Ralf Corsépius 7871bb4547 Add dependency on libbz2. 2007-09-20 06:53:59 +02:00
Ralf Corsépius 1cf3cb5139 Append @WITH_DB_LIB@ to Libs.private. 2007-09-18 06:40:16 +02:00
Ralf Corsépius 48fbe1b4c1 Remove @WITH_NEON_LIB@. 2007-09-14 04:55:19 +02:00
Ralf Corsépius 64b98ad378 Add Libs.private: @WITH_NEON_LIB@. 2007-08-15 07:34:50 +02:00
Ralf Corsépius 5b9920f900 ADD @WITH_SQLITE3_LIB@ to Libs.private. 2007-08-14 18:29:10 +02:00
Ralf Corsépius 4d3e0d2308 s/-lselinux/@WITH_SELINUX_LIB@/ 2007-08-13 15:15:14 +02:00
Panu Matilainen f922a20f90 Add initial rpm.pc pkg-config support. 2007-07-25 15:36:58 +03:00