Skip to content

Commit

Permalink
Fixed typo in zmogrify
Browse files Browse the repository at this point in the history
  • Loading branch information
t0fik committed Aug 26, 2018
1 parent 2e37adc commit e482444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zmogrify
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
5 changes: 4 additions & 1 deletion zfs-rootfs.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -40,6 +40,9 @@ done
%{_unitdir}/*/*.conf

%changelog
* Sun Aug 26 2018 Jerzy Drozdz <[email protected]> - 1.3.4-1
- Fixed typo in zmogrify

* Sun Aug 26 2018 Jerzy Drozdz <[email protected]> - 1.3.3-1
- Fixed building zfs modules in zmogrify

Expand Down

0 comments on commit e482444

Please sign in to comment.