Fridrich Strba 2019-03-19 05:32:35 +00:00 committed by Git OBS Bridge
parent 7fbb47c617
commit d6add94b17
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Fix an unexpanded ${parsedVersion.osgiVersion} variable in the
manifests.
-------------------------------------------------------------------
Mon Mar 18 09:34:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Fix an unexpanded ${parsedVersion.osgiVersion} variable in the
manifests.
-------------------------------------------------------------------
Mon Mar 18 09:34:22 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -145,6 +145,9 @@ sed -i -e "s|ant<|org.apache.ant<|g" integration/pom.xml
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
%{_bindir}/xargs -t perl -pi -e 's/\r$//g'
# Unexpanded variable in the manifests
perl -pi -e 's#\${parsedVersion\.osgiVersion}#%{version}#g' */src/main/resources/META-INF/MANIFEST.MF
# The general pattern is that the API package exports API classes and does
# # not require impl classes. slf4j was breaking that causing "A cycle was
# # detected when generating the classpath slf4j.api, slf4j.nop, slf4j.api."