Accepting request 423964 from openSUSE:Tools

- Update to 20160406
  * Update licenses
  * Fetch SPDX license exceptions (bsc#973404)

OBS-URL: https://build.opensuse.org/request/show/423964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-format_spec_file?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2016-09-05 19:13:42 +00:00 committed by Git OBS Bridge
commit adb8fa07b9
6 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">git@github.com:openSUSE/obs-service-format_spec_file.git</param> <param name="url">https://github.com/openSUSE/obs-service-format_spec_file.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="version">git-master</param> <param name="version">git-master</param>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: obs-service-format-spec-file Source: obs-service-format-spec-file
Version: 20160202 Version: 20160406
Binary: obs-service-format-spec-file Binary: obs-service-format-spec-file
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all Architecture: all

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbce4a3fea6b7fcaa91cf20dffce019fa5a3467e6443102f10461e165e553af2
size 27865

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89b7e812e3ae607137c9e38da660e12280aa310485ffc04f7c8fe5565a236386
size 28505

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 24 12:21:29 UTC 2016 - rpm@fthiessen.de
- Update to 20160406
* Update licenses
* Fetch SPDX license exceptions (bsc#973404)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 2 10:22:02 UTC 2016 - coolo@suse.com Tue Feb 2 10:22:02 UTC 2016 - coolo@suse.com

View File

@ -17,11 +17,11 @@
Name: obs-service-format_spec_file Name: obs-service-format_spec_file
Version: 20160406
Release: 0
Summary: An OBS source service: reformats a spec file to SUSE standard Summary: An OBS source service: reformats a spec file to SUSE standard
License: GPL-2.0 License: GPL-2.0
Group: Development/Tools/Building Group: Development/Tools/Building
Version: 20160202
Release: 0
Url: https://github.com/openSUSE/obs-service-format_spec_file Url: https://github.com/openSUSE/obs-service-format_spec_file
# osc service dr # osc service dr
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -41,7 +41,7 @@ spec file instead of creating a new one.
%prep %prep
%setup %setup
%patch0 -p1 %patch0 -p1
%build %build
@ -55,7 +55,7 @@ perl prepare_spec %_topdir/SOURCES/%name.spec
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %doc COPYING
%dir /usr/lib/obs %dir %{_prefix}/lib/obs
/usr/lib/obs/service %{_prefix}/lib/obs/service
%changelog %changelog