Changelog for
obs-service-kiwi_metainfo_helper-0.6-45.1.noarch.rpm :
* Fri Jun 07 2024 andrea.mazzottiAATTsuse.com- Support Docker.FLAVOR in _multibuild (boo#1226010)
* Thu Feb 01 2024 marina.latiniAATTsuse.com- Replace %ARCH% with the architecture in images for supporting subscriptions in SCC based on architectures
* Fri Sep 15 2023 msuchanekAATTsuse.com- cpio on SLE12 does not support -D option, emulate it.
* Tue Dec 06 2022 dimstarAATTopensuse.org- Do not ever use \"%setup -n .\": rpm 4.18 tries to be cleaner and remove stuff it extraced, which would lead to \'rm -rf .\', which rm does not like. Use \"%setup -c\" instead, which creates the appropriate %{name}-%{version} directory expected.
* Tue Feb 15 2022 fcrozatAATTsuse.com- Generate OS_VERSION_NO_DASH based on os-release VERSION, as workaround to replace dash with space in OS name (bsc#1195061).- Bump version to 0.6
* Tue Feb 08 2022 fcrozatAATTsuse.com- Improve examples in README.
* Mon Jan 24 2022 fcrozatAATTsuse.com- Generate OS_VERSION based on os-release VERSION (bsc#1195061).- Bump version to 0.5
* Mon Jan 17 2022 fvogtAATTsuse.com- Add test suite (test.sh, sles-release-15.4-150400.32.2.x86_64.rpm)- Fix SOURCEURL for multibuild DISTURLs- Set SOURCEURL also in chroot builds
* Thu Jan 13 2022 fcrozatAATTsuse.com- Generate SOURCEURL based on DISTURL.- Bump version to 0.4
* Wed Jun 02 2021 jkowalczykAATTsuse.com- Provide various modified spellings of PRETTY_NAME useful for writing KIWI image definitions with reduced diff between SLE, Leap and Tumbleweed. DASHED satisfies the requirement that kiwi image names must not have spaces. The BEFORE_PAREN variations drop the release label in parentheses (SLE only) and can be used as a stable name for image registries and WSL app store submissions.
* VENDOR
* PRETTY_NAME_DASHED
* PRETTY_NAME_BEFORE_PAREN
* PRETTY_NAME_BEFORE_PAREN_DASHED (Needed for jsc#SLE-12986)- Update README and service definition XML to reflect all variables- Bump version to 0.3
* Mon Feb 01 2021 fvogtAATTsuse.com- Don\'t enable pipefail: rpm got SIGPIPE because grep -q exits early and closes the other end, which made the whole expression fail
* Wed Jan 27 2021 fvogtAATTsuse.com- Read os-release from the to be installed RPMs. This avoids pulling in distribution-release when not necessary (boo#1180263)- Bump version to 0.2
* Tue Sep 01 2020 fvogtAATTsuse.com- Use a boolean dep to avoid use of %{is_opensuse}. The prjconf selects which one to use this way.- Bump version to 0.1
* Thu Aug 27 2020 fvogtAATTsuse.com- Fix grammar, update README and .service. Technically the name should be changed as well, but that\'s just cosmetic.
* Tue Aug 25 2020 snicaAATTsuse.com- Also allow working on Chart.yaml (jsc#CAPS-5)
* Tue Jul 07 2020 fvogtAATTsuse.com- Add explicit fallback for chroot builds- Refactor into a single sed call
* Tue May 05 2020 fvogtAATTsuse.com- Also allow working on Dockerfile (jsc#CAPS-10)
* Mon May 04 2020 fvogtAATTsuse.com- Strip service prefix from the recipe name to work with enabled services in OBS
* Thu Jan 10 2019 fvogtAATTsuse.com- Add %OS_VERSION_ID(_SP)% and %PRETTY_NAME% (boo#1119378)
* Thu Jan 10 2019 fvogtAATTsuse.com- Remove spurious parameter to %setup -T- Mention that it\'s a service in the summary
* Wed Oct 17 2018 fvogtAATTsuse.com- Initial commit (fate#326856, bsc#1118103)