From 1129e30de59536a6a4114bbb602ad85871094ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Sun, 29 Apr 2018 11:39:39 -0700 Subject: [PATCH] rpm/siegfried: stop using %defattr directive 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. --- rpm/siegfried/package.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpm/siegfried/package.spec b/rpm/siegfried/package.spec index ae42534e..1e7e77f3 100644 --- a/rpm/siegfried/package.spec +++ b/rpm/siegfried/package.spec @@ -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