diff options
author | B. Stack <bgstack15@gmail.com> | 2021-10-25 15:36:11 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-10-27 08:39:35 -0400 |
commit | 67296c2db2ea0def6925304ef5fe23320da9bd21 (patch) | |
tree | bcd5877607140160098ecaf97617773f9e9ddb17 /myautomount.spec | |
parent | fix for devuan (diff) | |
download | myautomount-67296c2db2ea0def6925304ef5fe23320da9bd21.tar.gz myautomount-67296c2db2ea0def6925304ef5fe23320da9bd21.tar.bz2 myautomount-67296c2db2ea0def6925304ef5fe23320da9bd21.zip |
v0.0.2 improve autofs flags to handle ext4 mounts
Diffstat (limited to 'myautomount.spec')
-rw-r--r-- | myautomount.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/myautomount.spec b/myautomount.spec index af4edd4..c324677 100644 --- a/myautomount.spec +++ b/myautomount.spec @@ -14,13 +14,13 @@ # Dependencies: %global use_local 1 -%global use_commit 1 +%global use_commit 0 %define date %(date +%%Y%%m%%d) %if 0%{?use_commit} %global git_commit 0d5f8b7657527eab8380f5aa81ecd072714cf13c %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %else -%global git_commit 0.0.1 +%global git_commit 0.0.2 %endif %global releasenum 1 @@ -103,5 +103,8 @@ update-desktop-database 1>/dev/null 2>&1 || : %endif %changelog +* Mon Oct 25 2021 B. Stack <bgstack15@gmail.com> - 0.0.2-1 +- New version + * Tue Sep 29 2020 B Stack <bgstack15@gmail.com> - 0.0.1-1 - Initial package build |