FFFF Comparing rpm-software-management:master...Saur2000:master · rpm-software-management/rpm · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rpm-software-management/rpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Saur2000/rpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on May 16, 2017

  1. Do not call rpmfcPrint() with an uninitialized buffer in rpmdeps

    The filling of the buffer, buf, that was passed to rpmfcPrint() was
    removed in d16bdb1 (in 2007). Since then, an uninitialized buffer was
    used if the files to calculate the dependencies for were passed as
    arguments on the command line.
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@gmail.com>
    Peter Kjellerstedt committed May 16, 2017
    Configuration menu
    Copy the full SHA
    6a78140 View commit details
    Browse the repository at this point in the history
  2. Send the output from rpmfcPrint() to stdout in rpmdeps

    When using `rpmdeps --rpmfcdebug`, it makes more sense to send the
    output from rpmfcPrint() to stdout so as not to mix it with any
    warning/error messages sent to stderr.
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@gmail.com>
    Peter Kjellerstedt committed May 16, 2017
    Configuration menu
    Copy the full SHA
    aae25a3 View commit details
    Browse the repository at this point in the history
  3. Use conditional to access %{_docdir} in macros.in

    This avoids the following warning:
    
    warning: Ignoring invalid regex %{_docdir}
    
    when runing `rpmdeps -R <file>`, since %{_docdir} is only defined when
    parsing a spec file (in parseSpec()).
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@gmail.com>
    Peter Kjellerstedt committed May 16, 2017
    Configuration menu
    Copy the full SHA
    d5f5935 View commit details
    Browse the repository at this point in the history
Loading
0