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

Add version filtering for the pacman package manager from arch #1934

Open
afbjorklund opened this issue Mar 25, 2024 · 0 comments · May be fixed by #2033
Open

Add version filtering for the pacman package manager from arch #1934

afbjorklund opened this issue Mar 25, 2024 · 0 comments · May be fixed by #2033

Comments

@afbjorklund
Copy link
Contributor

Needs to remove the surrounding text, similar to when using apk:

# pacman -Qo /usr/bin/pacman
/usr/bin/pacman is owned by pacman 6.0.2-8
/ # apk info -W /sbin/apk
/sbin/apk is owned by apk-tools-2.14.0-r5

It should only return the version information, like with rpm and deb.

dawidpotocki added a commit to dawidpotocki/containers-common that referenced this issue May 31, 2024
Before this patch, the package field on Arch Linux would look like:

```
/usr/bin/crun is owned by crun 1.15-1
```

After this patch, it looks like:

```
crun-1.15-1
```

Closes containers#1934

Signed-off-by: Dawid Potocki <dawid@dawidpotocki.com>
dawidpotocki added a commit to dawidpotocki/containers-common that referenced this issue May 31, 2024
Previously, the package field on Arch Linux looked like:

    /usr/bin/crun is owned by crun 1.15-1

Now it looks like:

    crun-1.15-1

Closes containers#1934

Signed-off-by: Dawid Potocki <dawid@dawidpotocki.com>
@dawidpotocki dawidpotocki linked a pull request May 31, 2024 that will close this issue
dawidpotocki added a commit to dawidpotocki/containers-common that referenced this issue Jun 1, 2024
Previously, the package field on Arch Linux looked like:

    /usr/bin/crun is owned by crun 1.15-1

Now, it looks like:

    crun-1.15-1

Closes containers#1934

Signed-off-by: Dawid Potocki <dawid@dawidpotocki.com>
dawidpotocki added a commit to dawidpotocki/containers-common that referenced this issue Jun 1, 2024
Previously, the package field on Arch Linux looked like:

    /usr/bin/crun is owned by crun 1.15-1

Now, it looks like:

    crun-1.15-1

Closes containers#1934

Signed-off-by: Dawid Potocki <dawid@dawidpotocki.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant