We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9116b7 commit 368eab3Copy full SHA for 368eab3
rpm/podman-bootc.spec
@@ -40,16 +40,20 @@ Requires: libvirt
40
%build
41
export BUILDTAGS="exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp remote"
42
%gobuild -o %{gobuilddir}/bin/%%{name} %{goipath}
43
+%{__make} docs
44
45
%install
46
%gopkginstall
47
install -m 0755 -vd %{buildroot}%{_bindir}
48
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
49
+install -m 0755 -vd %{buildroot}%{_mandir}/man1
50
+install -m 0755 -vp docs/*.1 %{buildroot}%{_mandir}/man1/
51
52
%files
53
%license LICENSE
54
%doc README.md
55
%{_bindir}/*
56
+%{_mandir}/man1/*.1*
57
58
%gopkgfiles
59
0 commit comments