forked from pool/obs-service-source_validator
Accepting request 754613 from openSUSE:Tools
- Update to version 0.19: * allow _multibuild to handle multiple specs * The --buildflavor option was missing from the help output * 70-baselibs: do not run subshells * allow -MACRO ending for changes file on multibuild setups * skip source files checks for product definition directories * Add missing dependency to the debian/control file OBS-URL: https://build.opensuse.org/request/show/754613 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-source_validator?expand=0&rev=49
This commit is contained in:
commit
3220949f5a
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param>
|
||||
<param name="changesrevision">e9ce13b96ed8141466e39eb28271db52ef59219a</param></service></servicedata>
|
||||
<param name="changesrevision">b5941812e4d48350a00dfdf8d3c5ce3e74025ade</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-source-validator
|
||||
Version: 0.18-0
|
||||
Version: 0.19-0
|
||||
Binary: obs-service-source-validator
|
||||
Maintainer: Hib Eris <hib@hiberis.nl>
|
||||
Architecture: all
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18f8750e968fbaa0e85a6b7fa5fd28525239529c856977e0dc9aa9fc9a28a900
|
||||
size 59195
|
3
obs-service-source_validator-0.19.tar.bz2
Normal file
3
obs-service-source_validator-0.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56baf2f8cd51492ba67ddb38a942b9b98b9df48e302254804b6b6f6504697dbd
|
||||
size 59222
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 08:27:40 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- Update to version 0.19:
|
||||
* allow _multibuild to handle multiple specs
|
||||
* The --buildflavor option was missing from the help output
|
||||
* 70-baselibs: do not run subshells
|
||||
* allow -MACRO ending for changes file on multibuild setups
|
||||
* skip source files checks for product definition directories
|
||||
* Add missing dependency to the debian/control file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 14:52:27 UTC 2018 - ro@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-service-source_validator
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ Summary: An OBS source service: running all the osc source-validator chec
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/obs-service-source_validator
|
||||
Version: 0.18
|
||||
Version: 0.19
|
||||
Release: 0
|
||||
# use osc service dr to update
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -57,6 +57,7 @@ used via project wide defined services.
|
||||
:
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/licenses
|
||||
%makeinstall
|
||||
|
||||
%check
|
||||
@ -65,6 +66,9 @@ make test
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%if 0%{?suse_version} <= 1320
|
||||
%dir %{_datadir}/licenses
|
||||
%endif
|
||||
%dir /usr/lib/obs
|
||||
/usr/lib/obs/service
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user