| |
@@ -3,10 +3,12 @@
|
| |
|
| |
# https://github.com/mholt/archiver
|
| |
%global goipath github.com/mholt/archiver
|
| |
- Version: 3.3.0
|
| |
+ Version: 3.5.0
|
| |
|
| |
%gometa
|
| |
|
| |
+ %global goaltipaths github.com/mholt/archiver/v3
|
| |
+
|
| |
%global common_description %{expand:
|
| |
Package Archiver makes it trivially easy to make and extract common archive
|
| |
formats such as zip and tarball (and its compressed variants). Simply name the
|
| |
@@ -18,7 +20,7 @@
|
| |
%global godocs README.md
|
| |
|
| |
Name: %{goname}
|
| |
- Release: 2%{?dist}
|
| |
+ Release: 3%{?dist}
|
| |
Summary: Easily create and extract archive files with Go
|
| |
|
| |
License: MIT
|
| |
@@ -66,6 +68,22 @@
|
| |
%gopkgfiles
|
| |
|
| |
%changelog
|
| |
+ * Sun Jan 31 02:52:04 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 3.5.0-3
|
| |
+ - Add alternate import path
|
| |
+
|
| |
+ * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
|
| |
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
| |
+
|
| |
+ * Mon Nov 02 2020 Dominik Mierzejewski <rpm@greysector.net> - 3.5.0-1
|
| |
+ - update to 3.5.0 (#1882880)
|
| |
+
|
| |
+ * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4
|
| |
+ - Second attempt - Rebuilt for
|
| |
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
| |
+
|
| |
+ * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3
|
| |
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
| |
+
|
| |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
| |
|
| |
Nobody is using this package apart from
golang-github-facebook-incubator-go2chef, and we can either cherry-pick the last commit in master that introduces%goaltipathor just rebase the other commits too and keep them on the same version.Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1921504 which is currently fixed by the last commit (thanks zebob!) but not on F32 yet.