aboutsummaryrefslogtreecommitdiff
path: root/myautomount.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-04 16:43:25 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-04 16:43:25 -0400
commitbec3fe5e41aba343b4397fd897d6cb9b6c0a0463 (patch)
tree847549bdd43109a8256251719ca0408cd271b815 /myautomount.spec
parentv0.0.2 improve autofs flags to handle ext4 mounts (diff)
downloadmyautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.tar.gz
myautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.tar.bz2
myautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.zip
v0.0.3 add fs_type to automount path
Diffstat (limited to 'myautomount.spec')
-rw-r--r--myautomount.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/myautomount.spec b/myautomount.spec
index c324677..8f91f25 100644
--- a/myautomount.spec
+++ b/myautomount.spec
@@ -20,7 +20,7 @@
%global git_commit 0d5f8b7657527eab8380f5aa81ecd072714cf13c
%{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})}
%else
-%global git_commit 0.0.2
+%global git_commit 0.0.3
%endif
%global releasenum 1
@@ -46,7 +46,7 @@ Source: https://gitlab.com/bgstack15/%{name}/-/archive/%{git_commit}/%{name}
License: CC BY-SA 4.0 and BSD-2-Clause
Group: Applications/System
URL: https://bgstack15.wordpress.com/
-Packager: B Stack <bgstack15@gmail.com>
+Packager: B. Stack <bgstack15@gmail.com>
Requires: autofs
Requires: sudo
Requires: python3-inotify
@@ -103,6 +103,9 @@ update-desktop-database 1>/dev/null 2>&1 || :
%endif
%changelog
+* Wed Oct 04 2023 B. Stack <bgstack15@gmail.com> - 0.0.3-1
+- New version
+
* Mon Oct 25 2021 B. Stack <bgstack15@gmail.com> - 0.0.2-1
- New version
bgstack15