Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora 28: Add BuildRequires: libtirpc-devel #7495

Merged
merged 1 commit into from
May 3, 2018

Conversation

tonyhutter
Copy link
Contributor

Description

Add BuildRequires: libtirpc-devel to fix mock builds on Fedora 28.

Motivation and Context

Closes: #7494

How Has This Been Tested?

Verified that mock build worked after the change.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commit messages are properly formatted and contain Signed-off-by.
  • Change has been approved by a ZFS on Linux member.

Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes: openzfs#7494
@tonyhutter tonyhutter added the Type: Building Indicates an issue related to building binaries label May 3, 2018
@codecov
Copy link

codecov bot commented May 3, 2018

Codecov Report

Merging #7495 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7495      +/-   ##
==========================================
+ Coverage   77.13%   77.21%   +0.07%     
==========================================
  Files         336      336              
  Lines      107156   107156              
==========================================
+ Hits        82653    82737      +84     
+ Misses      24503    24419      -84
Flag Coverage Δ
#kernel 77.45% <ø> (-0.17%) ⬇️
#user 66.4% <ø> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be9a5c3...953d4fe. Read the comment docs.

@behlendorf behlendorf merged commit 1a62a30 into openzfs:master May 3, 2018
tonyhutter added a commit to tonyhutter/zfs that referenced this pull request May 3, 2018
Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#7494
Closes openzfs#7495
tonyhutter added a commit to tonyhutter/zfs that referenced this pull request May 3, 2018
Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#7494
Closes openzfs#7495

Requires-spl: openzfs#701
tonyhutter added a commit to tonyhutter/zfs that referenced this pull request May 3, 2018
Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#7494
Closes openzfs#7495
tonyhutter added a commit to tonyhutter/zfs that referenced this pull request May 4, 2018
Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#7494
Closes openzfs#7495
tonyhutter added a commit that referenced this pull request May 10, 2018
Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #7494
Closes #7495
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Building Indicates an issue related to building binaries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fedora 28: Need BuildRequires: libtirpc-devel
2 participants