Skip to content

Commit

Permalink
contrib/packaging: Updates for manpages and systemd unit
Browse files Browse the repository at this point in the history
The COPR build is failing due to this.
While we're here, also switch to autochangelog/autorelease.

Personally I think spec files upstream makes little sense, but
COPR wants it.  Also for the files section,
it is tempting to copy/paste https://src.fedoraproject.org/rpms/rpm-ostree/blob/rawhide/f/rpm-ostree.spec#_191
here too.
  • Loading branch information
cgwalters committed Jan 18, 2024
1 parent 51dad8a commit 32e33fa
Showing 1 changed file with 4 additions and 5 deletions.
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

0 comments on commit 32e33fa

Please sign in to comment.