diff --git a/aqute-bnd.spec b/aqute-bnd.spec index 537a963..53a20a4 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -1,6 +1,6 @@ Name: aqute-bnd Version: 2.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BND Tool License: ASL 2.0 URL: http://www.aqute.biz/Bnd/Bnd @@ -99,6 +99,8 @@ cp -p %{SOURCE3} pom.xml # The common library is expected to be included in all artifacts cp -r ../aQute.libg/src/* src/ +sed -i 's|${Bundle-Version}|%{version}|' src/aQute/bnd/osgi/bnd.info + # We don't have metatype-annotations and I haven't found any proper release of it rm -r src/aQute/bnd/metatype @@ -129,6 +131,9 @@ popd %doc biz.aQute.bnd/LICENSE %changelog +* Fri Jul 17 2015 Michael Simacek - 2.4.1-2 +- Fix Tool header generation + * Wed Jul 08 2015 Michael Simacek - 2.4.1-1 - Update to upstream version 2.4.1