- Add a new %upstream macro to support building from upstream sources. This

will allow upstream to build systemd rpms using the opensuse systemd packaging
  specs. These rpms will be built and used in upstream's mkosi based hacking and
  testing environment to test changes and in the future to run integration tests
  as well. By building the rpms using the opensuse packaging specs, the idea is
  to catch more issues ahead of time as the mkosi environment will behave more
  like a regular opensuse system.
- Add new %version_override and %version_release macros to allow overriding the
  version and release of the rpm respectively.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1494
This commit is contained in:
2024-02-20 14:38:41 +00:00
committed by Git OBS Bridge
parent 34ba2dae59
commit 8c82461234
5 changed files with 61 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 20 12:22:42 UTC 2024 - Daan De Meyer <daan.j.demeyer@gmail.com>
- Add a new %upstream macro to support building from upstream sources. This
will allow upstream to build systemd rpms using the opensuse systemd packaging
specs. These rpms will be built and used in upstream's mkosi based hacking and
testing environment to test changes and in the future to run integration tests
as well. By building the rpms using the opensuse packaging specs, the idea is
to catch more issues ahead of time as the mkosi environment will behave more
like a regular opensuse system.
- Add new %version_override and %version_release macros to allow overriding the
version and release of the rpm respectively.
-------------------------------------------------------------------
Mon Feb 19 08:53:31 UTC 2024 - Franck Bui <fbui@suse.com>