forked from pool/javapackages-tools
- Update to version 5.2.0+git20180620.70fa2258:
OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=46
This commit is contained in:
parent
6eb3784f6b
commit
5f4189fd6f
@ -6,7 +6,7 @@ Tue Jul 24 14:09:47 UTC 2018 - tchvatal@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 13:45:21 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Update to version 5.0.0+git20180620.70fa2258:
|
||||
- Update to version 5.2.0+git20180620.70fa2258:
|
||||
* Rename the async kwarg in call_script to wait (reverses the logic)
|
||||
* Actually bump version to 5.3.0 snapshot
|
||||
* Bump version in VERSION file
|
||||
|
@ -49,7 +49,6 @@ BuildRequires: xz
|
||||
Provides: jpackage-utils = %{version}
|
||||
Obsoletes: %{name}-doc
|
||||
Obsoletes: jpackage-utils < %{version}
|
||||
BuildArch: noarch
|
||||
%if %{with python}
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-nose
|
||||
@ -170,6 +169,9 @@ files="
|
||||
for i in $files; do
|
||||
rm -rf %{buildroot}/$i
|
||||
done
|
||||
%else
|
||||
# we want this in the basic package always
|
||||
cat files-filesystem >> files-tools
|
||||
%endif
|
||||
|
||||
rm -rf %{buildroot}%{_datadir}/fedora-review/
|
||||
@ -183,8 +185,6 @@ rm -rf %{buildroot}%{_datadir}/fedora-review/
|
||||
%files -f files-tools
|
||||
%license LICENSE
|
||||
%dir %{_datadir}/maven-metadata
|
||||
# The bellow one is split in fedora, we don't want to do that
|
||||
%{_libexecdir}/rpm/macros.d/macros.javapackages-filesystem
|
||||
%else
|
||||
%files -n javapackages-local -f files-local
|
||||
%dir %{_datadir}/java-utils
|
||||
|
Loading…
x
Reference in New Issue
Block a user