tools/librpm-tizen.git
25 years agoAvoid segfault with "rpm --initdb" when no database exists.
jbj [Tue, 5 Jan 1999 17:27:04 +0000 (17:27 +0000)]
Avoid segfault with "rpm --initdb" when no database exists.

CVS patchset: 2650
CVS date: 1999/01/05 17:27:04

25 years agoPlaypen release.
jbj [Mon, 4 Jan 1999 22:10:05 +0000 (22:10 +0000)]
Playpen release.

CVS patchset: 2649
CVS date: 1999/01/04 22:10:05

25 years ago1) install packages still need to pay attention to db entries for
ewt [Mon, 4 Jan 1999 19:11:04 +0000 (19:11 +0000)]
1) install packages still need to pay attention to db entries for
   packages being removed
2) don't ignore the removal action decided on by the database just
   because of overlapping files

CVS patchset: 2648
CVS date: 1999/01/04 19:11:04

25 years agocanonicalize the root directory
ewt [Mon, 4 Jan 1999 16:44:52 +0000 (16:44 +0000)]
canonicalize the root directory

CVS patchset: 2647
CVS date: 1999/01/04 16:44:52

25 years agoremoved removeBinaryPackage()
ewt [Mon, 4 Jan 1999 16:44:38 +0000 (16:44 +0000)]
removed removeBinaryPackage()

CVS patchset: 2646
CVS date: 1999/01/04 16:44:38

25 years agopackage removal should have proper semantics now
ewt [Mon, 4 Jan 1999 16:44:20 +0000 (16:44 +0000)]
package removal should have proper semantics now

CVS patchset: 2645
CVS date: 1999/01/04 16:44:20

25 years agoUse an action list which is passed into removeBinaryPackage() rather then
ewt [Mon, 4 Jan 1999 16:44:05 +0000 (16:44 +0000)]
Use an action list which is passed into removeBinaryPackage() rather then
generating our own. This outdated a bunch of functions (like
handleSharedFiles()), which have been removed.

CVS patchset: 2644
CVS date: 1999/01/04 16:44:05

25 years ago1) renamed enum instAction to enum fileActions
ewt [Mon, 4 Jan 1999 16:43:31 +0000 (16:43 +0000)]
1) renamed enum instAction to enum fileActions
2) removed KEEP action (it was identical to SKIP), added REMOVE action
3) removed findSharedFiles() prototype
4) added removeBinaryPackages() and fileActionString() prototype

CVS patchset: 2643
CVS date: 1999/01/04 16:43:31

25 years ago1) moved root canonicalization to transaction set creation
ewt [Mon, 4 Jan 1999 16:42:15 +0000 (16:42 +0000)]
1) moved root canonicalization to transaction set creation
2) removed KEEP state (SKIP had identical semantics)
3) added REMOVE state to fileActionString()
4) export fileActionString()

CVS patchset: 2642
CVS date: 1999/01/04 16:42:15

25 years agoExpand SPECDIR/SOURCEDIR using macros.
jbj [Sun, 3 Jan 1999 03:13:50 +0000 (03:13 +0000)]
Expand SPECDIR/SOURCEDIR using macros.

CVS patchset: 2641
CVS date: 1999/01/03 03:13:50

25 years agouse "original db-1.85" if available (Raw Hide glibc 2.1).
jbj [Thu, 31 Dec 1998 22:09:43 +0000 (22:09 +0000)]
use "original db-1.85" if available (Raw Hide glibc 2.1).

CVS patchset: 2640
CVS date: 1998/12/31 22:09:43

25 years agocreate .rpmorig stuff
ewt [Thu, 31 Dec 1998 20:19:07 +0000 (20:19 +0000)]
create .rpmorig stuff

CVS patchset: 2639
CVS date: 1998/12/31 20:19:07

25 years agogenerate a file action list and pass it into installBinaryPackage()
ewt [Thu, 31 Dec 1998 19:16:31 +0000 (19:16 +0000)]
generate a file action list and pass it into installBinaryPackage()

CVS patchset: 2638
CVS date: 1998/12/31 19:16:31

25 years agomakes use of a passed in action list rather then generating our own
ewt [Thu, 31 Dec 1998 19:16:12 +0000 (19:16 +0000)]
makes use of a passed in action list rather then generating our own

CVS patchset: 2637
CVS date: 1998/12/31 19:16:12

25 years agoswitched around file conflict logic to build a proper action set
ewt [Thu, 31 Dec 1998 16:19:42 +0000 (16:19 +0000)]
switched around file conflict logic to build a proper action set

CVS patchset: 2636
CVS date: 1998/12/31 16:19:42

25 years agoupdated a comment ;-)
ewt [Thu, 31 Dec 1998 16:19:20 +0000 (16:19 +0000)]
updated a comment ;-)

CVS patchset: 2635
CVS date: 1998/12/31 16:19:20

25 years agoenum instActions { UNKNOWN, CREATE, BACKUP, KEEP, SAVE, SKIP, ALTNAME };
ewt [Thu, 31 Dec 1998 16:18:58 +0000 (16:18 +0000)]
enum instActions { UNKNOWN, CREATE, BACKUP, KEEP, SAVE, SKIP, ALTNAME };
enum fileTypes { XDIR, BDEV, CDEV, SOCK, PIPE, REG, LINK } ;

CVS patchset: 2634
CVS date: 1998/12/31 16:18:58

25 years agorenamed some enums to avoid conflicts with enums now defined in install.h
ewt [Thu, 31 Dec 1998 16:18:27 +0000 (16:18 +0000)]
renamed some enums to avoid conflicts with enums now defined in install.h

CVS patchset: 2633
CVS date: 1998/12/31 16:18:27

25 years agoreworked shared file lookups in database; it's *much* more efficient now
ewt [Wed, 30 Dec 1998 23:03:43 +0000 (23:03 +0000)]
reworked shared file lookups in database; it's *much* more efficient now

CVS patchset: 2632
CVS date: 1998/12/30 23:03:43

25 years agoupdated relocateable package handling
ewt [Wed, 30 Dec 1998 23:03:18 +0000 (23:03 +0000)]
updated relocateable package handling

CVS patchset: 2631
CVS date: 1998/12/30 23:03:18

25 years agoadded RPMPROB_FILE_CONFLICT message
ewt [Wed, 30 Dec 1998 23:02:49 +0000 (23:02 +0000)]
added RPMPROB_FILE_CONFLICT message

CVS patchset: 2630
CVS date: 1998/12/30 23:02:49

25 years agofixed scare memory option
ewt [Wed, 30 Dec 1998 23:02:27 +0000 (23:02 +0000)]
fixed scare memory option

CVS patchset: 2629
CVS date: 1998/12/30 23:02:27

25 years agoadded rpmdbFindFpList
ewt [Wed, 30 Dec 1998 23:01:11 +0000 (23:01 +0000)]
added rpmdbFindFpList

CVS patchset: 2628
CVS date: 1998/12/30 23:01:11

25 years agoheaderLoad() wasn't initializing the usage count
ewt [Wed, 30 Dec 1998 21:39:51 +0000 (21:39 +0000)]
headerLoad() wasn't initializing the usage count

CVS patchset: 2627
CVS date: 1998/12/30 21:39:51

25 years agomake sure files to sign exist before asking for the pass phrase
ewt [Wed, 30 Dec 1998 20:22:18 +0000 (20:22 +0000)]
make sure files to sign exist before asking for the pass phrase

CVS patchset: 2625
CVS date: 1998/12/30 20:22:18

25 years ago1) make use of fpLookupList() for some speedup
ewt [Wed, 30 Dec 1998 16:59:54 +0000 (16:59 +0000)]
1) make use of fpLookupList() for some speedup
2) be a bit better about freeing memory -- I'm sure there are plenty
   of holes left still, though
3) added a braindead db lookup for shared files. this will be reworked soon.

CVS patchset: 2624
CVS date: 1998/12/30 16:59:54

25 years agoadded fpLookupList()
ewt [Wed, 30 Dec 1998 16:56:28 +0000 (16:56 +0000)]
added fpLookupList()

CVS patchset: 2623
CVS date: 1998/12/30 16:56:28

25 years agouse "original db-1.85" if available (Raw Hide glibc 2.1).
jbj [Wed, 30 Dec 1998 01:51:53 +0000 (01:51 +0000)]
use "original db-1.85" if available (Raw Hide glibc 2.1).

CVS patchset: 2622
CVS date: 1998/12/30 01:51:53

25 years agoversion 1.2.3
ewt [Tue, 29 Dec 1998 03:02:20 +0000 (03:02 +0000)]
version 1.2.3

CVS patchset: 2620
CVS date: 1998/12/29 03:02:20

25 years agoconst'ified poptParseArgvString (Jeff Garzik)
ewt [Tue, 29 Dec 1998 02:52:47 +0000 (02:52 +0000)]
const'ified poptParseArgvString (Jeff Garzik)

CVS patchset: 2619
CVS date: 1998/12/29 02:52:47

25 years agofixed memset() in help message generation (Dale Hawkins)
ewt [Tue, 29 Dec 1998 02:35:08 +0000 (02:35 +0000)]
fixed memset() in help message generation (Dale Hawkins)
added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)

CVS patchset: 2618
CVS date: 1998/12/29 02:35:08

25 years agomake use of fingerprints for checking file conflicts
ewt [Sat, 26 Dec 1998 18:32:08 +0000 (18:32 +0000)]
make use of fingerprints for checking file conflicts

CVS patchset: 2617
CVS date: 1998/12/26 18:32:08

25 years ago1) allow generic key types
ewt [Sat, 26 Dec 1998 18:31:45 +0000 (18:31 +0000)]
1) allow generic key types
2) possibly copy the key around
3) optionally return the key stored in the table

CVS patchset: 2616
CVS date: 1998/12/26 18:31:45

25 years agoadded fpHashFunction() and fpEqual()
ewt [Sat, 26 Dec 1998 18:29:32 +0000 (18:29 +0000)]
added fpHashFunction() and fpEqual()

CVS patchset: 2615
CVS date: 1998/12/26 18:29:32

25 years agouse fingerprinting for path lookups
ewt [Sat, 26 Dec 1998 17:13:34 +0000 (17:13 +0000)]
use fingerprinting for path lookups

CVS patchset: 2614
CVS date: 1998/12/26 17:13:34

25 years agoremoved unused variable
ewt [Sat, 26 Dec 1998 17:13:10 +0000 (17:13 +0000)]
removed unused variable

CVS patchset: 2613
CVS date: 1998/12/26 17:13:10

25 years agoadded simple fingerprinting
ewt [Sat, 26 Dec 1998 17:12:50 +0000 (17:12 +0000)]
added simple fingerprinting

CVS patchset: 2612
CVS date: 1998/12/26 17:12:50

25 years ago1) initial cut at hash tables
ewt [Sat, 26 Dec 1998 16:33:51 +0000 (16:33 +0000)]
1) initial cut at hash tables
2) initial cut at file list handling during transaction processing

CVS patchset: 2611
CVS date: 1998/12/26 16:33:51

25 years agoUpdated the man page, finally.
adevries [Thu, 24 Dec 1998 07:09:55 +0000 (07:09 +0000)]
Updated the man page, finally.

CVS patchset: 2610
CVS date: 1998/12/24 07:09:55

25 years ago*** empty log message ***
ewt [Fri, 18 Dec 1998 19:09:38 +0000 (19:09 +0000)]
*** empty log message ***

CVS patchset: 2606
CVS date: 1998/12/18 19:09:38

25 years agoultrapenguin 1.1.9 sparc64 changes.
jbj [Thu, 17 Dec 1998 16:45:22 +0000 (16:45 +0000)]
ultrapenguin 1.1.9 sparc64 changes.

CVS patchset: 2605
CVS date: 1998/12/17 16:45:22

25 years agofirst pass at new transaction api; basic installing/removing works
ewt [Wed, 16 Dec 1998 21:58:53 +0000 (21:58 +0000)]
first pass at new transaction api; basic installing/removing works
fine but I wouldn't push it much harder then that

CVS patchset: 2603
CVS date: 1998/12/16 21:58:53

25 years agoadded dbiGetFirstKey()
ewt [Tue, 15 Dec 1998 05:48:11 +0000 (05:48 +0000)]
added dbiGetFirstKey()

CVS patchset: 2602
CVS date: 1998/12/15 05:48:11

25 years ago*** empty log message ***
ewt [Tue, 15 Dec 1998 05:46:58 +0000 (05:46 +0000)]
*** empty log message ***

CVS patchset: 2601
CVS date: 1998/12/15 05:46:58

25 years ago1) store basenames only in fileindex
ewt [Tue, 15 Dec 1998 05:45:36 +0000 (05:45 +0000)]
1) store basenames only in fileindex
2) do realpath stuff in rpmdbFindByFile()
3) do smart symlink chasing

CVS patchset: 2600
CVS date: 1998/12/15 05:45:36

25 years agodon't do realpath stuff here; it's done in rpmdbFindByFile() now
ewt [Tue, 15 Dec 1998 05:43:18 +0000 (05:43 +0000)]
don't do realpath stuff here; it's done in rpmdbFindByFile() now

CVS patchset: 2599
CVS date: 1998/12/15 05:43:18

25 years agopermit http:// and file:// url's as well as ftp://.
jbj [Mon, 14 Dec 1998 21:34:11 +0000 (21:34 +0000)]
permit  and file:// url's as well as ftp://.
attempt ftp ABOR on query/verify url's.
cache open ftp control descriptor with password.
verify needed same realpath semantics as query.
plug fd leak in urlGetFile().

CVS patchset: 2598
CVS date: 1998/12/14 21:34:11

25 years agoMove inlines to rpmio.c.
jbj [Thu, 10 Dec 1998 20:56:01 +0000 (20:56 +0000)]
Move inlines to rpmio.c.
rpmio.h needs necessary includes.

CVS patchset: 2594
CVS date: 1998/12/10 20:56:01

25 years agoreleasing 1.2.2
johnsonm [Thu, 10 Dec 1998 18:37:22 +0000 (18:37 +0000)]
releasing 1.2.2

CVS patchset: 2593
CVS date: 1998/12/10 18:37:22

25 years agotranslate cpio errors using cpioStrerror.
jbj [Sat, 5 Dec 1998 23:22:41 +0000 (23:22 +0000)]
translate cpio errors using cpioStrerror.

CVS patchset: 2592
CVS date: 1998/12/05 23:22:41

25 years agoAutomake voodoo.
jbj [Sat, 5 Dec 1998 20:06:00 +0000 (20:06 +0000)]
Automake voodoo.

CVS patchset: 2590
CVS date: 1998/12/05 20:06:00

25 years agodisplay "..?....." rather than "..5....." for unreadable files.
jbj [Sat, 5 Dec 1998 19:38:29 +0000 (19:38 +0000)]
display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.

CVS patchset: 2589
CVS date: 1998/12/05 19:38:29

25 years agoTypos.
jbj [Sat, 5 Dec 1998 19:18:43 +0000 (19:18 +0000)]
Typos.

CVS patchset: 2588
CVS date: 1998/12/05 19:18:43

25 years agodisplay "..?....." rather than "..5....." for unreadable files.
jbj [Sat, 5 Dec 1998 19:16:19 +0000 (19:16 +0000)]
display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.

CVS patchset: 2587
CVS date: 1998/12/05 19:16:19

25 years agocaldera patches (ray@Caldera.DE)
jbj [Thu, 3 Dec 1998 19:36:01 +0000 (19:36 +0000)]
caldera patches (ray@Caldera.DE)

CVS patchset: 2584
CVS date: 1998/12/03 19:36:01

25 years agoadded ARM patches.
jbj [Thu, 3 Dec 1998 19:30:32 +0000 (19:30 +0000)]
added ARM patches.

CVS patchset: 2583
CVS date: 1998/12/03 19:30:32

25 years agohttp/file/ftp URL's for query/verify (but not install) work.
jbj [Thu, 3 Dec 1998 17:35:50 +0000 (17:35 +0000)]
http/file/ftp URL's for query/verify (but not install) work.

CVS patchset: 2580
CVS date: 1998/12/03 17:35:50

25 years ago1) let you pass the db type per-index
ewt [Thu, 3 Dec 1998 14:47:55 +0000 (14:47 +0000)]
1) let you pass the db type per-index
2) during rebuild, just open packages.rpm, not the indexes

CVS patchset: 2579
CVS date: 1998/12/03 14:47:55

25 years agoSanity.
jbj [Wed, 2 Dec 1998 21:10:18 +0000 (21:10 +0000)]
Sanity.

CVS patchset: 2577
CVS date: 1998/12/02 21:10:18

25 years agomade rpmio.o contiain the functions properly
ewt [Wed, 2 Dec 1998 20:50:57 +0000 (20:50 +0000)]
made rpmio.o contiain the functions properly

CVS patchset: 2576
CVS date: 1998/12/02 20:50:57

25 years agoCompile in default macro values sufficient to pass make check.
jbj [Wed, 2 Dec 1998 19:55:36 +0000 (19:55 +0000)]
Compile in default macro values sufficient to pass make check.

CVS patchset: 2575
CVS date: 1998/12/02 19:55:36

25 years agoSet max_macro_depth to 16 always.
jbj [Wed, 2 Dec 1998 18:09:41 +0000 (18:09 +0000)]
Set max_macro_depth to 16 always.

CVS patchset: 2574
CVS date: 1998/12/02 18:09:41

25 years agochange --rcfile to permit colon separated file list.
jbj [Wed, 2 Dec 1998 17:59:32 +0000 (17:59 +0000)]
change --rcfile to permit colon separated file list.
compile in defaults from rpmrc/macros.

CVS patchset: 2573
CVS date: 1998/12/02 17:59:32

25 years agoSanity.
jbj [Wed, 2 Dec 1998 15:17:01 +0000 (15:17 +0000)]
Sanity.

CVS patchset: 2572
CVS date: 1998/12/02 15:17:01

25 years agoMore build popts moved to build.c
jbj [Tue, 1 Dec 1998 23:28:26 +0000 (23:28 +0000)]
More build popts moved to build.c
Fix access of freed memory.

CVS patchset: 2571
CVS date: 1998/12/01 23:28:26

25 years agofixed a few typos, documented POPT_ARGFLAG_DOC_HIDDEN
johnsonm [Tue, 1 Dec 1998 22:28:41 +0000 (22:28 +0000)]
fixed a few typos, documented POPT_ARGFLAG_DOC_HIDDEN

CVS patchset: 2570
CVS date: 1998/12/01 22:28:41

25 years agoPOPT_ARG_VAL appears to work, now that I have a finished test case...
johnsonm [Tue, 1 Dec 1998 19:05:36 +0000 (19:05 +0000)]
POPT_ARG_VAL appears to work, now that I have a finished test case...

CVS patchset: 2569
CVS date: 1998/12/01 19:05:36

25 years agoStart separating build options.
jbj [Tue, 1 Dec 1998 17:18:38 +0000 (17:18 +0000)]
Start separating build options.
I18N for popt tables.

CVS patchset: 2568
CVS date: 1998/12/01 17:18:38

25 years agoSanity.
jbj [Tue, 1 Dec 1998 00:10:18 +0000 (00:10 +0000)]
Sanity.

CVS patchset: 2567
CVS date: 1998/12/01 00:10:18

25 years agoUse AC_CANONICAL_SYSTEM, not AC_CANONICAL_HOST.
jbj [Mon, 30 Nov 1998 22:39:11 +0000 (22:39 +0000)]
Use AC_CANONICAL_SYSTEM, not AC_CANONICAL_HOST.

CVS patchset: 2566
CVS date: 1998/11/30 22:39:11

25 years agoAdd library dependencies.
jbj [Mon, 30 Nov 1998 20:54:35 +0000 (20:54 +0000)]
Add library dependencies.
Remake with latest automake.

CVS patchset: 2565
CVS date: 1998/11/30 20:54:35

25 years agoswitched to rpmfilexists
ewt [Mon, 30 Nov 1998 17:53:01 +0000 (17:53 +0000)]
switched to rpmfilexists

CVS patchset: 2564
CVS date: 1998/11/30 17:53:01

25 years agoswitched exists() to rpmfileexists()
ewt [Mon, 30 Nov 1998 17:48:03 +0000 (17:48 +0000)]
switched exists() to rpmfileexists()

CVS patchset: 2563
CVS date: 1998/11/30 17:48:03

25 years agofix incorrect directory permissions using %attr/%defattr.
jbj [Wed, 25 Nov 1998 20:23:32 +0000 (20:23 +0000)]
fix incorrect directory permissions using %attr/%defattr.

CVS patchset: 2562
CVS date: 1998/11/25 20:23:32

25 years agoSanity.
jbj [Wed, 25 Nov 1998 19:52:12 +0000 (19:52 +0000)]
Sanity.

CVS patchset: 2561
CVS date: 1998/11/25 19:52:12

25 years agoSanity.
jbj [Wed, 25 Nov 1998 19:43:31 +0000 (19:43 +0000)]
Sanity.

CVS patchset: 2560
CVS date: 1998/11/25 19:43:31

25 years agoSanity.
jbj [Wed, 25 Nov 1998 19:31:10 +0000 (19:31 +0000)]
Sanity.

CVS patchset: 2559
CVS date: 1998/11/25 19:31:10

25 years agoUse VFA_t for %verify attribute parsing.
jbj [Wed, 25 Nov 1998 19:09:55 +0000 (19:09 +0000)]
Use VFA_t for %verify attribute parsing.

CVS patchset: 2558
CVS date: 1998/11/25 19:09:55

25 years agoAdd dup for the "other" gzdopen premature close.
jbj [Wed, 25 Nov 1998 00:42:36 +0000 (00:42 +0000)]
Add dup for the "other" gzdopen premature close.

CVS patchset: 2556
CVS date: 1998/11/25 00:42:36

25 years agoClean up on files.c.
jbj [Tue, 24 Nov 1998 19:30:38 +0000 (19:30 +0000)]
Clean up on files.c.

CVS patchset: 2555
CVS date: 1998/11/24 19:30:38

25 years agoSanity.
jbj [Mon, 23 Nov 1998 21:47:55 +0000 (21:47 +0000)]
Sanity.

CVS patchset: 2554
CVS date: 1998/11/23 21:47:55

25 years agoTypo.
jbj [Mon, 23 Nov 1998 19:06:28 +0000 (19:06 +0000)]
Typo.

CVS patchset: 2553
CVS date: 1998/11/23 19:06:28

25 years agoStart abstracting compressed I/O.
jbj [Sun, 22 Nov 1998 19:48:48 +0000 (19:48 +0000)]
Start abstracting compressed I/O.

CVS patchset: 2552
CVS date: 1998/11/22 19:48:48

25 years agoSanity.
jbj [Fri, 20 Nov 1998 20:18:22 +0000 (20:18 +0000)]
Sanity.

CVS patchset: 2551
CVS date: 1998/11/20 20:18:22

25 years agoupdate-po.
jbj [Fri, 20 Nov 1998 00:34:55 +0000 (00:34 +0000)]
update-po.

CVS patchset: 2550
CVS date: 1998/11/20 00:34:55

25 years agoAdd querytags test.
jbj [Fri, 20 Nov 1998 00:31:53 +0000 (00:31 +0000)]
Add querytags test.

CVS patchset: 2548
CVS date: 1998/11/20 00:31:53

25 years agopermit "rpm -q --specfile ... file.spec" queries.
jbj [Fri, 20 Nov 1998 00:29:46 +0000 (00:29 +0000)]
permit "rpm -q --specfile ... file.spec" queries.

CVS patchset: 2547
CVS date: 1998/11/20 00:29:46

25 years agoImproved man page a bit, install by default.
johnsonm [Thu, 19 Nov 1998 20:56:15 +0000 (20:56 +0000)]
Improved man page a bit, install by default.
Added POPT_ARG_VAL

CVS patchset: 2545
CVS date: 1998/11/19 20:56:15

25 years agolclint noise.
jbj [Thu, 19 Nov 1998 19:10:23 +0000 (19:10 +0000)]
lclint noise.

CVS patchset: 2544
CVS date: 1998/11/19 19:10:23

25 years agofinish hiding rpmdb index record data ("matches").
jbj [Thu, 19 Nov 1998 18:10:28 +0000 (18:10 +0000)]
finish hiding rpmdb index record data ("matches").

CVS patchset: 2543
CVS date: 1998/11/19 18:10:28

25 years agoimplement abstract fd type almost everywhere.
jbj [Wed, 18 Nov 1998 21:41:05 +0000 (21:41 +0000)]
implement abstract fd type almost everywhere.

CVS patchset: 2542
CVS date: 1998/11/18 21:41:05

25 years agoSanity.
jbj [Wed, 18 Nov 1998 19:42:07 +0000 (19:42 +0000)]
Sanity.

CVS patchset: 2541
CVS date: 1998/11/18 19:42:07

25 years agoLCLINT pass 0.
jbj [Mon, 16 Nov 1998 21:40:28 +0000 (21:40 +0000)]
LCLINT pass 0.

CVS patchset: 2540
CVS date: 1998/11/16 21:40:28

25 years ago*** empty log message ***
ewt [Mon, 16 Nov 1998 21:01:30 +0000 (21:01 +0000)]
*** empty log message ***

CVS patchset: 2539
CVS date: 1998/11/16 21:01:30

25 years agobug in alias handling (showed up w/ --triggers)
ewt [Mon, 16 Nov 1998 21:00:43 +0000 (21:00 +0000)]
bug in alias handling (showed up w/ --triggers)

CVS patchset: 2538
CVS date: 1998/11/16 21:00:43

25 years agostrncasecmp on spec file separators (KDE has %Description).
jbj [Sun, 15 Nov 1998 17:00:24 +0000 (17:00 +0000)]
strncasecmp on spec file separators (KDE has %Description).

CVS patchset: 2537
CVS date: 1998/11/15 17:00:24

25 years agoremove redundant md5 computation on uninstall.
jbj [Sun, 8 Nov 1998 18:23:16 +0000 (18:23 +0000)]
remove redundant md5 computation on uninstall.

CVS patchset: 2534
CVS date: 1998/11/08 18:23:16

25 years agopermit --rmsource --force even if sources/patches are missing.
jbj [Sun, 8 Nov 1998 00:15:33 +0000 (00:15 +0000)]
permit --rmsource --force even if sources/patches are missing.

CVS patchset: 2532
CVS date: 1998/11/08 00:15:33

25 years agopermit --rmsource --force even if sources/patches are missing.
jbj [Sat, 7 Nov 1998 23:55:43 +0000 (23:55 +0000)]
permit --rmsource --force even if sources/patches are missing.

CVS patchset: 2531
CVS date: 1998/11/07 23:55:43

25 years agodon't compute md5sum on non-file %config objects. (from Jos Vos)
jbj [Sat, 7 Nov 1998 22:48:12 +0000 (22:48 +0000)]
don't compute md5sum on non-file %config objects. (from Jos Vos)

CVS patchset: 2529
CVS date: 1998/11/07 22:48:12