Accepting request 630466 from home:scarabeus_iv:branches:openSUSE:Tools

- Version update to version 20180820:
  * In header use https not http when pointing to bugzilla

OBS-URL: https://build.opensuse.org/request/show/630466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-format_spec_file?expand=0&rev=183
This commit is contained in:
Adrian Schröter 2018-08-24 06:43:41 +00:00 committed by Git OBS Bridge
parent 8d46c36cec
commit 3992623912
5 changed files with 16 additions and 11 deletions

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: 20180306 Version: 20180820
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:bde2fa3cdd28e6f5bd855c9af27cd11086518dcc6e813cce64fe35d5dd81567c
size 29458

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 20 07:22:07 UTC 2018 - tchvatal@suse.com
- Version update to version 20180820:
* In header use https not http when pointing to bugzilla
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 6 09:28:42 UTC 2018 - coolo@suse.com Tue Mar 6 09:28:42 UTC 2018 - coolo@suse.com

View File

@ -17,12 +17,12 @@
Name: obs-service-format_spec_file Name: obs-service-format_spec_file
Version: 20180306 Version: 20180820
Release: 0 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-only License: GPL-2.0-only
Group: Development/Tools/Building Group: Development/Tools/Building
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
Requires: obs-service-source_validator Requires: obs-service-source_validator
@ -39,19 +39,18 @@ spec file instead of creating a new one.
%prep %prep
%setup %setup -q
%build %build
%install %install
%makeinstall %make_install
%check %check
perl prepare_spec %_topdir/SOURCES/%name.spec perl prepare_spec %{_topdir}/SOURCES/%{name}.spec
%files %files
%defattr(-,root,root) %license COPYING
%doc COPYING
%dir %{_prefix}/lib/obs %dir %{_prefix}/lib/obs
%{_prefix}/lib/obs/service %{_prefix}/lib/obs/service