Bump SO-name for Fedora >= 30 and enable compat package (#1666033)
This commit is contained in:
parent
e3a154a8ba
commit
a1645433e3
@ -1,9 +1,9 @@
|
|||||||
# Build with new api?
|
# Build with new api?
|
||||||
#if 0%%{?fedora} >= 30 || 0%%{?rhel} >= 9
|
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9
|
||||||
#bcond_without new_api
|
%bcond_without new_api
|
||||||
#else
|
%else
|
||||||
%bcond_with new_api
|
%bcond_with new_api
|
||||||
#endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
# Run memcheck?
|
# Run memcheck?
|
||||||
@ -89,7 +89,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||||
|
|
||||||
# For explicit license breakdown, see the
|
# For explicit license breakdown, see the
|
||||||
@ -329,6 +329,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.2-4
|
||||||
|
- Bump SO-name for Fedora >= 30 and enable compat package (#1666033)
|
||||||
|
|
||||||
* Sun Dec 23 2018 Björn Esser <besser82@fedoraproject.org> - 4.4.2-3
|
* Sun Dec 23 2018 Björn Esser <besser82@fedoraproject.org> - 4.4.2-3
|
||||||
- Remove architecture bits from Recommends
|
- Remove architecture bits from Recommends
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user