Cleanup spec file conditionals
This commit is contained in:
parent
83b58b6f6c
commit
1152b0f435
@ -1,4 +1,4 @@
|
||||
%if 0%{?rhel} == 0
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global use_python3 1
|
||||
%else
|
||||
%global use_python3 0
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.22.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -150,6 +150,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.22.0-2
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
* Sun Sep 10 2017 Kalev Lember <klember@redhat.com> - 1.22.0-1
|
||||
- Update to 1.22.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user