Skip to content

Commit

Permalink
rpm/siegfried: stop using %defattr directive
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sevein committed Apr 29, 2018
1 parent 9c41a8b commit 1129e30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rpm/siegfried/package.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ rm -rf $RPM_BUILD_ROOT
%files
/usr/bin/roy
/usr/bin/sf

# Needed so sf can update the signature file.
# Ideally, should the signature be saved somewhere else?
%defattr(0644, 1000, 1000, 0755)
/usr/share/siegfried

0 comments on commit 1129e30

Please sign in to comment.