From 4544b8a1597bd9445daf24df398b5ad18fac500d Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Jan 27 2016 07:59:26 +0000 Subject: Replace %define with %global. --- diff --git a/cryptsetup.spec b/cryptsetup.spec index 0429f10..5ed8812 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -16,7 +16,7 @@ Obsoletes: cryptsetup-luks < 1.4.0 Requires: cryptsetup-libs = %{version}-%{release} Requires: libpwquality >= 1.2.0 -%define upstream_version %{version} +%global upstream_version %{version} Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-%{upstream_version}.tar.xz %description @@ -171,7 +171,6 @@ popd * Tue Nov 10 2015 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - * Tue Nov 03 2015 Milan Broz - 1.7.0-1 - Update to cryptsetup 1.7.0. - Switch to sha256 as default hash.