Update to 1.4.11 - Closes rhbz#2248756
This commit is contained in:
parent
3f4ef815fd
commit
019ee0447f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/tail-1.4.4.tar.gz
|
||||
/tail-1.4.6.tar.gz
|
||||
/tail-1.4.11.tar.gz
|
||||
|
@ -1,36 +1,37 @@
|
||||
# Generated by go2rpm 1
|
||||
# Generated by go2rpm 1.10.0
|
||||
%bcond_without check
|
||||
|
||||
# https://github.com/nxadm/tail
|
||||
%global goipath github.com/nxadm/tail
|
||||
Version: 1.4.6
|
||||
Version: 1.4.11
|
||||
|
||||
%gometa
|
||||
|
||||
|
||||
%global common_description %{expand:
|
||||
Go package for reading from continously updated files (tail -f).}
|
||||
Go package for reading from continuously updated files (tail -f).}
|
||||
|
||||
%global golicenses LICENSE
|
||||
%global godocs CHANGES.md README.md
|
||||
|
||||
Name: %{goname}
|
||||
Release: %autorelease
|
||||
Summary: Read from continously updated files (tail -f)
|
||||
Summary: Go package for reading from continuously updated files
|
||||
|
||||
License: MIT
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
Source: %{gosource}
|
||||
|
||||
BuildRequires: golang(github.com/fsnotify/fsnotify)
|
||||
BuildRequires: golang(gopkg.in/tomb.v1)
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
%description %{common_description}
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%goprep
|
||||
%autopatch -p1
|
||||
|
||||
%generate_buildrequires
|
||||
%go_generate_buildrequires
|
||||
|
||||
%build
|
||||
for cmd in cmd/* ; do
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tail-1.4.6.tar.gz) = a8245a13136c216cf837cf400ed877dcb48cd693beb927542163908fdbbd66b4d1ac7ce0ca722cc347b8c7f8b6317c6c3dd00acf4e78a9bf4a1daef6487d1ec1
|
||||
SHA512 (tail-1.4.11.tar.gz) = 8b912ac47c20d9b43f3092615704c2a8bbb50814f4a039249eb0bc78657a21833b3505ebea0153254bd273bee845f4ad7233da559756bb2e0f1268e2c668c6cb
|
||||
|
Loading…
Reference in New Issue
Block a user