Overview
Use %license COPYING
instead of %doc COPYING
I just tried this and it causes the build to fail on SLE12. Since this package is also going to be submitted for the containers module, that's an issue.
Is there any compatibility macro that you have which I could use? Or should I just do %if 0?%{is_opensuse} ?
%license is already supported on 12SP3, and the directory-not-owned error is going to be fixed with a maintenance update on SP2
Alternatively, you can do:
%if 0{?suse_version} >= 1500 %license COPYING %else %doc COPYING %endif
As for the tag-line, I can change it to something like "incredibly simple container init and signal forwarder". However users aren't going to install this directly, most of the time it'll just be pulled in with a Docker installation and they won't care about this package.
Request History
cyphar created request
Import of catatonit v0.1.2. This is required for Docker so that 'docker run
--init' works correctly (note we don't use the upstream docker-init).
licensedigger accepted review
ok
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
staging-bot added openSUSE:Factory:Staging:adi:10 as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:10"
staging-bot accepted review
Picked openSUSE:Factory:Staging:adi:10
repo-checker accepted review
cycle and install check passed
dimstar accepted review
staging-bot accepted review
ready to accept
staging-bot approved review
ready to accept
dimstar_suse accepted request
Accept to openSUSE:Factory