Fix rpm conditional
This commit is contained in:
parent
542c2d04a1
commit
4229894859
@ -1,10 +1,10 @@
|
||||
%if %{?fedora} > 19 || 0%{?rhel} > 6
|
||||
%if 0%{?fedora} > 19 || 0%{?rhel} > 6
|
||||
%global headless -headless
|
||||
%endif
|
||||
|
||||
Name: xml-commons-resolver
|
||||
Version: 1.2
|
||||
Release: 20%{?dist}
|
||||
Release: 21%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Resolver subproject of xml-commons
|
||||
License: ASL 2.0
|
||||
@ -89,6 +89,9 @@ install -p -m 644 %{SOURCE5} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%doc LICENSE.resolver.txt NOTICE-resolver.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.2-21
|
||||
- Fix rpm conditional
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.2-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user