Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9470d9791e | ||
|
|
babbcd29c1 | ||
|
|
f5c4fe68e8 |
2 changed files with 12 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
From 3f5e9dbf0ef53152507476d0ec874dfb62009813 Mon Sep 17 00:00:00 2001
|
||||
From: Robert Scheck <robert@fedoraproject.org>
|
||||
Date: Sat, 1 Mar 2025 13:03:49 +0100
|
||||
Subject: [PATCH] Skip DNS tests without network access
|
||||
From 7379afce07b19c04a1927172ddd2ebb9213d87fa Mon Sep 17 00:00:00 2001
|
||||
From: Robert Scheck <robert-scheck@users.noreply.github.com>
|
||||
Date: Sat, 1 Mar 2025 15:29:17 +0100
|
||||
Subject: [PATCH] Skip DNS tests without network access (#83)
|
||||
|
||||
$ make test
|
||||
prove -It/lib --recurse t
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: E-mail filtering framework using Sendmail's Milter interface
|
||||
Name: mimedefang
|
||||
Version: 3.6
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# {event{,_tcp}.{c,h},eventpriv.h} are GPL-2.0-or-later, rest is GPL-2.0-only
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
URL: https://mimedefang.org/
|
||||
|
|
@ -14,7 +14,7 @@ Source5: mimedefang-multiplexor.service
|
|||
Source6: mimedefang-wrapper
|
||||
Source7: mimedefang.tmpfilesd
|
||||
Source8: mimedefang.sysusersd
|
||||
Patch0: https://github.com/The-McGrail-Foundation/MIMEDefang/pull/83.patch#/mimedefang-3.6-tests.patch
|
||||
Patch0: https://github.com/The-McGrail-Foundation/MIMEDefang/commit/7379afce07b19c04a1927172ddd2ebb9213d87fa.patch#/mimedefang-3.6-tests.patch
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
|
@ -163,6 +163,12 @@ fi
|
|||
%dir %attr(0750,defang,defang) %{_localstatedir}/spool/MD-Quarantine/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 3.6-2
|
||||
- Perl 5.42 rebuild
|
||||
|
||||
* Sat Mar 01 2025 Robert Scheck <robert@fedoraproject.org> 3.6-1
|
||||
- Upgrade to 3.6 (#2301647)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue