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

Fixing raas/mbw#5 #8

Merged
merged 1 commit into from
Feb 8, 2018
Merged

Fixing raas/mbw#5 #8

merged 1 commit into from
Feb 8, 2018

Conversation

lnxbil
Copy link

@lnxbil lnxbil commented Feb 8, 2018

file ownership should be set exclusively in %files so that the package
can be built without root privileges.

file ownership should be set exclusively in %files so that the package
can be built without root privileges.
%doc
%{_mandir}/man1/mbw.1.gz
%attr(644,-,-) %{_mandir}/man1/mbw.1.gz
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're referring to mbw.1.gz, will the install command above (which refers to mbw.1) zip it? I suppose so, due to the code that's been here before but I hope that it really does work :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added the %attr stuff, so I don't know about changes in the compression. It complies to a working rpm file, which is installable and the manpage opens if I install the package, so I suppose it does work.

@raas raas merged commit 972b34b into raas:master Feb 8, 2018
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