Accepting request 810285 from home:jfkw:branches:devel:languages:go
- Update to version 15.0.13: * Preserve modification time of source files - Mark COPYING as %license on suse_version > 1500 OBS-URL: https://build.opensuse.org/request/show/810285 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-packaging?expand=0&rev=68
This commit is contained in:
parent
75ea2a65a0
commit
cf3ec2e337
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">golang-packaging</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v15.0.12</param>
|
||||
<param name="revision">v15.0.13</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/golang-packaging</param>
|
||||
<param name="changesrevision">7898ac7e21212888bd3a2ba014871bb4b48e5c0b</param></service></servicedata>
|
||||
<param name="changesrevision">5282fde8ea690a38a01b6f274ab7d744808e5b60</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eff4ca70bfb986ea057bedcf27fbbc212303fd6e862b1d3a65cd97436e9e398a
|
||||
size 16648
|
3
golang-packaging-15.0.13.tar.xz
Normal file
3
golang-packaging-15.0.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b0096224934cb5216eb95253972f5b5e75f26fbd1dc629c1b1b5730498eb2a6
|
||||
size 16684
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 19:13:55 UTC 2020 - jkowalczyk@suse.com
|
||||
|
||||
- Update to version 15.0.13:
|
||||
* Preserve modification time of source files
|
||||
- Mark COPYING as %license on suse_version > 1500
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 05:45:43 UTC 2019 - jkowalczyk@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package golang-packaging
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: golang-packaging
|
||||
Version: 15.0.12
|
||||
Version: 15.0.13
|
||||
Release: 0
|
||||
Summary: A toolchain to help packaging golang
|
||||
License: GPL-3.0-only
|
||||
@ -55,7 +55,12 @@ install -m0644 golang.attr %{buildroot}%{_prefix}/lib/rpm/fileattrs/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md CHANGELOG COPYING
|
||||
%doc README.md CHANGELOG
|
||||
%if 0%{?suse_version} < 1500
|
||||
%doc COPYING
|
||||
%else
|
||||
%license COPYING
|
||||
%endif%
|
||||
%{_prefix}/lib/rpm/golang.prov
|
||||
%{_prefix}/lib/rpm/golang.req
|
||||
%{_prefix}/lib/rpm/golang.sh
|
||||
|
Loading…
Reference in New Issue
Block a user