summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
1996-11-19run find-provides on *all* files in the file listroot1-5/+3
CVS patchset: 1178 CVS date: 1996/11/19 20:30:29
1996-11-18only add trigger entries if there are triggers!root1-19/+21
CVS patchset: 1175 CVS date: 1996/11/18 23:15:51
1996-11-18handle new ldd where it returns 1 for non executablesroot1-5/+7
CVS patchset: 1174 CVS date: 1996/11/18 23:15:21
1996-11-18The Great Renamingroot8-362/+356
CVS patchset: 1171 CVS date: 1996/11/18 18:02:36
1996-11-14verify script stuffroot2-17/+26
CVS patchset: 1162 CVS date: 1996/11/14 21:57:24
1996-11-14specFile taggingroot2-2/+10
CVS patchset: 1161 CVS date: 1996/11/14 21:55:41
1996-11-14Initial revisionroot2-0/+162
CVS patchset: 1159 CVS date: 1996/11/14 17:37:06
1996-11-14added trigger stuffroot1-6/+45
export ReqComparisons clean up messages a bit CVS patchset: 1158 CVS date: 1996/11/14 17:36:01
1996-11-14added trigger stuffroot2-0/+28
CVS patchset: 1157 CVS date: 1996/11/14 17:35:32
1996-11-14added trigger.oroot1-1/+2
CVS patchset: 1156 CVS date: 1996/11/14 17:35:21
1996-11-06got rid of a printf("%s", NULL)ewt1-1/+2
CVS patchset: 1151 CVS date: 1996/11/06 20:58:54
1996-10-31fixed message() call to not print NULL %sewt1-1/+2
CVS patchset: 1145 CVS date: 1996/10/31 21:08:23
1996-10-31use RPMVAR_DEFAULTDOCDIRewt2-2/+3
CVS patchset: 1144 CVS date: 1996/10/31 21:08:05
1996-10-31use separate chgrp/chown commands (slightly more portable, if a bitewt1-4/+3
slower) CVS patchset: 1138 CVS date: 1996/10/31 19:53:35
1996-10-30add %patch -Eroot1-6/+13
CVS patchset: 1132 CVS date: 1996/10/30 02:30:01
1996-10-15use cpio specified by rpmrcewt1-1/+5
CVS patchset: 1090 CVS date: 1996/10/15 02:23:03
1996-09-29removed dependence on outside ftw.hewt2-11/+16
CVS patchset: 1075 CVS date: 1996/09/29 02:29:50
1996-09-29don't include <ftw.h>ewt1-1/+0
CVS patchset: 1074 CVS date: 1996/09/29 02:29:36
1996-09-29distclean rule should depend on clean ruleewt1-1/+1
CVS patchset: 1073 CVS date: 1996/09/29 02:29:25
1996-09-25use alloca(), not __allocaa()ewt1-2/+7
use NAMLEN (and define it if it doesn't exist) CVS patchset: 1057 CVS date: 1996/09/25 19:17:15
1996-09-25changed index() calls to strchr()ewt1-2/+2
CVS patchset: 1056 CVS date: 1996/09/25 19:17:03
1996-09-251) use Makefile.incewt1-7/+7
2) added distclean rule CVS patchset: 1055 CVS date: 1996/09/25 19:16:51
1996-09-25fixes some silly typosewt1-1/+1
CVS patchset: 1037 CVS date: 1996/09/25 18:21:08
1996-09-23bug in handling nosource/nopatchroot1-1/+1
CVS patchset: 1036 CVS date: 1996/09/23 13:40:09
1996-09-02--test for buildingroot2-22/+33
CVS patchset: 1015 CVS date: 1996/09/02 01:58:13
1996-08-31add RPMTAG_RPMVERSION to headersewt1-0/+2
CVS patchset: 1011 CVS date: 1996/08/31 18:37:25
1996-08-29added AutoReqProv: logicmarc3-1/+21
CVS patchset: 995 CVS date: 1996/08/29 18:32:01
1996-08-22only rm -rf docdir if we've got a %docroot1-2/+4
CVS patchset: 983 CVS date: 1996/08/22 21:04:33
1996-08-20uses RPMVAR_TMPPATHewt2-4/+4
CVS patchset: 976 CVS date: 1996/08/20 16:28:40
1996-08-20disallow - chars in version and releaseroot1-0/+16
CVS patchset: 969 CVS date: 1996/08/20 14:19:10
1996-08-19changed to use autoconfewt1-0/+8
CVS patchset: 960 CVS date: 1996/08/19 17:07:07
1996-08-18spellingroot1-1/+1
CVS patchset: 957 CVS date: 1996/08/18 21:42:58
1996-08-14cleanup - make nice little function that runs programs and collects outputroot1-139/+150
use and external find-provides script CVS patchset: 954 CVS date: 1996/08/14 21:02:54
1996-08-14allow -R to %patchroot1-13/+21
echo the patch number as it is patched CVS patchset: 950 CVS date: 1996/08/14 16:50:37
1996-08-08strip leading directories from ldd outputroot1-0/+3
CVS patchset: 944 CVS date: 1996/08/08 13:25:27
1996-07-23do some sanity checking on the file listroot1-3/+15
- only one file listed per line - barf on any files that don't start with "/" CVS patchset: 926 CVS date: 1996/07/23 20:58:09
1996-07-23catch duplicate filesmarc1-0/+5
CVS patchset: 922 CVS date: 1996/07/23 14:11:02
1996-07-23parse %prep even for list checkmarc1-3/+3
CVS patchset: 920 CVS date: 1996/07/23 03:33:20
1996-07-23implement -blmarc3-17/+23
CVS patchset: 919 CVS date: 1996/07/23 03:30:44
1996-07-23implement timecheckmarc1-2/+22
CVS patchset: 914 CVS date: 1996/07/23 02:41:54
1996-07-20if objdump gets us "_end" then there is no embedded soname,marc1-7/+21
so we just provide the name of the file. do not pass non-regular files to ldd. don't pass leading "/" to ldd CVS patchset: 906 CVS date: 1996/07/20 23:00:33
1996-07-20skip blank lines and "_end" from objdumpmarc1-4/+8
skip lead "/" in filenames passed to ldd CVS patchset: 904 CVS date: 1996/07/20 22:19:18
1996-07-20fix exclusiveos to match on os, not arch. duh.marc1-1/+1
CVS patchset: 901 CVS date: 1996/07/20 21:09:00
1996-07-20match shared libs on ".so"marc1-1/+1
CVS patchset: 899 CVS date: 1996/07/20 20:45:43
1996-07-18fix nasty bug where pointers into the header were getting staleroot1-7/+28
/. CVS patchset: 890 CVS date: 1996/07/18 16:09:25
1996-07-18print prefix in error messageroot1-1/+2
CVS patchset: 889 CVS date: 1996/07/18 16:07:33
1996-07-18fix stupid free().root1-1/+1
CVS patchset: 887 CVS date: 1996/07/18 03:00:16
1996-07-17remove warningroot1-1/+1
CVS patchset: 871 CVS date: 1996/07/17 04:57:28
1996-07-17Put exclude/exclusive arch/os in headermarc1-1/+55
depricate Exclude: and Exclusive:, now use ExcludeArch: ExclusiveArch:, and same for OS. CVS patchset: 868 CVS date: 1996/07/17 01:35:08
1996-07-15take packager from rpmrcmarc1-0/+8
CVS patchset: 830 CVS date: 1996/07/15 00:54:18