From e48244475e81bb7ea24fe323970315d2b287c01a Mon Sep 17 00:00:00 2001 From: Jerzy Drozdz Date: Mon, 27 Aug 2018 00:05:19 +0200 Subject: [PATCH] Fixed typo in zmogrify --- src/zmogrify | 2 +- zfs-rootfs.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/zmogrify b/src/zmogrify index e4e8b9f..985c8b9 100755 --- a/src/zmogrify +++ b/src/zmogrify @@ -14,7 +14,7 @@ fi if ! dkms status --kernelver ${kver} | grep -q zfs 2>/dev/null; then zfsver=$(ls -d /usr/src/zfs*| xargs -I{} basename {}|sort -V|tail -n1|cut -d'-' -f2) - dkms install -m spl/$zfsver --kernelver ${kver} + dkms install -m zfs/$zfsver --kernelver ${kver} fi diff --git a/zfs-rootfs.spec b/zfs-rootfs.spec index cc3578a..4feae5d 100644 --- a/zfs-rootfs.spec +++ b/zfs-rootfs.spec @@ -1,5 +1,5 @@ Name: zfs-rootfs -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?dist} Summary: Utils and configs for Linux on ZFS @@ -40,6 +40,9 @@ done %{_unitdir}/*/*.conf %changelog +* Sun Aug 26 2018 Jerzy Drozdz - 1.3.4-1 +- Fixed typo in zmogrify + * Sun Aug 26 2018 Jerzy Drozdz - 1.3.3-1 - Fixed building zfs modules in zmogrify