[zfs-fuse] Fixed sysconfig perms.

Jon Ciesla limb at fedoraproject.org
Tue Feb 28 16:01:05 UTC 2012


commit 7f701b5dcb680c358488bb60a6d16249f9721b6c
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Feb 28 10:00:32 2012 -0600

    Fixed sysconfig perms.

 zfs-fuse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/zfs-fuse.spec b/zfs-fuse.spec
index 6b86715..e4f2df1 100644
--- a/zfs-fuse.spec
+++ b/zfs-fuse.spec
@@ -1,6 +1,6 @@
 Name:             zfs-fuse
 Version:          0.7.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          ZFS ported to Linux FUSE
 Group:            System Environment/Base
 License:          CDDL
@@ -78,7 +78,7 @@ pushd src
 scons debug=1 install install_dir=%{buildroot}%{_bindir} man_dir=%{buildroot}%{_mandir}/man8/ cfg_dir=%{buildroot}/%{_sysconfdir}/%{name}
 %{__install} -Dp -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
 %{__install} -Dp -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.weekly/98-%{name}-scrub
-%{__install} -Dp -m 0755 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
+%{__install} -Dp -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -144,6 +144,9 @@ fi
 %{_mandir}/man8/zstreamdump.8.gz
 
 %changelog
+* Tue Feb 28 2012 Jon Ciesla <limburgher at gmail.com> - 0.7.0-2
+- Fixed sysconfig permissions, BZ 757488.
+
 * Mon Feb 27 2012 Jon Ciesla <limburgher at gmail.com> - 0.7.0-1
 - New upstream, fix FTBFS BZ 716087.
 - Patch out bad umem declaration.


More information about the scm-commits mailing list