[zfs-fuse] Fir unit file typo.

Jon Ciesla limb at fedoraproject.org
Fri May 24 13:17:18 UTC 2013


commit d5aff9d9d96657ae68c977e81e523d2f5dd87e0a
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri May 24 08:12:57 2013 -0500

    Fir unit file typo.

 zfs-fuse.service |    2 +-
 zfs-fuse.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/zfs-fuse.service b/zfs-fuse.service
index d08c680..296e1a0 100644
--- a/zfs-fuse.service
+++ b/zfs-fuse.service
@@ -6,7 +6,7 @@ After=syslog.target
 Type=forking
 PrivateTmp=False
 ExecStart=/usr/bin/zfs-fuse-helper start
-ExecStop==/usr/bin/zfs-fuse-helper stop
+ExecStop=/usr/bin/zfs-fuse-helper stop
 
 [Install]
 WantedBy=multi-user.target
diff --git a/zfs-fuse.spec b/zfs-fuse.spec
index e19ee1a..8c51832 100644
--- a/zfs-fuse.spec
+++ b/zfs-fuse.spec
@@ -1,7 +1,7 @@
 %define _hardened_build 1
 Name:             zfs-fuse
 Version:          0.7.0
-Release:          10%{?dist}
+Release:          11%{?dist}
 Summary:          ZFS ported to Linux FUSE
 Group:            System Environment/Base
 License:          CDDL
@@ -138,6 +138,9 @@ fi
 %{_mandir}/man8/zstreamdump.8.gz
 
 %changelog
+* Fri May 24 2013 Jon Ciesla <limburgher at gmail.com> - 0.7.0-11
+- Fix unit file typo, BZ 966850.
+
 * Fri Feb 15 2013 Jon Ciesla <limburgher at gmail.com> - 0.7.0-10
 - Patch to add stack-protector and FORTIFY_SOURCE, BZ 911150.
 


More information about the scm-commits mailing list