- Include LICENSE file into the RPM package
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/obs-service-replace_using_package_version?expand=0&rev=4
This commit is contained in:
parent
9fae2c2c30
commit
ab11dd6ff6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 16:08:47 GMT 2018 - dcassany@suse.com
|
||||
|
||||
- Include LICENSE file into the RPM package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 15:10:27 GMT 2018 - dcassany@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: obs-service-%{service}
|
||||
Version: 0.0.1
|
||||
Release: 0
|
||||
Summary: An OBS service: Replaces a regex with the version value of a package
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/obs-service-%{service}
|
||||
Source0: %{service}-%{version}.tar.gz
|
||||
@ -72,4 +72,10 @@ python2 setup.py install --root %{buildroot} \
|
||||
%dir %{_prefix}/lib/obs/service
|
||||
%{_prefix}/lib/obs/service
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
%doc LICENSE
|
||||
%else
|
||||
%license LICENSE
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0ab6f5f14bb7fd46c27e9cdd8d549e6a959db6d2159d070ec950791a2515073
|
||||
size 3543
|
||||
oid sha256:5e80dd91121528370ad972da7161bdb4df562bd635f833fba10b3382df853bfe
|
||||
size 15683
|
||||
|
Loading…
Reference in New Issue
Block a user