Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 RPM: fix match "(none)" vendor #4791

Merged
merged 2 commits into from
Oct 29, 2024
Merged

🐛 RPM: fix match "(none)" vendor #4791

merged 2 commits into from
Oct 29, 2024

Conversation

slntopp
Copy link
Member

@slntopp slntopp commented Oct 29, 2024

cnquery run -c 'packages' | grep pulse
  601: package name="pulseaudio-libs" version="16.1-8.fc40"
  650: package name="pulsesecure" version="2:9.1-R14"
  653: package name="pipewire-pulseaudio" version="1.0.9-1.fc40"

cnquery run -c 'packages.where(name == /pulse.*/) { name description vendor epoch version arch }'
packages.where.list: [
  0: {
    name: "pulseaudio-libs"
    description: "Libraries for PulseAudio clients"
    vendor: "Fedora Project"
    version: "16.1-8.fc40"
    epoch: ""
    arch: "x86_64"
  }
  1: {
    name: "pulsesecure"
    description: "Pulse Secure Client For Linux"
    vendor: "(none)"
    version: "2:22.7-R1"
    epoch: "2"
    arch: "x86_64"
  }
  2: {
    name: "pipewire-pulseaudio"
    description: "PipeWire PulseAudio implementation"
    vendor: "Fedora Project"
    version: "1.0.9-1.fc40"
    epoch: ""
    arch: "x86_64"
  }
]

Copy link
Contributor

github-actions bot commented Oct 29, 2024

Test Results

3 129 tests  ±0   3 128 ✅ ±0   1m 24s ⏱️ -6s
  371 suites ±0       1 💤 ±0 
   28 files   ±0       0 ❌ ±0 

Results for commit f8cfa6e. ± Comparison against base commit 18a3d95.

♻️ This comment has been updated with latest results.

@slntopp slntopp marked this pull request as ready for review October 29, 2024 17:12
Copy link
Contributor

@czunker czunker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
In case the ( or ) make problems, we can change that later. But IIRC, these string also have other escape sequences. So that should be fine.

Thanks @slntopp

@slntopp slntopp merged commit bb82f9d into main Oct 29, 2024
15 checks passed
@slntopp slntopp deleted the mik/rpm/match-none-vendor branch October 29, 2024 18:09
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants