public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yadifa] f45: yadifa: 3.0.3 release
@ 2026-09-08 14:40 Denis Fateyev
  0 siblings, 0 replies; only message in thread
From: Denis Fateyev @ 2026-09-08 14:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/yadifa
Branch : f45
Commit : 5fb3434974fa42b880edfb1c2ad3c9f69833b55e
Author : Denis Fateyev <denis@fateyev.com>
Date   : 2026-09-08T19:28:53+05:00
Stats  : +18/-9 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/yadifa/c/5fb3434974fa42b880edfb1c2ad3c9f69833b55e?branch=f45

Log:
yadifa: 3.0.3 release

---
diff --git a/.gitignore b/.gitignore
index c82a516..38bb924 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /yadifa-2.6.5-11201.tar.gz
 /yadifa-2.6.6-11255.tar.gz
 /yadifa-2.6.7-11259.tar.gz
+/yadifa-3.0.3-11710.tar.gz

diff --git a/sources b/sources
index 972eeb7..86b1230 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yadifa-2.6.7-11259.tar.gz) = be597dc6e886177c20d13c78c2b30f3ff3ea5cfb2cff91f1f4e3507d2ae17974c630939856ae46b5200aa9e9d2c454c8c88045aa86511894e9659fcd7f9090af
+SHA512 (yadifa-3.0.3-11710.tar.gz) = f00cf5447485774bffd033bfc24fc8f5f7e8363fc13454050681f526bc216b7f0db125b11da3c4dcf2f51ddef472a3f3403755c1e56e017c746ddda059c861d3

diff --git a/yadifa.spec b/yadifa.spec
index 69bf988..0b888a5 100644
--- a/yadifa.spec
+++ b/yadifa.spec
@@ -2,11 +2,11 @@
 %global _hardened_build	1
 
 # version revision
-%global revision	11259
+%global revision	11710
 
 Name:		yadifa
-Version:	2.6.7
-Release:	7%{?dist}
+Version:	3.0.3
+Release:	1%{?dist}
 Summary:	Lightweight authoritative Name Server with DNSSEC capabilities
 
 License:	BSD-3-Clause
@@ -15,12 +15,14 @@ Source0:	http://cdn.yadifa.eu/sites/default/files/releases/%{name}-%{version}-%{
 Source1:	yadifad.service
 Source3:	yadifa.logrotate
 
-BuildRequires:	gcc
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	coreutils
 BuildRequires:	findutils
+BuildRequires:	gcc
+BuildRequires:	libtool
 BuildRequires:	make
 BuildRequires:	openssl-devel
-BuildRequires:	openssl-devel-engine
 BuildRequires:	sed
 
 Requires:	logrotate
@@ -65,6 +67,9 @@ required for development with YADIFA DNS server
 export CPPFLAGS="%{optflags} -DNDEBUG -g"
 export LDFLAGS="$LDFLAGS -lssl -lcrypto"
 
+# prepare build script
+./autogen.sh
+
 %configure \
     --with-tools \
     --enable-rrl \
@@ -160,9 +165,9 @@ exit 0
 %{_mandir}/man8/yakeyrolld.8*
 
 %files libs
-%{_libdir}/libdnscore.so.7*
-%{_libdir}/libdnsdb.so.7*
-%{_libdir}/libdnslg.so.7*
+%{_libdir}/libdnscore.so.*
+%{_libdir}/libdnsdb.so.*
+%{_libdir}/libdnslg.so.*
 
 %files tools
 %license COPYING
@@ -183,6 +188,9 @@ exit 0
 
 
 %changelog
+* Tue Sep 08 2026 Denis Fateyev <denis@fateyev.com> - 3.0.3-1
+- Update to 3.0.3 release
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-08 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 14:40 [rpms/yadifa] f45: yadifa: 3.0.3 release Denis Fateyev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox