#16 Update rawhide to upstream release 0.9.7
Opened 3 months ago by packit. Modified 3 months ago

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

  /bolt-0.9.3.tar.gz

  /bolt-0.9.5.tar.gz

  /bolt-0.9.6.tar.gz

+ /bolt-0.9.7.tar.gz

file added
+29
@@ -0,0 +1,29 @@ 

+ # https://packit.dev/docs/configuration/

+ 

+ specfile_path: bolt.spec

+ 

+ synced_files:

+     - bolt.spec

+     - .packit.yaml

+ 

+ upstream_package_name: bolt

+ downstream_package_name: bolt

+ 

+ copy_upstream_release_description: true

+ 

+ actions:

+   get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"

+ 

+ jobs:

+ - job: propose_downstream

+   trigger: release

+   dist_git_branches:

+     - fedora-all

+ - job: koji_build

+   trigger: commit

+   dist_git_branches:

+     - fedora-all

+ - job: bodhi_update

+   trigger: commit

+   dist_git_branches:

+     - fedora-stable # rawhide updates are created automatically

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25.

file modified
+9 -4
@@ -1,11 +1,10 @@ 

  Name:          bolt

- Version:       0.9.6

- Release:       4%{?dist}

+ Version:       0.9.7

+ Release:       1%{?dist}

  Summary:       Thunderbolt device manager

- License:       LGPL-2.1-or-later

+ License:       LGPLv2+

  URL:           https://gitlab.freedesktop.org/bolt/bolt

  Source0:       %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz

- Patch0:        0001-test-test-unix-skip-unix-domain-socket-test.patch

  

  BuildRequires: gcc

  BuildRequires: asciidoc
@@ -77,6 +76,12 @@ 

  %ghost %dir %{_localstatedir}/lib/boltd

  

  %changelog

+ * Mon Feb 19 2024 Packit <hello@packit.dev> - 0.9.7-1

+ - Add a `nopcie` security level since some devices report `nopcie` when Thunderbolt

+   is disabled through BIOS setting.

+ 

+ - Markdown lint styling is used for documents.

+ 

  * Thu Feb 1 2024 Kate Hsuan <hpa@redhat.com> - 0.9.6-4

  - Update SPDX license

  

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

- SHA512 (bolt-0.9.6.tar.gz) = c8d638fa9eb73c79cb4ee93c8c29d7d71d0ae449b2363bc75c303f978201078a42d4b05095e67d677447aea1db9d337f195ce264175c6b0c4733e9ed3eb2e081

+ SHA512 (bolt-0.9.7.tar.gz) = a9ae0425cdba8932356ec4dcf3f6b3469478c01d47ef3b741c0a841117c81b354f35860be6011ea3b43b28ae10164909a82e2bdbcf92e8541c637cf44277a36c

Upstream tag: 0.9.7
Upstream commit: 34c149b0


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/bolt.git
cd bolt
git checkout 0.9.7-rawhide-update-propose_downstream
git push origin 0.9.7-rawhide-update-propose_downstream

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

cd bolt
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/bolt.git
git fetch packit refs/heads/0.9.7-rawhide-update-propose_downstream
git checkout 0.9.7-rawhide-update-propose_downstream
git push packit 0.9.7-rawhide-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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard