Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib/packaging: Updates for manpages and systemd unit #270

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions contrib/packaging/bootc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name: bootc
Version: 0.1
Release: 1%{?dist}
Release: %autorelease
Summary: Boot containers

License: ASL 2.0
Expand All @@ -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
Expand All @@ -50,6 +51,4 @@ make
%make_install INSTALL="install -p -c"

%changelog
* Tue Oct 18 2022 Colin Walters <walters@verbum.org>
- Dummy changelog

%autochangelog
Loading