fixbuildproblem
This commit is contained in:
parent
5370845163
commit
9992c3453c
@ -1,15 +1,15 @@
|
|||||||
%define libdir /lib64
|
%define libdir /lib64
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.8
|
Version: 4.4.8
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||||
License: LGPLv2+ and BSD and Public Domain
|
License: LGPLv2+ and BSD and Public Domain
|
||||||
URL: https://github.com/besser82/%{name}
|
URL: https://github.com/besser82/%{name}
|
||||||
Source0: https://github.com/besser82/libxcrypt/archive/%{name}-%{version}.tar.gz
|
Source0: https://github.com/besser82/libxcrypt/archive/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: autoconf libtool fipscheck
|
BuildRequires: autoconf libtool fipscheck
|
||||||
Obsoletes: %{name}-common %{name}-common%{?_isa}
|
Obsoletes: %{name}-common < %{version}-%{release}
|
||||||
Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release}
|
Provides: %{name}-common%{?_isa} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release}
|
||||||
Provides: %{name}-common
|
Provides: %{name}-common = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxcrypt is a modern library for one-way hashing of passwords.
|
libxcrypt is a modern library for one-way hashing of passwords.
|
||||||
@ -32,7 +32,7 @@ servers that must field thousands of login attempts per minute.
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: glibc-devel glibc-static
|
Requires: glibc-devel glibc-static
|
||||||
Obsoletes: %{name}-static %{name}-static%{?_isa} %{name}-devel%{?_isa} < %{version}-%{release}
|
Obsoletes: %{name}-static < %{version}-%{release}
|
||||||
Provides: %{name}-static %{name}-static%{?_isa} %{name}-devel%{?_isa} = %{version}-%{release}
|
Provides: %{name}-static %{name}-static%{?_isa} %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -96,6 +96,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.4.8-3
|
||||||
|
- fix build problem
|
||||||
|
|
||||||
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 4.4.8-2
|
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 4.4.8-2
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user