#74 Update f39 to upstream release 0.18.0
Merged 3 months ago by martinpitt. Opened 3 months ago by packit.
rpms/ packit/umockdev 0.18.0-f39-update-propose_downstream  into  f39

file modified
+1
@@ -39,3 +39,4 @@ 

  /umockdev-0.17.16.tar.xz

  /umockdev-0.17.17.tar.xz

  /umockdev-0.17.18.tar.xz

+ /umockdev-0.18.0.tar.xz

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.78.1.

+ The file was generated using packit 0.93.0.

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (umockdev-0.17.18.tar.xz) = 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b

+ SHA512 (umockdev-0.18.0.tar.xz) = 0d5c54ba57171fa6320ce1154d3fbdb7e30acb64acd92075d653973b30048ac804d3b5b75c2eadfe2ced1494b0c2eee0f954760955942ff447e43769f8f8dc36

file modified
+6 -1
@@ -1,5 +1,5 @@ 

  Name:             umockdev

- Version:          0.17.18

+ Version:          0.18.0

  Release:          1%{?dist}

  Summary:          Mock hardware devices

  
@@ -75,6 +75,11 @@ 

  %{_datadir}/vala/vapi/umockdev-1.0.vapi

  

  %changelog

+ * Sun Mar 03 2024 Packit <hello@packit.dev> - 0.18.0-1

+ - Record and restore SELinux context for mocked /dev nodes

+ - preload: wrap fstatfs() and statfs() on musl

+ - Fix build with meson 1.4

+ 

  * Wed Jul 26 2023 Packit <hello@packit.dev> - 0.17.18-1

  - preload: Don't read udev cache data from system (thanks Bastien Nocera)

  - spec: Update License: to SPDX format

Upstream tag: 0.18.0
Upstream commit: 15b4fed4


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/umockdev.git
cd umockdev
git checkout 0.18.0-f39-update-propose_downstream
git push origin 0.18.0-f39-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd umockdev
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/umockdev.git
git fetch packit refs/heads/0.18.0-f39-update-propose_downstream
git checkout 0.18.0-f39-update-propose_downstream
git push packit 0.18.0-f39-update-propose_downstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by martinpitt

3 months ago