Commits on Jun 13, 2019

  1. Extend the job to the install buddy for erase and lock jobs

    This is needed so that a cleandeps erase of a pattern propagates
    to the packages, as pattern packages are automagically marked
    as userinstalled.
    mlschroe committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    875df84 View commit details
    Browse the repository at this point in the history
  2. Add changes

    mlschroe committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    c49434d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    e33bb18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a990013 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    1f0d893 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Merge pull request #323 from wolfv/osx_rpath_cmake

    OS X rpath handling
    mlschroe committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    02829d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5306c55 View commit details
    Browse the repository at this point in the history
  3. Always do nevr check for src rpms, even if there are provides

    Newer rpm versions add a "rpmlib(DynamicBuildRequires)" provides
    to source rpms in some cases. Sigh.
    mlschroe committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    69439fe View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    6935152 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Fix lto-bytecode errors:

    [  250s] libsolv-devel.x86_64: E: lto-bytecode (Badness: 10000) /usr/lib64/libsolv.a
    [  250s] libsolv-devel.x86_64: E: lto-bytecode (Badness: 10000) /usr/lib64/libsolvext.a
    
    - Add -ffat-lto-objects to $optflags as the package provides
      static libraries
    - Remove NO_BRP_STRIP_DEBUG=true as brp-15-strip-debug will
      not strip debug info for archives
    marxin committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    de80f7a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Merge pull request #336 from marxin/fix-static-library-lto-bytecode

    Fix lto-bytecode errors:
    mlschroe committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    d9cc7be View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. pool_match_dep: support interval REL_WITH deps

    See https://bugzilla.redhat.com/show_bug.cgi?id=1534123
    I have a feeling that I'm going to regret this...
    mlschroe committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    85f8209 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    37d2028 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Expose pool_whatcontainsdep() in the bindings

    Document both pool_whatcontainsdep() and pool_whatmatchesdep()
    
    closes #335
    dralley authored and ignatenkobrain committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    ebcdbed View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. typo

    termim authored and ignatenkobrain committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d236429 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Special updaters handling: put identical to installed also on the list

    We need to do this so that repo priority pruning does the right thing.
    Fixes issue #343
    mlschroe committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    927d725 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Add a TODO entry

    mlschroe committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    45b474e View commit details
    Browse the repository at this point in the history
  2. Improve fix for issue #343

    The old commit just checked if the package was identical to the
    one we're updating. But we need to check against all the installed
    packages.
    mlschroe committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    9bb2290 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. repodata_schema2id: fix heap-buffer-overflow in memcmp

    When the length of last schema in data->schemadata is
    less than length of input schema, we got a read overflow
    in asan test.
    
    Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
    haoren3696 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    fdb9c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Make code compatible with swig 4.0, remove obj0 instances

    The deprecated "-aliasobj0" option was removed in swig 4.0, and
    obj0, which was only meant as a porting helper, is no longer available:
    swig/swig@cd8fc0a025fb
    Use the correct "$self" notation, which is expanded to the correct
    code regardless of swig version and options.
    StefanBruens authored and ignatenkobrain committed Aug 13, 2019
    3 Configuration menu
    Copy the full SHA
    5410dd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge pull request #344 from haoren3696/master

    repodata_schema2id: fix heap-buffer-overflow in memcmp
    mlschroe committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    96584a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ce4bc View commit details
    Browse the repository at this point in the history