9f0877e Refactor some patches out of redis.spec

Authored and Committed by nathans 6 years ago
    Refactor some patches out of redis.spec
    
    For cases where we have two ways of doing one thing (using
    a patch or sed-based modification of files), rework these
    such that we're only using one method.  Allows several of
    the patches to be dropped.
    
    Described in https://github.com/antirez/redis/issues/1417
    is a method for allowing integration/replication-psync to
    be reliably run - start using it, and drop the patch that
    was disabling that test.
    
    Other small side-effects of this commit:
    - the build warning about "jemalloc not found" is fixed;
    - CFLAGS additions are now consistently handled (for deps
      as well) - using the upstream-provided mechanism for
      compiler flag propogation.
    
        
0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch 0006-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch
file renamed
file was renamed with no change to the file
0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch 0007-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch
file renamed
file was renamed with no change to the file
file modified
+18 -19