Update spec file conditionals
This commit is contained in:
parent
94c6c6d0e3
commit
e214c1f8db
@ -1,4 +1,4 @@
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global with_python3 1
|
||||
%else
|
||||
%global with_python3 0
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: libtdb
|
||||
Version: 1.3.15
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The tdb library
|
||||
License: LGPLv3+
|
||||
URL: http://tdb.samba.org/
|
||||
@ -134,6 +134,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2017 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.3.15-2
|
||||
- Update spec file conditionals
|
||||
|
||||
* Sat Aug 26 2017 Lukas Slebodnik <lslebodn@redhat.com> - 1.3.15-1
|
||||
- New upstream release 1.3.15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user