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.
2 parents 51dad8a + c60a6cc commit 1257878Copy full SHA for 1257878
contrib/packaging/bootc.spec
@@ -2,7 +2,7 @@
2
3
Name: bootc
4
Version: 0.1
5
-Release: 1%{?dist}
+Release: %autorelease
6
Summary: Boot containers
7
8
License: ASL 2.0
@@ -29,7 +29,8 @@ BuildRequires: systemd-devel
29
%doc README.md
30
%{_bindir}/bootc
31
%{_prefix}/lib/bootc
32
-%{_mandir}/man8/bootc*
+%{_unitdir}/*
33
+%{_mandir}/man*/bootc*
34
35
%prep
36
%autosetup -p1 -Sgit
@@ -50,6 +51,4 @@ make
50
51
%make_install INSTALL="install -p -c"
52
53
%changelog
-* Tue Oct 18 2022 Colin Walters <[email protected]>
54
-- Dummy changelog
55
-
+%autochangelog
0 commit comments