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

Exclude /usr/bin in rpm #58

Merged
merged 1 commit into from
Feb 10, 2019
Merged

Exclude /usr/bin in rpm #58

merged 1 commit into from
Feb 10, 2019

Conversation

yakirgb
Copy link
Contributor

@yakirgb yakirgb commented Jan 17, 2019

Resolve part of #54, exclude /usr/bin in rpm
On CentOS 7 the installation of rpm failed with conflict error on /usr/bin

[root@abc001 ~]# rpm -ivh jmxterm-1.0.0-1.noarch.rpm
Preparing...                          ################################# [100%]
	file /usr/bin from install of jmxterm-1.0.0-1.noarch conflicts with file from package filesystem-3.2-21.el7.x86_64

Before fix:

[root@abc001 ~]# rpm -ql jmxterm
/usr/bin
/usr/bin/jmxterm
/usr/share/doc/jmxterm
/usr/share/jmxterm
/usr/share/jmxterm/jmxterm-uber.jar

After fix:

[root@abc001 ~]# rpm -ql jmxterm
/usr/bin/jmxterm
/usr/share/doc/jmxterm
/usr/share/jmxterm
/usr/share/jmxterm/jmxterm-uber.jar

Exclude /usr/bin in rpm
[root@abco01 ~]# rpm -ivh jmxterm-1.0.0-1.noarch.rpm
Preparing...                          ################################# [100%]
	file /usr/bin from install of jmxterm-1.0.0-1.noarch conflicts with file from package filesystem-3.2-21.el7.x86_64
@yakirgb yakirgb changed the title Exclude /usr/bin Exclude /usr/bin in rpm Jan 17, 2019
@yakirgb
Copy link
Contributor Author

yakirgb commented Jan 21, 2019

@jiaqi please take a look

@jiaqi jiaqi merged commit 2e1f4f8 into jiaqi:master Feb 10, 2019
@jiaqi
Copy link
Owner

jiaqi commented Feb 10, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants