-
Notifications
You must be signed in to change notification settings - Fork 6
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
rpm/siegfried: stop using %defattr directive #168
Conversation
This fixes #151 - we were not using the `%defattr` directive properly. This commits removes it. It seams reasonable to expect that the user wanting to update the signature file needs root privileges.
👍 Current siegfried version is |
Do I have to make that change against the new qa/1.x? Also I'm realizing this PR should now target stable/1.7.x, am I right? Thanks. |
The stable/1.7.x and qa/1.x branches were created after the archivematica 1.7 release, they didn't exist when this PR was created!
|
Are you suggesting that we do both? |
No, I don't know the scope of this change, and was only enumerating the options. |
@sevein 🏓 . Should this be part of 1.7.x? |
Done, now it targets stable/1.7.x. I'm going to merge. |
This fixes #151 - we were not using the
%defattr
directive properly. Thiscommits removes it. It seams reasonable to expect that the user wanting to
update the signature file needs root privileges.