Fabian Vogt
aa0d7cd11f
- Support Docker.FLAVOR in _multibuild (boo#1225985) OBS-URL: https://build.opensuse.org/request/show/1179155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-docker_label_helper?expand=0&rev=13
58 lines
2.2 KiB
Plaintext
58 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 7 08:31:35 UTC 2024 - Andrea Mazzotti <andrea.mazzotti@suse.com>
|
|
|
|
- Support Docker.FLAVOR in _multibuild (boo#1225985)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 1 07:54:19 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Handle LABEL statements with any whitespace
|
|
- Handle LABEL values containing "=" properly
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 7 09:48:52 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 21 12:50:28 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Avoid mangling whitespace by using gsub instead of assigning to
|
|
fields
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 15 14:52:19 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Improve summary, description and README.md a bit
|
|
- Mention bsc#1193429 in this changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 23 08:50:08 UTC 2021 - Bruno Leon <bruno.leon@suse.com>
|
|
|
|
- Improve regexp instead of having two as proposed by Fabian Vogt
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 21 10:38:53 UTC 2021 - Bruno Leon <bruno.leon@suse.com>
|
|
|
|
- Retain compatibility with old syntax. Update documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 20 14:28:28 UTC 2021 - Bruno Leon <bruno.leon@suse.com>
|
|
|
|
- Use entry/exit point to determine whether labels should be expanded.
|
|
Doing so makes the Dockerfile compatible with standard
|
|
docker build command.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 11 10:07:44 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Add documentation and a test
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 5 09:03:39 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Initial commit
|