From 53708451630dcc7d063943f059996aedf39400d4 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:41:06 +0800 Subject: [PATCH] update code --- libxcrypt.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index f1dcd3f..9f36799 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,14 +1,15 @@ %define libdir /lib64 Name: libxcrypt Version: 4.4.8 -Release: 1 +Release: 2 Summary: Extended crypt library for DES, MD5, Blowfish and others License: LGPLv2+ and BSD and Public Domain URL: https://github.com/besser82/%{name} Source0: https://github.com/besser82/libxcrypt/archive/%{name}-%{version}.tar.gz BuildRequires: autoconf libtool fipscheck Obsoletes: %{name}-common %{name}-common%{?_isa} -Provides: %{name}-common%{?_isa} <= %{version}-%{release} %{name}%{?_isa} <= %{version}-%{release} +Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release} +Provides: %{name}-common %description libxcrypt is a modern library for one-way hashing of passwords. @@ -95,5 +96,11 @@ make check %changelog +* Mon Oct 28 2019 shenyangyang - 4.4.8-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add provides of libxcrypt-common + * Thu Sep 4 2019 openEuler Buildteam - 4.4.8-1 - Package init