2022-12-07 09:57:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 6 17:10:20 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.
|
|
|
|
|
2022-03-16 10:26:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 15 11:03:50 UTC 2022 - Frederic Crozat <fcrozat@suse.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
|
|
|
|
|
2022-02-09 11:28:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 8 16:10:01 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
|
|
|
|
|
|
|
- Improve examples in README.
|
|
|
|
|
2022-01-24 16:02:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 24 09:36:17 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
|
|
|
|
|
|
|
- Generate OS_VERSION based on os-release VERSION (bsc#1195061).
|
|
|
|
- Bump version to 0.5
|
|
|
|
|
2022-01-17 11:06:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 17 09:57:02 UTC 2022 - Fabian Vogt <fvogt@suse.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
|
|
|
|
|
2022-01-14 16:12:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 13 09:32:09 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
|
|
|
|
|
|
|
- Generate SOURCEURL based on DISTURL.
|
|
|
|
- Bump version to 0.4
|
|
|
|
|
2021-06-21 13:24:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 2 14:23:53 UTC 2021 - Jeff Kowalczyk <jkowalczyk@suse.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
|
2021-06-22 16:12:27 +02:00
|
|
|
(Needed for jsc#SLE-12986)
|
2021-06-21 13:24:12 +02:00
|
|
|
- Update README and service definition XML to reflect all variables
|
|
|
|
- Bump version to 0.3
|
|
|
|
|
2021-01-27 16:16:08 +01:00
|
|
|
-------------------------------------------------------------------
|
2021-02-01 11:56:23 +01:00
|
|
|
Mon Feb 1 10:29:08 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
2021-02-01 11:58:10 +01:00
|
|
|
- Don't enable pipefail: rpm got SIGPIPE because grep -q exits early
|
|
|
|
and closes the other end, which made the whole expression fail
|
2021-02-01 11:56:23 +01:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-01-27 16:16:08 +01:00
|
|
|
Wed Jan 27 11:25:26 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Read os-release from the to be installed RPMs. This avoids pulling
|
|
|
|
in distribution-release when not necessary (boo#1180263)
|
2021-06-21 13:24:12 +02:00
|
|
|
- Bump version to 0.2
|
2021-01-27 16:16:08 +01:00
|
|
|
|
2020-09-02 10:56:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 1 08:42:45 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Use a boolean dep to avoid use of %{is_opensuse}. The prjconf
|
|
|
|
selects which one to use this way.
|
2020-09-02 14:57:07 +02:00
|
|
|
- Bump version to 0.1
|
2020-09-02 10:56:32 +02:00
|
|
|
|
2020-08-27 09:14:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 27 07:12:48 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Fix grammar, update README and .service. Technically the name
|
|
|
|
should be changed as well, but that's just cosmetic.
|
|
|
|
|
2020-08-27 09:09:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 25 11:10:50 UTC 2020 - Stefan Nica <snica@suse.com>
|
|
|
|
|
2020-09-02 10:56:32 +02:00
|
|
|
- Also allow working on Chart.yaml (jsc#CAPS-5)
|
2020-08-27 09:09:01 +02:00
|
|
|
|
2020-07-08 17:10:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 7 13:53:33 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Add explicit fallback for chroot builds
|
|
|
|
- Refactor into a single sed call
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 5 09:19:56 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
2020-09-02 10:56:32 +02:00
|
|
|
- Also allow working on Dockerfile (jsc#CAPS-10)
|
2020-07-08 17:10:37 +02:00
|
|
|
|
2020-05-04 15:50:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 4 13:40:20 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Strip service prefix from the recipe name to work with enabled
|
|
|
|
services in OBS
|
|
|
|
|
2019-01-15 11:27:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 10 15:42:38 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Add %OS_VERSION_ID(_SP)% and %PRETTY_NAME% (boo#1119378)
|
|
|
|
|
2019-01-10 09:06:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 10 08:06:05 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Remove spurious parameter to %setup -T
|
2019-01-10 09:25:04 +01:00
|
|
|
- Mention that it's a service in the summary
|
2019-01-10 09:06:22 +01:00
|
|
|
|
2019-01-09 11:39:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 17 14:56:38 UTC 2018 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
|
|
|
|
- Initial commit (fate#326856, bsc#1118103)
|