Skip to content

Commit

Permalink
Merge pull request #16883 from alexlarsson/quadlet-build-fixes
Browse files Browse the repository at this point in the history
Quadlet packaging fixes
  • Loading branch information
openshift-merge-robot authored Dec 19, 2022
2 parents aeb36e5 + 24ab178 commit 5b12cb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/systemd/quadlet/podmancmdline.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Overwritten at build time
var (
_binDir string
_binDir = "/usr/bin"
)

func podmanBinary() string {
Expand Down
1 change: 0 additions & 1 deletion podman.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ connections as well.
%package quadlet
Summary: Easily create systemd services using %{name}
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires(pre): /usr/sbin/useradd
Conflicts: quadlet

%description quadlet
Expand Down

0 comments on commit 5b12cb2

Please sign in to comment.