Skip to content

Commit 1257878

Browse files
authored
Merge pull request #270 from cgwalters/packaging-cleanup
contrib/packaging: Updates for manpages and systemd unit
2 parents 51dad8a + c60a6cc commit 1257878

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

contrib/packaging/bootc.spec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Name: bootc
44
Version: 0.1
5-
Release: 1%{?dist}
5+
Release: %autorelease
66
Summary: Boot containers
77

88
License: ASL 2.0
@@ -29,7 +29,8 @@ BuildRequires: systemd-devel
2929
%doc README.md
3030
%{_bindir}/bootc
3131
%{_prefix}/lib/bootc
32-
%{_mandir}/man8/bootc*
32+
%{_unitdir}/*
33+
%{_mandir}/man*/bootc*
3334

3435
%prep
3536
%autosetup -p1 -Sgit
@@ -50,6 +51,4 @@ make
5051
%make_install INSTALL="install -p -c"
5152

5253
%changelog
53-
* Tue Oct 18 2022 Colin Walters <[email protected]>
54-
- Dummy changelog
55-
54+
%autochangelog

0 commit comments

Comments
 (0)