Dominique Leuenberger 2020-05-07 13:06:38 +00:00 committed by Git OBS Bridge
commit 11c939d2bd
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 5 12:32:03 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %{_rpmmacrodir} instead of %{_libexecdir}/rpm/macros.d: this
just happens to overlap in some distros.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 6 07:15:46 UTC 2019 - Fridrich Strba <fstrba@suse.com> Sat Apr 6 07:15:46 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package javapackages-tools # spec file for package javapackages-tools
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -167,8 +167,8 @@ files="
%{_datadir}/java-utils/java-functions %{_datadir}/java-utils/java-functions
%{_datadir}/java-utils/java-wrapper %{_datadir}/java-utils/java-wrapper
%{_datadir}/java-utils/scl-enable %{_datadir}/java-utils/scl-enable
%{_libexecdir}/rpm/macros.d/macros.jpackage %{_rpmmacrodir}/macros.jpackage
%{_libexecdir}/rpm/macros.d/macros.javapackages-filesystem %{_rpmmacrodir}/macros.javapackages-filesystem
%{_mandir}/man1/build-classpath.1 %{_mandir}/man1/build-classpath.1
%{_mandir}/man1/build-jar-repository.1 %{_mandir}/man1/build-jar-repository.1
%{_mandir}/man1/diff-jars.1 %{_mandir}/man1/diff-jars.1