Commit Graph

14 Commits

Author SHA1 Message Date
Vitaly Kuznetsov
a771af0403 brp: introduce /usr/lib/rpm/brp.d directory
Made it possible for third party packages to have their own brp-* scripts. All
existent brp-* scripts migrated to /usr/lib/rpm/brp.d, brp-alt taught to execute
all from this directory in alphabetical order. All brp-* scripts obligated to
have three digit prefix (to specify execution order) and .brp suffix.
2012-01-25 14:16:15 +00:00
Alexey Tourbin
f13cfad5f8 brp-debuginfo: intial revision, replaces brp-strip 2011-01-30 03:10:15 +03:00
Alexey Tourbin
b3b979a6f2 brp-alt: execute brp-strip before brp-verify_elf
There are two reasons:
1) It is better to verify final ELF objects just as they are packaged.
2) Older eu-elflint barks at unstripped binaries like this:
section [ 8] '.comment' has wrong flags: expected none, is MERGE|STRINGS
This seems to be fixed in elfutils 0.143-alt1, but otherwise that could
be a major problem.
2009-12-19 03:25:53 +03:00
db3de70e0a Implement info files verification 2009-05-20 23:25:58 +00:00
5416277102 Removed cvsid tags. 2006-05-14 17:05:34 +04:00
6816c5cc25 Run brp-adjust_libraries prior to brp-verify_elf. 2006-01-14 23:03:21 +00:00
ebc53cf631 use functions 2003-11-09 16:47:45 +00:00
8b81f418b6 use functions 2003-11-09 16:30:18 +00:00
7703423747 added cvsid 2003-11-08 19:52:04 +00:00
a6a42108cc use printf instead of echo where appropriate 2003-11-07 17:45:11 +00:00
f9ad206e5c updated copyright information 2003-02-01 17:48:24 +00:00
c4414a7928 new method now gets executed after %install: fixup 2002-10-02 15:08:15 +00:00
99ecba05df new brp method: verify_elf 2002-09-09 12:35:53 +00:00
8b8d4d39aa sync with rpm4 branch: added new files 2002-03-25 20:37:46 +00:00