#80 Update f40 to upstream release 0.18.1
Merged 2 months ago by martinpitt. Opened 2 months ago by packit.
rpms/ packit/umockdev 0.18.1-f40-update-propose_downstream  into  f40

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

  /umockdev-0.17.17.tar.xz

  /umockdev-0.17.18.tar.xz

  /umockdev-0.18.0.tar.xz

+ /umockdev-0.18.1.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.93.0.

+ The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.

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

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

+ SHA512 (umockdev-0.18.1.tar.xz) = 4897c12fca8d1927a2840efbbd8281a95102b328cc682ffed10cd4e29b80f26b80df55fbd3736297ee4633561b007beda369bd3ddf07eb71bdd1d7c0222243c8

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

  Name:             umockdev

- Version:          0.18.0

+ Version:          0.18.1

  Release:          1%{?dist}

  Summary:          Mock hardware devices

  
@@ -75,6 +75,10 @@ 

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

  

  %changelog

+ * Sun Mar 24 2024 Packit <hello@packit.dev> - 0.18.1-1

+ - preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)

+ - preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)

+ 

  * 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

Upstream tag: 0.18.1
Upstream commit: 635c86e0


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.1-f40-update-propose_downstream
git push origin 0.18.1-f40-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.1-f40-update-propose_downstream
git checkout 0.18.1-f40-update-propose_downstream
git push packit 0.18.1-f40-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

2 months ago