spec: update to packaging guidelines
- %{_libexecdir}/osbuild-composer/ is good enough for listing the directory
and its whole tree
- summary should not end with full stop
This commit is contained in:
parent
36ccb110b3
commit
306ca58588
1 changed files with 5 additions and 6 deletions
|
|
@ -11,8 +11,8 @@ As such, it is a drop-in replacement.
|
||||||
}
|
}
|
||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An image building service based on osbuild.
|
Summary: An image building service based on osbuild
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
@ -67,14 +67,13 @@ install -m 0755 -vd %{buildroot}%{_local
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libexecdir}/osbuild-composer
|
%{_libexecdir}/osbuild-composer/
|
||||||
%{_libexecdir}/osbuild-composer/osbuild-composer
|
|
||||||
%{_libexecdir}/osbuild-composer/osbuild-worker
|
|
||||||
%{_libexecdir}/osbuild-composer/dnf-json
|
|
||||||
%{_unitdir}/*.{service,socket}
|
%{_unitdir}/*.{service,socket}
|
||||||
%{_sysusersdir}/osbuild-composer.conf
|
%{_sysusersdir}/osbuild-composer.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 13 15:14:00 CEST 2019 Ondrej Budai <obudai@redhat.com> - 2-2
|
||||||
|
- Fix specfile according to packaging guidelines.
|
||||||
* Mon Nov 11 13:23:00 CEST 2019 Tom Gundersen <teg@jklm.no> - 2-1
|
* Mon Nov 11 13:23:00 CEST 2019 Tom Gundersen <teg@jklm.no> - 2-1
|
||||||
- First release.
|
- First release.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue