gasket-driver/gasket-driver.changes
Chris Bradbury 34f934cb80 Accepting request 1086826 from home:chrBrd:branches:hardware
List RPMLint exclusions file in spec file.

Factory's auto-maintainer declined the package for the following reason:
> Attention, "gasket-driver-rpmlintrc" is not mentioned in spec files 
> as source or patch.

Therefore it has been specified as a "Source" in the spec file.

OBS-URL: https://build.opensuse.org/request/show/1086826
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=5
2023-05-12 21:14:14 +00:00

54 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Fri May 12 21:09:55 UTC 2023 - Chris Bradbury <opensuse@chrbrd.com>
List RPMLint exclusions file in spec file.
Factory's auto-maintainer declined the package for the following reason:
> Attention, "gasket-driver-rpmlintrc" is not mentioned in spec files
> as source or patch.
Therefore it has been specified as a "Source" in the spec file.
-------------------------------------------------------------------
Fri May 12 20:31:18 UTC 2023 - Chris Bradbury <opensuse@chrbrd.com>
Amend services so package can be accepted into Factory.
In order for packages to be accepted into Factory:
> Services are only allowed if their mode is one of localonly, disabled,
> buildtime, manual. Please change the mode of obs_scm and use `osc service
> localrun/disabledrun`.
Therefore all services involved with retrieving source files from the
internet have had their mode set to `localonly`, and the relevant source
files have been added directly to this package.
-------------------------------------------------------------------
Thu May 11 19:12:53 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
Add patch to enable successful builds for Leap 15.5.
The dma-buf symbols used by this driver were moved into their own `DMA_BUF`
module namespace in kernel 5.16. Consequently, the upstream source conditionally
imports the `DMA_BUF` module namespace if the kernel version is >= 5.16.
However, the `DMA_BUF` module namespace changes have been backported to the
5.14 kernel used in Leap 15.5, causing unpatched source builds to fail.
This change incorporates a patch that removes the conditional check in the
upstream source, importing the `DMA_BUF` module namespace regardless of kernel
version, and applies that patch when `sle_version` is equal to "150500"
(ie. is Leap 15.5 or greater).
The patch is taken from the PR at:
https://github.com/google/gasket-driver/pull/10
-------------------------------------------------------------------
Thu May 11 18:50:01 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
Improve comments and make minor tidies.
-------------------------------------------------------------------
Thu May 11 11:51:32 UTC 2023 - Chris Bradbury <obs@chrbrd.com>
Init