Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Neil Hanlon
Efs Utils
Commits
43f98488
Commit
43f98488
authored
Mar 10, 2020
by
Yuan Gao
Browse files
Remove which from DEB package dependency
parent
6242b0ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
config.ini
View file @
43f98488
...
...
@@ -8,4 +8,4 @@
[global]
version
=
1.24
release
=
1
release
=
2
dist/amazon-efs-utils.control
View file @
43f98488
...
...
@@ -2,7 +2,7 @@ Package: amazon-efs-utils
Architecture: all
Version: 1.24
Section: utils
Depends: python|python2, nfs-common, stunnel4 (>= 4.56), openssl (>= 1.0.2), util-linux
, which
Depends: python|python2, nfs-common, stunnel4 (>= 4.56), openssl (>= 1.0.2), util-linux
Priority: optional
Copyright: MIT License
Maintainer: Amazon.com, Inc. <efs-utils@amazon.com>
...
...
dist/amazon-efs-utils.spec
View file @
43f98488
...
...
@@ -21,7 +21,7 @@
Name : amazon-efs-utils
Version : 1.24
Release :
1
%{?dist}
Release :
2
%{?dist}
Summary : This package provides utilities for simplifying the use of EFS file systems
Group : Amazon/Tools
...
...
@@ -120,6 +120,9 @@ fi
%clean
%changelog
* Tue Mar 10 2020 Yuan Gao <ygaochn@amazon.com> - 1.24-2
- List which as dependency
* Tue Mar 10 2020 Yuan Gao <ygaochn@amazon.com> - 1.24-1
- Enable efs-utils to source region from config file for sigv4 auth
- Fix the issue that stunnel bin exec cannot be found in certain linux distributions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment