marcusk pushed to syslog-ng (master). "Update to upstream release
3.14.1"
by notifications@fedoraproject.org
From 19075df7a787a616c5a66f80f809ec701170f1ee Mon Sep 17 00:00:00 2001
From: My Karlsson <mk(a)acc.umu.se>
Date: Feb 28 2018 19:39:01 +0000
Subject: Update to upstream release 3.14.1
---
diff --git a/.gitignore b/.gitignore
index 5deda40..c0ceb06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ syslog-ng_3.1.1.tar.gz
/syslog-ng-3.9.1.tar.gz
/syslog-ng-3.10.1.tar.gz
/syslog-ng-3.11.1.tar.gz
+/syslog-ng-3.14.1.tar.gz
diff --git a/sources b/sources
index 66c397a..aa06d34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (syslog-ng-3.11.1.tar.gz) = 780fa81daaf4cf327e2b8203e89dca6a8dcf51bf01a16eab672c536eae9e28bac6d5e19c46630806b6c7ea6f3fdcfb625e733be092a360897b234f46f9ae8c51
+SHA512 (syslog-ng-3.14.1.tar.gz) = 86e5b59f76de3f585781accc9e426b2f74a73a560a6b49364e3f2b71b6fdd382b8473b468ac396e09c1dd0e00aa525a25874af67ce6c81978df2995c9b920aa7
diff --git a/syslog-ng-3.11.1_json-c_013.patch b/syslog-ng-3.11.1_json-c_013.patch
deleted file mode 100644
index 9e2c855..0000000
--- a/syslog-ng-3.11.1_json-c_013.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 1b824dd6389e209eab752d5a698c6093f311e3e3
-Author: Björn Esser <besser82(a)fedoraproject.org>
-Date: Mon Dec 11 15:46:06 2017 +0100
-
- modules/json: Adaptions for json-c v0.13
-
-diff --git a/modules/json/json-parser.c b/modules/json/json-parser.c
-index 0368ed8f..356df48b 100644
---- a/modules/json/json-parser.c
-+++ b/modules/json/json-parser.c
-@@ -20,6 +20,8 @@
- * COPYING for details.
- */
-
-+#define JSON_C_VER_013 (13 << 8)
-+
- #include "json-parser.h"
- #include "dot-notation.h"
- #include "scratch-buffers.h"
-@@ -28,7 +30,10 @@
- #include <ctype.h>
-
- #include <json.h>
-+
-+#if (!defined(JSON_C_VERSION_NUM)) || (JSON_C_VERSION_NUM < JSON_C_VER_013)
- #include <json_object_private.h>
-+#endif
-
- typedef struct _JSONParser
- {
diff --git a/syslog-ng.conf b/syslog-ng.conf
index c1ca19c..992151d 100644
--- a/syslog-ng.conf
+++ b/syslog-ng.conf
@@ -1,4 +1,4 @@
-@version:3.11
+@version:3.14
@include "scl.conf"
# syslog-ng configuration file.
diff --git a/syslog-ng.spec b/syslog-ng.spec
index 8defb63..784dfe5 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -1,8 +1,8 @@
-%global ivykis_ver 0.36.1
+%global ivykis_ver 0.42.2
Name: syslog-ng
-Version: 3.11.1
-Release: 7%{?dist}
+Version: 3.14.1
+Release: 1%{?dist}
Summary: Next-generation syslog server
Group: System Environment/Daemons
@@ -13,9 +13,6 @@ Source1: syslog-ng.conf
Source2: syslog-ng.logrotate
Source3: syslog-ng.service
-# Upstreamed: https://github.com/balabit/syslog-ng/pull/1810
-Patch0: syslog-ng-3.11.1_json-c_013.patch
-
BuildRequires: perl-generators
BuildRequires: systemd-units
BuildRequires: pkgconfig
@@ -323,6 +320,7 @@ fi
%{_bindir}/update-patterndb
%{_libdir}/lib%{name}-*.so.*
%{_libdir}/libevtlog-*.so.*
+%{_libdir}/libsecret-storage.so.*
%{_libdir}/%{name}/*.so
%exclude %{_libdir}/%{name}/libafsql.so
%exclude %{_libdir}/%{name}/libafmongodb.so
@@ -383,6 +381,7 @@ fi
%{_libdir}/libsyslog-ng.so
%{_libdir}/libsyslog-ng-native-connector.a
%{_libdir}/libevtlog.so
+%{_libdir}/libsecret-storage.so
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/syslog-ng.pc
%{_libdir}/pkgconfig/syslog-ng-native-connector.pc
@@ -391,6 +390,9 @@ fi
%changelog
+* Wed Feb 28 2018 My Karlsson <mk(a)acc.umu.se> - 3.14.1-1
+- Update to upstream release 3.14.1
+
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb(a)redhat.com> - 3.11.1-7
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
https://src.fedoraproject.org/rpms/syslog-ng/c/19075df7a787a616c5a66f80f8...
5 years, 3 months
jchaloup pushed to golang-github-hashicorp-memberlist (master).
"Autogenerate some parts using the new macros"
by notifications@fedoraproject.org
From 2b406e0911b112c6a597c05ca482e97e6db34939 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Feb 28 2018 19:23:47 +0000
Subject: Autogenerate some parts using the new macros
---
diff --git a/golang-github-hashicorp-memberlist.spec b/golang-github-hashicorp-memberlist.spec
index b7c8bfd..52c7d6e 100644
--- a/golang-github-hashicorp-memberlist.spec
+++ b/golang-github-hashicorp-memberlist.spec
@@ -1,161 +1,57 @@
-%if 0%{?fedora} || 0%{?rhel} == 6
-%global with_devel 1
-%global with_bundled 0
-%global with_debug 0
-# Test fails `constant 2147483648 overflows int' - a golang bug
-%global with_check 0
-%global with_unit_test 1
-%else
-%global with_devel 0
-%global with_bundled 0
-%global with_debug 0
-%global with_check 0
-%global with_unit_test 0
-%endif
-
-%if 0%{?with_debug}
-%global _dwz_low_mem_die_limit 0
-%else
-%global debug_package %{nil}
-%endif
-
-%global provider github
-%global provider_tld com
-%global project hashicorp
-%global repo memberlist
-# https://github.com/hashicorp/memberlist
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
-%global import_path %{provider_prefix}
+# http://github.com/hashicorp/memberlist
+%global provider_prefix github.com/hashicorp/memberlist
+%global gobaseipath %{provider_prefix}
%global commit 28424fb38c7c3e30f366b72b1a55f690d318d8f3
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20151121
-Name: golang-%{provider}-%{project}-%{repo}
+%gocraftmeta -i
+
+Name: %{goname}
Version: 0
-Release: 0.11.git%{shortcommit}%{?dist}
+Release: 0.12.%{commitdate}git%{shortcommit}%{?dist}
Summary: Golang package for gossip based membership and failure detection
License: MPLv2.0
-URL: https://%{provider_prefix}
-Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-
-# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
-ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
+URL: %{gourl}
+Source0: %{gosource}
%description
%{summary}
-%if 0%{?with_devel}
%package devel
Summary: %{summary}
BuildArch: noarch
-%if 0%{?with_check}
BuildRequires: golang(github.com/armon/go-metrics)
BuildRequires: golang(github.com/hashicorp/go-msgpack/codec)
-%endif
-
-Requires: golang(github.com/armon/go-metrics)
-Requires: golang(github.com/hashicorp/go-msgpack/codec)
-
-Provides: golang(%{import_path}) = %{version}-%{release}
%description devel
%{summary}
This package contains library source intended for
building other packages which use import path with
-%{import_path} prefix.
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%package unit-test
-Summary: Unit tests for %{name} package
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
-
-%if 0%{?with_check}
-#Here comes all BuildRequires: PACKAGE the unit tests
-#in %%check section need for running
-%endif
-
-# test subpackage tests code from devel subpackage
-Requires: %{name}-devel = %{version}-%{release}
-
-%description unit-test
-%{summary}
-
-This package contains unit tests for project
-providing packages with %{import_path} prefix.
-%endif
+%{gobaseipath} prefix.
%prep
-%setup -q -n %{repo}-%{commit}
-
-%build
+%gosetup
%install
-# source codes for building projects
-%if 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
-# find all *.go but no *_test.go files and generate devel.file-list
-for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
-done
-%endif
-
-# testing files for this project
-%if 0%{?with_unit_test} && 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-# find all *_test.go files and generate unit-test.file-list
-for file in $(find . -iname "*_test.go"); do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list
-done
-%endif
-
-%if 0%{?with_devel}
-sort -u -o devel.file-list devel.file-list
-%endif
+%goinstall %{gobaseipath}
%check
-%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
-%if ! 0%{?with_bundled}
-export GOPATH=%{buildroot}/%{gopath}:%{gopath}
-%else
-export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
-%endif
-
-%if ! 0%{?gotest:1}
-%global gotest go test
-%endif
-
-%gotest %{import_path}
-%endif
+# constant 2147483648 overflows int
+%gochecks %{gobaseipath}
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
-%if 0%{?with_devel}
%files devel -f devel.file-list
%license LICENSE
%doc README.md todo.md
-%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%files unit-test -f unit-test.file-list
-%license LICENSE
-%doc README.md todo.md
-%endif
%changelog
+* Wed Feb 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.12.20151121git28424fb
+- Autogenerate some parts using the new macros
+
* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.11.git28424fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@@ -194,4 +90,3 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
- First package for Fedora
resolves: #1212065
-
https://src.fedoraproject.org/rpms/golang-github-hashicorp-memberlist/c/2...
5 years, 3 months
rdieter pushed to phonon (master). "Recommends:
phonon-backend-gstreamer (..more)"
by notifications@fedoraproject.org
From 350d85d77f80e27a8e6845d60686e21bc16a9863 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Feb 28 2018 19:28:14 +0000
Subject: Recommends: phonon-backend-gstreamer
drop versioned pulseaudio
---
diff --git a/phonon.spec b/phonon.spec
index dbcece3..82235ac 100644
--- a/phonon.spec
+++ b/phonon.spec
@@ -14,7 +14,7 @@
Summary: Multimedia framework api
Name: phonon
Version: 4.10.0
-Release: 3%{?dist}
+Release: 4%{?dist}
License: LGPLv2+
URL: http://phonon.kde.org/
@@ -59,17 +59,18 @@ BuildRequires: pkgconfig(Qt5Declarative)
BuildRequires: pkgconfig(QZeitgeist)
%endif
-%global pulseaudio_version %((pkg-config --modversion libpulse 2>/dev/null || echo 0.9.15) | cut -d- -f1)
-
Requires: kde-filesystem
%if 0%{?bootstrap}
Provides: phonon-backend%{?_isa} = 4.7
%else
+%if 0%{?fedora} || 0%{?rhel} > 7
+Recommends: phonon-backend-gstreamer%{?_isa}
+%else
Requires: phonon-backend%{?_isa} => 4.7
%endif
-Requires: pulseaudio-libs%{?_isa} >= %{pulseaudio_version}
+%endif
-%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
+%{?_qt4:Requires: %{_qt4}%{?_isa} >= %{_qt4_version}}
Provides: phonon-experimental = %{version}-%{release}
@@ -85,11 +86,15 @@ Provides: phonon-experimental-devel = %{version}-%{release}
%package qt5
Summary: phonon for Qt5
-%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
+%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
%if 0%{?bootstrap}
-Provides: %{name}-qt5-backend%{?_isa} = 4.7
+%if 0%{?fedora} || 0%{?rhel} > 7
+Recommends: phonon-qt5-backend-gstreamer%{?_isa}
%else
-Requires: %{name}-qt5-backend%{?_isa} => 4.7
+Provides: phonon-qt5-backend%{?_isa} = 4.7
+%else
+Requires: phonon-qt5-backend%{?_isa} => 4.7
+%endif
%endif
%description qt5
%{summary}.
@@ -205,6 +210,10 @@ end
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 4.10.0-4
+- Recommends: phonon-backend-gstreamer
+- drop versioned pulseaudio
+
* Wed Feb 28 2018 Adam Williamson <awilliam(a)redhat.com> - 4.10.0-3
- Back to a non-bootstrap build
https://src.fedoraproject.org/rpms/phonon/c/350d85d77f80e27a8e6845d60686e...
5 years, 3 months
bowlofeggs pushed to python-pyramid (master). "Use /usr/bin/python2
instead of /usr/bin/python when building. (..more)"
by notifications@fedoraproject.org
From bb5edcfd80ea2014846e2c56c2879ab55bd8798f Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy(a)electronsweatshop.com>
Date: Feb 28 2018 19:22:46 +0000
Subject: Use /usr/bin/python2 instead of /usr/bin/python when building.
Signed-off-by: Randy Barlow <randy(a)electronsweatshop.com>
---
diff --git a/python-pyramid.spec b/python-pyramid.spec
index 203aea0..550b4b5 100644
--- a/python-pyramid.spec
+++ b/python-pyramid.spec
@@ -11,7 +11,7 @@ fun, more predictable, and more productive.
Name: python-%{modname}
Version: 1.9.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: %{sum}
Group: Development/Libraries
@@ -157,16 +157,17 @@ cp -a . %{py3dir}
%build
%if 0%{?with_python3}
pushd %{py3dir}
-%{__python3} setup.py build
+%py3_build
popd
%endif
-%{__python} setup.py build
+%py2_build
+
%install
%if 0%{?with_python3}
pushd %{py3dir}
-%{__python3} setup.py install --skip-build --root=%{buildroot}
+%py3_install
cp -r pyramid/scaffolds/alchemy %{buildroot}/%{python3_sitelib}/pyramid/scaffolds/.
cp -r pyramid/scaffolds/starter %{buildroot}/%{python3_sitelib}/pyramid/scaffolds/.
cp -r pyramid/scaffolds/zodb %{buildroot}/%{python3_sitelib}/pyramid/scaffolds/.
@@ -180,7 +181,7 @@ done;
popd
%endif
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%py2_install
cp -r pyramid/scaffolds/alchemy %{buildroot}/%{python_sitelib}/pyramid/scaffolds/.
cp -r pyramid/scaffolds/starter %{buildroot}/%{python_sitelib}/pyramid/scaffolds/.
cp -r pyramid/scaffolds/zodb %{buildroot}/%{python_sitelib}/pyramid/scaffolds/.
@@ -204,7 +205,7 @@ popd
%if 0%{?rhel} && 0%{?rhel} <= 6
# Tests on el6 fail for unknown reasons.
%else
-%{__python} setup.py test
+%{__python2} setup.py test
%endif
%files -n python2-pyramid
@@ -262,6 +263,9 @@ popd
%endif
%changelog
+* Wed Feb 28 2018 Randy Barlow <bowlofeggs(a)fedoraproject.org> - 1.9.1-4
+- Use /usr/bin/python2 instead of /usr/bin/python when building.
+
* Tue Feb 27 2018 Iryna Shcherbina <ishcherb(a)redhat.com> - 1.9.1-3
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
https://src.fedoraproject.org/rpms/python-pyramid/c/bb5edcfd80ea2014846e2...
5 years, 3 months
bowlofeggs pushed to python-pyramid (master). "Remove changelog
entries that are older than a year. (..more)"
by notifications@fedoraproject.org
From adff2d299bc4f419f565d03ccee3fb1323e3baf6 Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy(a)electronsweatshop.com>
Date: Feb 28 2018 19:27:52 +0000
Subject: Remove changelog entries that are older than a year.
Signed-off-by: Randy Barlow <randy(a)electronsweatshop.com>
---
diff --git a/python-pyramid.spec b/python-pyramid.spec
index 550b4b5..96ffd63 100644
--- a/python-pyramid.spec
+++ b/python-pyramid.spec
@@ -304,133 +304,3 @@ popd
* Fri Mar 10 2017 Randy Barlow <bowlofeggs(a)fedoraproject.org> - 1.8.2-2
- Depend on python{2,3}-hupper (#1431289).
-
-* Tue Feb 21 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.8.2-1
-- Update to 1.8.2. Fixes bug #1413949
-
-* Sun Feb 19 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.8.1-1
-- Update to 1.8.1. Fixes bug #1413949
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.6-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 19 2016 Miro Hrončok <mhroncok(a)redhat.com> - 1.5.6-6
-- Rebuild for Python 3.6
-
-* Tue Jul 19 2016 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5.6-5
-- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_...
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5.6-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Tue Nov 10 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
-
-* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Wed Apr 15 2015 Ralph Bean <rbean(a)redhat.com> - 1.5.6-1
-- new version
-
-* Wed Apr 15 2015 Ralph Bean <rbean(a)redhat.com> - 1.5.1-2
-- Upstream epel7 to 1.5.1.
-
-* Fri Nov 07 2014 Ralph Bean <rbean(a)redhat.com> - 1.4.6-1
-- Upstream 1.4.6 for epel7.
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Thu May 29 2014 Bohuslav Kabrda <bkabrda(a)redhat.com> - 1.4-12
-- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
-
-* Fri Dec 06 2013 Pierre-Yves Chibon <pingou@pingoured>fr - 1.4-11
-- Change BR from python-setuptools-devel to python-setuptools
- See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Tue Apr 16 2013 Ralph Bean <rbean(a)redhat.com> - 1.4-9
-- Make python-webob dependency contingent on f19.
-
-* Tue Apr 16 2013 Ralph Bean <rbean(a)redhat.com> - 1.4-8
-- Explicitly copy scaffolds into buildroot.
-- More explicit file ownership.
-
-* Fri Apr 5 2013 Luke Macken <lmacken(a)redhat.com> - 1.4-7
-- Require python-webob >= 1.2 instead of the python-webob1.2 package
-
-* Wed Feb 27 2013 Ralph Bean <rbean(a)redhat.com> - 1.4-6
-- Reenabled the python3 subpackage.
-- Correctly prefixed python3 executables.
-- Remove egg-info in prep, not after build.
-
-* Fri Feb 22 2013 Ralph Bean <rbean(a)redhat.com> - 1.4-5
-- Manually disabled python3 subpackage; waiting on deps.
-- Loosened constraint on python-webob version.
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Wed Jan 16 2013 Ralph Bean <rbean(a)redhat.com> - 1.4-3
-- Packaged python3 subpackage.
-- Removed unnecessary Buildroot tag.
-- Removed requirement on python-virtualenv.
-- Removed requirement on python-paste.
-
-* Mon Dec 31 2012 Ralph Bean <rbean(a)redhat.com> - 1.4-2
-- Add zope.interface to the setuptools hack for el6.
-- Add dep on python-unittest2 for el6.
-- Add dep on python-ordereddict for el6.
-- Remove bundled egg-info
-- More specific directory listing in python_sitelib.
-- Disable tests for el6. Unexplained failure.
-
-* Wed Dec 19 2012 Ralph Bean <rbean(a)redhat.com> - 1.4-1
-- Latest upstream.
-
-* Mon Dec 10 2012 Ralph Bean <rbean(a)redhat.com> - 1.4b3-1
-- Latest upstream. 1.4b2-1 was a brownbag release.
-
-* Mon Dec 10 2012 Ralph Bean <rbean(a)redhat.com> - 1.4b2-1
-- Latest upstream.
-
-* Wed Nov 28 2012 Ralph Bean <rbean(a)redhat.com> - 1.4b1-1
-- Latest upstream.
-- Removed unnecessary defattr and clean section.
-- Re-enabled test suite/check section.
-- Removed old patch.
-- Depend on and force python-webob1.2
-- A bunch of new _bindir tools.
-
-* Wed Oct 10 2012 Tomas Dabasinskas <tomas(a)redhat.com> - 1.2.7-6
-- Changed python-mako requires.
- For rhel python-mako0.4, else python-mako >= 0.3.6
-
-* Wed Sep 26 2012 Tomas Dabasinskas <tomas(a)redhat.com> - 1.2.7-5
-- Added patch to change install requires from python-paste-script >= 1.7.4
- to python-paste-script >= 1.7.3, python-paste-script is provided by Red Hat
- patch applied if running on rhel
-- Added version numbers for required packages
-
-* Wed Sep 26 2012 Tomas Dabasinskas <tomas(a)redhat.com> - 1.2.7-4
-- For requires, changed python-webob package to python-webob1.2
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Jun 26 2012 Ross Delinger <rossdylan(a)csh.rit.edu> - 1.2-1
-- Updated to upstream version 1.2.7
-- Disabled unit tests because of false negatives, will be renabled for the 1.3.x
- release
-
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Thu Aug 18 2011 Luke Macken <lmacken(a)redhat.com> - 1.1.2-1
-- Latest upstream release
-- Update our requirements
-
-* Sat Jan 2 2010 Luke Macken <lmacken(a)redhat.com> - 1.0-1
-- Initial package
https://src.fedoraproject.org/rpms/python-pyramid/c/adff2d299bc4f419f565d...
5 years, 3 months
jchaloup pushed to golang-github-hashicorp-yamux (master).
"Autogenerate some parts using the new macros"
by notifications@fedoraproject.org
From 68b2d5738b711f1b2f2fe86cbd203c54da32ff63 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Feb 28 2018 19:22:16 +0000
Subject: Autogenerate some parts using the new macros
---
diff --git a/golang-github-hashicorp-yamux.spec b/golang-github-hashicorp-yamux.spec
index 2786ebe..5b6950a 100644
--- a/golang-github-hashicorp-yamux.spec
+++ b/golang-github-hashicorp-yamux.spec
@@ -1,156 +1,53 @@
-%if 0%{?fedora} || 0%{?rhel} == 6
-%global with_devel 1
-%global with_bundled 0
-%global with_debug 0
-# Tests fails: yamux: Failed to write header: io: read/write on closed pipe
-%global with_check 0
-%global with_unit_test 1
-%else
-%global with_devel 0
-%global with_bundled 0
-%global with_debug 0
-%global with_check 0
-%global with_unit_test 0
-%endif
-
-%if 0%{?with_debug}
-%global _dwz_low_mem_die_limit 0
-%else
-%global debug_package %{nil}
-%endif
-
-%global provider github
-%global provider_tld com
-%global project hashicorp
-%global repo yamux
-# https://github.com/hashicorp/yamux
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
-%global import_path %{provider_prefix}
+# http://github.com/hashicorp/yamux
+%global provider_prefix github.com/hashicorp/yamux
+%global gobaseipath %{provider_prefix}
%global commit df949784da9ed028ee76df44652e42d37a09d7e4
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20151129
-Name: golang-%{provider}-%{project}-%{repo}
+%gocraftmeta -i
+
+Name: %{goname}
Version: 0
-Release: 0.11.git%{shortcommit}%{?dist}
+Release: 0.12.%{commitdate}git%{shortcommit}%{?dist}
Summary: Golang connection multiplexing library
License: MPLv2.0
-URL: https://%{provider_prefix}
-Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-
-# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
-ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
+URL: %{gourl}
+Source0: %{gosource}
%description
%{summary}
-%if 0%{?with_devel}
%package devel
Summary: %{summary}
BuildArch: noarch
-%if 0%{?with_check}
-%endif
-
-Provides: golang(%{import_path}) = %{version}-%{release}
-
%description devel
%{summary}
This package contains library source intended for
building other packages which use import path with
-%{import_path} prefix.
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%package unit-test
-Summary: Unit tests for %{name} package
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
-
-%if 0%{?with_check}
-#Here comes all BuildRequires: PACKAGE the unit tests
-#in %%check section need for running
-%endif
-
-# test subpackage tests code from devel subpackage
-Requires: %{name}-devel = %{version}-%{release}
-
-%description unit-test
-%{summary}
-
-This package contains unit tests for project
-providing packages with %{import_path} prefix.
-%endif
+%{gobaseipath} prefix.
%prep
-%setup -q -n %{repo}-%{commit}
-
-%build
+%gosetup
%install
-# source codes for building projects
-%if 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
-# find all *.go but no *_test.go files and generate devel.file-list
-for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
-done
-%endif
-
-# testing files for this project
-%if 0%{?with_unit_test} && 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-# find all *_test.go files and generate unit-test.file-list
-for file in $(find . -iname "*_test.go"); do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list
-done
-%endif
-
-%if 0%{?with_devel}
-sort -u -o devel.file-list devel.file-list
-%endif
+%goinstall
%check
-%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
-%if ! 0%{?with_bundled}
-export GOPATH=%{buildroot}/%{gopath}:%{gopath}
-%else
-export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
-%endif
-
-%if ! 0%{?gotest:1}
-%global gotest go test
-%endif
-
-%gotest %{import_path}
-%endif
+%gochecks %{gobaseipath}
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
-%if 0%{?with_devel}
%files devel -f devel.file-list
%license LICENSE
%doc spec.md README.md
-%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%files unit-test -f unit-test.file-list
-%license LICENSE
-%doc spec.md README.md
-%endif
%changelog
+* Wed Feb 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.12.20151129gitdf94978
+- Autogenerate some parts using the new macros
+
* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.11.gitdf94978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@@ -189,4 +86,3 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
- First package for Fedora
resolves: #1212111
-
https://src.fedoraproject.org/rpms/golang-github-hashicorp-yamux/c/68b2d5...
5 years, 3 months
jchaloup pushed to golang-github-hashicorp-scada-client (master).
"Autogenerate some parts using the new macros"
by notifications@fedoraproject.org
From 685ec274bd991501bae4597289985f0df28f0fe9 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Feb 28 2018 19:08:31 +0000
Subject: Autogenerate some parts using the new macros
---
diff --git a/golang-github-hashicorp-scada-client.spec b/golang-github-hashicorp-scada-client.spec
index 643970d..d63fed5 100644
--- a/golang-github-hashicorp-scada-client.spec
+++ b/golang-github-hashicorp-scada-client.spec
@@ -1,169 +1,58 @@
-%if 0%{?fedora} || 0%{?rhel} == 6
-%global with_devel 1
-%global with_bundled 0
-%global with_debug 0
-%global with_check 1
-%global with_unit_test 1
-%else
-%global with_devel 0
-%global with_bundled 0
-%global with_debug 0
-%global with_check 0
-%global with_unit_test 0
-%endif
-
-%if 0%{?with_debug}
-%global _dwz_low_mem_die_limit 0
-%else
-%global debug_package %{nil}
-%endif
-
-%global provider github
-%global provider_tld com
-%global project hashicorp
-%global repo scada-client
-# https://github.com/hashicorp/scada-client
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
-%global import_path %{provider_prefix}
+# http://github.com/hashicorp/scada-client
+%global provider_prefix github.com/hashicorp/scada-client
+%global gobaseipath %{provider_prefix}
%global commit 84989fd23ad4cc0e7ad44d6a871fd793eb9beb0a
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20150829
-Name: golang-%{provider}-%{project}-%{repo}
+%gocraftmeta -i
+
+Name: %{goname}
Version: 0
-Release: 0.11.git%{shortcommit}%{?dist}
+Release: 0.12.%{commitdate}git%{shortcommit}%{?dist}
Summary: Implements a Golang client to the HashiCorp SCADA system
License: MPLv2.0
-URL: https://%{provider_prefix}
-Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-
-# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
-ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
+URL: %{gourl}
+Source0: %{gosource}
%description
%{summary}
-%if 0%{?with_devel}
%package devel
Summary: %{summary}
BuildArch: noarch
-%if 0%{?with_check}
BuildRequires: golang(github.com/armon/go-metrics)
BuildRequires: golang(github.com/hashicorp/go-multierror)
BuildRequires: golang(github.com/hashicorp/net-rpc-msgpackrpc)
BuildRequires: golang(github.com/hashicorp/yamux)
-%endif
-
-Requires: golang(github.com/armon/go-metrics)
-Requires: golang(github.com/hashicorp/net-rpc-msgpackrpc)
-Requires: golang(github.com/hashicorp/yamux)
-
-Provides: golang(%{import_path}) = %{version}-%{release}
%description devel
%{summary}
This package contains library source intended for
building other packages which use import path with
-%{import_path} prefix.
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%package unit-test
-Summary: Unit tests for %{name} package
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
-
-%if 0%{?with_check}
-#Here comes all BuildRequires: PACKAGE the unit tests
-#in %%check section need for running
-%endif
-
-# test subpackage tests code from devel subpackage
-Requires: %{name}-devel = %{version}-%{release}
-
-%description unit-test
-%{summary}
-
-This package contains unit tests for project
-providing packages with %{import_path} prefix.
-%endif
+%{gobaseipath} prefix.
%prep
-%setup -q -n %{repo}-%{commit}
-
-%build
+%gosetup
%install
-# source codes for building projects
-%if 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
-# find all *.go but no *_test.go files and generate devel.file-list
-for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
-done
-%endif
-
-# testing files for this project
-%if 0%{?with_unit_test} && 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-# find all *_test.go files and generate unit-test.file-list
-for file in $(find . -iname "*_test.go"); do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list
-done
-for file in $(find ./test/ -iname "*.pem"); do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list
-done
-%endif
-
-%if 0%{?with_devel}
-sort -u -o devel.file-list devel.file-list
-%endif
+%goinstall $(find . -iname "*.pem")
%check
-%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
-%if ! 0%{?with_bundled}
-export GOPATH=%{buildroot}/%{gopath}:%{gopath}
-%else
-export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
-%endif
-
-%if ! 0%{?gotest:1}
-%global gotest go test
-%endif
-
-%gotest %{import_path}
-%endif
+%gochecks
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
-%if 0%{?with_devel}
%files devel -f devel.file-list
%license LICENSE
%doc README.md
-%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%files unit-test -f unit-test.file-list
-%license LICENSE
-%doc README.md
-%endif
%changelog
+* Wed Feb 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.12.20150829git84989fd
+- Autogenerate some parts using the new macros
+
* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.11.git84989fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@@ -201,4 +90,3 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
- First package for Fedora
resolves: #1212113
-
https://src.fedoraproject.org/rpms/golang-github-hashicorp-scada-client/c...
5 years, 3 months
jchaloup pushed to golang-github-hashicorp-raft-boltdb (master).
"Autogenerate some parts using the new macros"
by notifications@fedoraproject.org
From 8f683386d237ac6147996b9a25ed62abe7b1b6e1 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Feb 28 2018 19:07:33 +0000
Subject: Autogenerate some parts using the new macros
---
diff --git a/golang-github-hashicorp-raft-boltdb.spec b/golang-github-hashicorp-raft-boltdb.spec
index 5975cdf..9260e64 100644
--- a/golang-github-hashicorp-raft-boltdb.spec
+++ b/golang-github-hashicorp-raft-boltdb.spec
@@ -1,164 +1,58 @@
-%if 0%{?fedora} || 0%{?rhel} == 6
-%global with_devel 1
-%global with_bundled 0
-%global with_debug 0
-%global with_check 1
-%global with_unit_test 1
-%else
-%global with_devel 0
-%global with_bundled 0
-%global with_debug 0
-%global with_check 0
-%global with_unit_test 0
-%endif
-
-%if 0%{?with_debug}
-%global _dwz_low_mem_die_limit 0
-%else
-%global debug_package %{nil}
-%endif
-
-%global provider github
-%global provider_tld com
-%global project hashicorp
-%global repo raft-boltdb
-# https://github.com/hashicorp/raft-boltdb
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
-%global import_path %{provider_prefix}
+# http://github.com/hashicorp/raft-boltdb
+%global provider_prefix github.com/hashicorp/raft-boltdb
+%global gobaseipath %{provider_prefix}
%global commit d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20150101
-Name: golang-%{provider}-%{project}-%{repo}
+%gocraftmeta -i
+
+Name: %{goname}
Version: 0
-Release: 0.10.git%{shortcommit}%{?dist}
+Release: 0.11.%{commitdate}git%{shortcommit}%{?dist}
Summary: Raft backend implementation using BoltDB
License: MPLv2.0
-URL: https://%{provider_prefix}
-Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-
-# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
-ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
+URL: %{gourl}
+Source0: %{gosource}
%description
%{summary}
-%if 0%{?with_devel}
%package devel
Summary: %{summary}
BuildArch: noarch
-%if 0%{?with_check}
BuildRequires: golang(github.com/boltdb/bolt)
BuildRequires: golang(github.com/hashicorp/go-msgpack/codec)
BuildRequires: golang(github.com/hashicorp/raft)
BuildRequires: golang(github.com/hashicorp/raft/bench)
-%endif
-
-Requires: golang(github.com/boltdb/bolt)
-Requires: golang(github.com/hashicorp/go-msgpack/codec)
-Requires: golang(github.com/hashicorp/raft)
-Requires: golang(github.com/hashicorp/raft/bench)
-
-Provides: golang(%{import_path}) = %{version}-%{release}
%description devel
%{summary}
This package contains library source intended for
building other packages which use import path with
-%{import_path} prefix.
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%package unit-test
-Summary: Unit tests for %{name} package
-# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
-BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
-
-%if 0%{?with_check}
-#Here comes all BuildRequires: PACKAGE the unit tests
-#in %%check section need for running
-%endif
-
-# test subpackage tests code from devel subpackage
-Requires: %{name}-devel = %{version}-%{release}
-
-%description unit-test
-%{summary}
-
-This package contains unit tests for project
-providing packages with %{import_path} prefix.
-%endif
+%{gobaseipath} prefix.
%prep
-%setup -q -n %{repo}-%{commit}
-
-%build
+%gosetup
%install
-# source codes for building projects
-%if 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
-# find all *.go but no *_test.go files and generate devel.file-list
-for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
-done
-%endif
-
-# testing files for this project
-%if 0%{?with_unit_test} && 0%{?with_devel}
-install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
-# find all *_test.go files and generate unit-test.file-list
-for file in $(find . -iname "*_test.go"); do
- echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
- install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
- cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
- echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list
-done
-%endif
-
-%if 0%{?with_devel}
-sort -u -o devel.file-list devel.file-list
-%endif
+%goinstall
%check
-%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
-%if ! 0%{?with_bundled}
-export GOPATH=%{buildroot}/%{gopath}:%{gopath}
-%else
-export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
-%endif
-
-%if ! 0%{?gotest:1}
-%global gotest go test
-%endif
-
-%gotest %{import_path}
-%endif
+%gochecks
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
-%if 0%{?with_devel}
%files devel -f devel.file-list
%license LICENSE
%doc README.md
-%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
-%endif
-
-%if 0%{?with_unit_test} && 0%{?with_devel}
-%files unit-test -f unit-test.file-list
-%license LICENSE
-%doc README.md
-%endif
%changelog
+* Wed Feb 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.11.20150101gitd1e82c1
+- Autogenerate some parts using the new macros
+
* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.10.gitd1e82c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@@ -192,4 +86,3 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
- First package for Fedora
resolves: #1212105
-
https://src.fedoraproject.org/rpms/golang-github-hashicorp-raft-boltdb/c/...
5 years, 3 months