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
|
%global with_python3 1
|
||||||
%else
|
%else
|
||||||
%global with_python3 0
|
%global with_python3 0
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: libtdb
|
Name: libtdb
|
||||||
Version: 1.3.15
|
Version: 1.3.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The tdb library
|
Summary: The tdb library
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: http://tdb.samba.org/
|
URL: http://tdb.samba.org/
|
||||||
@ -134,6 +134,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 26 2017 Lukas Slebodnik <lslebodn@redhat.com> - 1.3.15-1
|
||||||
- New upstream release 1.3.15
|
- New upstream release 1.3.15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user