[go: nahoru, domu]

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

ceph.spec.in: move specific BuildRequires to where they belong #4880

Closed
wants to merge 1 commit into from

Conversation

smithfarm
Copy link
Contributor

Move distro-specific BuildRequires out of "common" section and
into the appropriate %if statement in the "specific" section.
Also remove a duplicated "Requires: gdisk".

Signed-off-by: Nathan Cutler ncutler@suse.com

@ghost
Copy link
ghost commented Jun 6, 2015
BuildRequires:  libbz2-devel

is already in the suse section so line 60 is indeed a duplicate.

BuildRequires:  bzip2-devel

is moved to the non suse section and the zip2 devel lib dedicated if/else/endif can be removed.

Requires:   gdisk
BuildRequires:  nss-devel
BuildRequires:  keyutils-libs-devel
BuildRequires:  libatomic_ops-devel
Requires:   gdisk

gdisk is indeed a duplicate that can be removed.

Reviewed-by: Loic Dachary <ldachary@redhat.com>

@ghost
Copy link
ghost commented Jun 6, 2015

@smithfarm the Reviewed-by: will be added to the merge commit (it does not hurt to have it in the commit message but that's not a requirement). When I add a Reviewed-by: line to the comment, it means that Ken, who is assigned the pull request, may copy/paste it into the merge commit message to ack that I reviewed it. It's essentially the same as 👍 or LGTM, only it makes it easier for the person who merge and reduces the chances of a typo.

@ghost
Copy link
ghost commented Jun 6, 2015

interesting (but completely unrelated make check failure)

@smithfarm
Copy link
Contributor Author

@dachary: thanks for the Reviewed-by clarification - I won't do that anymore :-)

@ktdreyer
Copy link
Member
ktdreyer commented Jun 8, 2015

I find Reviewed-by: comments helpful so I don't have to guess the exact email address the person wants me to use when I paste it in :)

ktdreyer added a commit that referenced this pull request Jun 8, 2015
ceph.spec.in: move specific BuildRequires to where they belong

Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
@smithfarm
Copy link
Contributor Author

@ktdreyer: @dachary was responding to the cluenessness I demonstrated by putting his Reviewed-by into the PR commit itself.

@ktdreyer
Copy link
Member
ktdreyer commented Jun 8, 2015

That's fine too! :)

Move distro-specific BuildRequires out of "common" section and
into the appropriate %if statement in the "specific" section.
Also remove a duplicated "Requires: gdisk".

Signed-off-by: Nathan Cutler <ncutler@suse.com>
@smithfarm smithfarm force-pushed the wip-master-specfile-cleanup2 branch from e1cb7e5 to 9bd678c Compare June 8, 2015 18:04
@smithfarm
Copy link
Contributor Author

@ktdreyer rebased to current master

@ktdreyer
Copy link
Member
ktdreyer commented Jun 8, 2015

I'd already pushed the older commit to the gitbuilders in order to verify it; hope you don't mind. Merged as 142a6ce

@ktdreyer ktdreyer closed this Jun 8, 2015
@smithfarm
Copy link
Contributor Author

No problem.

@smithfarm smithfarm deleted the wip-master-specfile-cleanup2 branch June 9, 2015 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants