Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/release/rpm/azure-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Turn off python byte compilation
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')

# Enforces SHA-256 in file digests
%global _binary_filedigest_algorithm 8
%global _source_filedigest_algorithm 8

# .el7.centos -> .el7
%if 0%{?rhel}
%define dist .el%{?rhel}
Expand Down