forked from containers/bootc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containers#270 from cgwalters/packaging-cleanup
contrib/packaging: Updates for manpages and systemd unit
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: bootc | ||
Version: 0.1 | ||
Release: 1%{?dist} | ||
Release: %autorelease | ||
Summary: Boot containers | ||
|
||
License: ASL 2.0 | ||
|
@@ -29,7 +29,8 @@ BuildRequires: systemd-devel | |
%doc README.md | ||
%{_bindir}/bootc | ||
%{_prefix}/lib/bootc | ||
%{_mandir}/man8/bootc* | ||
%{_unitdir}/* | ||
%{_mandir}/man*/bootc* | ||
|
||
%prep | ||
%autosetup -p1 -Sgit | ||
|
@@ -50,6 +51,4 @@ make | |
%make_install INSTALL="install -p -c" | ||
|
||
%changelog | ||
* Tue Oct 18 2022 Colin Walters <[email protected]> | ||
- Dummy changelog | ||
|
||
%autochangelog |