Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-10-13 11:21:11 -07:00
parent 869be73861
commit cd07696a58

View File

@ -1,7 +1,7 @@
%global majorminor 1.0 %global majorminor 1.0
# Turn off extras package on RHEL. # Turn off extras package on RHEL.
%if ! 0%{?rhel} %if 0%{?fedora} || 0%{?rhel} > 7
%bcond_without extras %bcond_without extras
%else %else
%bcond_with extras %bcond_with extras
@ -13,7 +13,7 @@
Name: gstreamer1-plugins-good Name: gstreamer1-plugins-good
Version: 1.12.3 Version: 1.12.3
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist} Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer plugins with good code and licensing Summary: GStreamer plugins with good code and licensing
License: LGPLv2+ License: LGPLv2+
@ -269,6 +269,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-2
- Cleanup spec file conditionals
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1 * Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
- Update to 1.12.3 - Update to 1.12.3