Reinstate demo package on x86
This commit is contained in:
parent
fbc7fb3c17
commit
475808beae
@ -351,7 +351,7 @@
|
|||||||
%global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u})
|
%global updatever %(VERSION=%{whole_update}; echo ${VERSION##*u})
|
||||||
# eg jdk8u60-b27 -> b27
|
# eg jdk8u60-b27 -> b27
|
||||||
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
|
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
|
||||||
%global rpmrelease 2
|
%global rpmrelease 3
|
||||||
# Define milestone (EA for pre-releases, GA ("fcs") for releases)
|
# Define milestone (EA for pre-releases, GA ("fcs") for releases)
|
||||||
# Release will be (where N is usually a number starting at 1):
|
# Release will be (where N is usually a number starting at 1):
|
||||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||||
@ -2837,7 +2837,9 @@ cjc.mainProgram(args)
|
|||||||
%files devel
|
%files devel
|
||||||
%{files_devel %{nil}}
|
%{files_devel %{nil}}
|
||||||
|
|
||||||
%ifnarch %{ix86}
|
%ifarch %{ix86}
|
||||||
|
%files demo
|
||||||
|
%else
|
||||||
%files demo -f %{name}-demo.files
|
%files demo -f %{name}-demo.files
|
||||||
%endif
|
%endif
|
||||||
%{files_demo %{nil}}
|
%{files_demo %{nil}}
|
||||||
@ -2911,6 +2913,9 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 19 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.342.b06-0.3.ea
|
||||||
|
- Reinstate demo package on x86
|
||||||
|
|
||||||
* Mon Jul 18 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.342.b06-0.2.ea
|
* Mon Jul 18 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.342.b06-0.2.ea
|
||||||
- Temporarily disable noarch status of javadoc and javadoc-zip so x86 can differ
|
- Temporarily disable noarch status of javadoc and javadoc-zip so x86 can differ
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user