6
0

Compare commits

..

6 Commits

Author SHA256 Message Date
b3dbb1d41a Accepting request 1264776 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1264776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-gogo-shell?expand=0&rev=6
2025-03-28 08:37:00 +00:00
94071c32a8 Remove a relativePath that points to a non-existing directory
OBS-URL: https://build.opensuse.org/package/show/Java:packages/felix-gogo-shell?expand=0&rev=16
2025-03-27 22:11:58 +00:00
f76774da66 Accepting request 1109945 from Java:packages
Reproducible builds improvement

OBS-URL: https://build.opensuse.org/request/show/1109945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-gogo-shell?expand=0&rev=5
2023-09-10 11:10:23 +00:00
80a8a5225a Accepting request 1058902 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1058902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-gogo-shell?expand=0&rev=4
2023-01-17 16:35:52 +00:00
1e2390baf3 Accepting request 750528 from Java:packages
fix build with new maven-javadoc-plugin

OBS-URL: https://build.opensuse.org/request/show/750528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-gogo-shell?expand=0&rev=3
2019-11-26 15:56:33 +00:00
4a84f834ce Accepting request 706980 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/706980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-gogo-shell?expand=0&rev=2
2019-06-03 16:53:36 +00:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 27 22:11:25 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Remove a relativePath that points to a non-existing directory
-------------------------------------------------------------------
Sat Sep 9 13:25:10 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package felix-gogo-shell
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -51,6 +51,8 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n %{bundle}-%{version}
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
%{mvn_file} : felix/%{bundle}
%build