mirror of
https://github.com/containers/podman.git
synced 2025-10-16 10:43:52 +08:00
remove hack/libdm_tag.sh
This script is no longer used as the device mapper storage driver was removed over a year ago. Commit 60692ca already removed the build tag reference but not this script which set a buildtag for it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -264,7 +264,7 @@ export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl"
|
||||
%endif
|
||||
|
||||
# build %%{name}
|
||||
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh) $(hack/libdm_tag.sh)"
|
||||
export BUILDTAGS="$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)"
|
||||
%gobuild -o bin/%{name} ./cmd/%{name}
|
||||
|
||||
# build %%{name}-remote
|
||||
|
Reference in New Issue
Block a user