Upstream released new version
BuildRequires gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire) Fix mixed indentation in spec file
This commit is contained in:
parent
2d79fbf99f
commit
f161c19ec2
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/dnsdist-1.0.0.tar.bz2
|
||||
/dnsdist-1.1.0.tar.bz2
|
||||
/dnsdist-1.2.0.tar.bz2
|
||||
/dnsdist-1.2.1.tar.bz2
|
||||
|
10
dnsdist.spec
10
dnsdist.spec
@ -5,8 +5,8 @@
|
||||
|
||||
|
||||
Name: dnsdist
|
||||
Version: 1.2.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Highly DNS-, DoS- and abuse-aware loadbalancer
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
@ -14,6 +14,7 @@ URL: http://dnsdist.org
|
||||
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
#ppc64 buildroot doesn't have libatomic, so require it
|
||||
#https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/FSMMBCD2C2SPO4D66O35EGUTF7YXEPBA/
|
||||
BuildRequires: libatomic
|
||||
@ -108,6 +109,11 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Ruben Kerkhof <ruben@rubenkerkhof.com> - 1.2.1-1
|
||||
- Upstream released new version
|
||||
- BuildRequires gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire)
|
||||
- Fix mixed indentation in spec file
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnsdist-1.2.0.tar.bz2) = 93f8c5f18462d3291c973a690f6ac2b3c5791d9947bee83d9250b503b7526de365bdcb530f3b082e51ae168a9129e77d5558af7cc3b9d2e98a585af53783c237
|
||||
SHA512 (dnsdist-1.2.1.tar.bz2) = 0f88fbe15d79e5b6240343a660b4207502523877114056dfce7995079f48bdfd9d901bae1e018edc2286af5a110b1ffe2503fc196d2bda9ca9a85d76ff585d28
|
||||
|
Loading…
Reference in New Issue
Block a user