-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - update podman to latest version - latest [changelog](https://github.com/containers/podman/releases/tag/v5.3.1) - removed devmapper dependency
- Loading branch information
Showing
5 changed files
with
17 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ build : | | |
cd aardvark-dns | ||
%make | ||
install : |- | ||
install : | | ||
%make_install | ||
cd aardvark-dns | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
libc.so.6 | ||
libdevmapper.so.1.02 | ||
libgpgme.so.11 | ||
libseccomp.so.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>podman</Name> | ||
<Homepage>https://podman.io/</Homepage> | ||
<Packager> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Robert Gonzalez</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>Apache-2.0</License> | ||
<PartOf>virt</PartOf> | ||
|
@@ -34,8 +34,10 @@ | |
<Path fileType="library">/usr/lib64/systemd/system/podman.socket</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman-auto-update.service</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman-auto-update.timer</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman-clean-transient.service</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/[email protected]</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman-restart.service</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman-user-wait-network-online.service</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman.service</Path> | ||
<Path fileType="library">/usr/lib64/systemd/user/podman.socket</Path> | ||
<Path fileType="library">/usr/lib64/tmpfiles.d/podman.conf</Path> | ||
|
@@ -225,6 +227,7 @@ | |
<Path fileType="man">/usr/share/man/man1/podman-start.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/podman-stats.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/podman-stop.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/podman-system-check.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/podman-system-connection-add.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/podman-system-connection-default.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/podman-system-connection-list.1</Path> | ||
|
@@ -266,17 +269,19 @@ | |
<Path fileType="man">/usr/share/man/man1/podmansh.1</Path> | ||
<Path fileType="man">/usr/share/man/man5/podman-systemd.unit.5</Path> | ||
<Path fileType="man">/usr/share/man/man5/quadlet.5</Path> | ||
<Path fileType="man">/usr/share/man/man7/podman-rootless.7</Path> | ||
<Path fileType="man">/usr/share/man/man7/podman-troubleshooting.7</Path> | ||
<Path fileType="data">/usr/share/zsh/site-functions/_podman</Path> | ||
<Path fileType="data">/usr/share/zsh/site-functions/_podman-remote</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="43"> | ||
<Date>2024-06-11</Date> | ||
<Version>5.0.3</Version> | ||
<Update release="44"> | ||
<Date>2025-01-09</Date> | ||
<Version>5.3.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Gavin Zhao</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Robert Gonzalez</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |