|
|
|
@ -1,49 +1,6 @@
|
|
|
|
|
# OVERRIDE RHEL VERSION HERE, RHEL BUILDSYSTEM DOESN'T HAVE DIST TAG
|
|
|
|
|
#%%define rhel 4
|
|
|
|
|
|
|
|
|
|
# Define dist tags for old RHEL releases
|
|
|
|
|
%if 0%{?rhel} == 4
|
|
|
|
|
%define dist .el4
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} == 5
|
|
|
|
|
%define dist .el5
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} == 6
|
|
|
|
|
%define dist .el6
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Define variables to use in conditionals
|
|
|
|
|
%define option_ssl 0
|
|
|
|
|
%define perl_devel 0
|
|
|
|
|
%define dkim_deps 0
|
|
|
|
|
%global patricia_deps 0
|
|
|
|
|
%global razor_deps 0
|
|
|
|
|
%define require_encode_detect 0
|
|
|
|
|
%define use_systemd 0
|
|
|
|
|
|
|
|
|
|
# SSL and IPv6 (FC6+, RHEL5+)
|
|
|
|
|
%if 0%{?fedora} > 5 || 0%{?rhel} >= 5
|
|
|
|
|
%define option_ssl 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Split perl-devel (FC7+ and RHEL-8+)
|
|
|
|
|
%if 0%{?fedora} > 6 || 0%{?rhel} > 7
|
|
|
|
|
%define perl_devel 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Encode::Detect, not strictly required but helpful if you enable language detection (FC7+)
|
|
|
|
|
%if 0%{?fedora} > 6 || 0%{?rhel} >= 6
|
|
|
|
|
%define require_encode_detect 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Mail::DKIM by default (F11+)
|
|
|
|
|
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
|
|
|
|
|
%define dkim_deps 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
|
|
|
|
|
%define use_systemd 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
|
%global patricia_deps 1
|
|
|
|
@ -53,19 +10,19 @@
|
|
|
|
|
%define real_name Mail-SpamAssassin
|
|
|
|
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
|
|
|
|
|
|
|
|
%global saversion 3.004006
|
|
|
|
|
%global saversion 4.000001
|
|
|
|
|
#%%global prerev rc2
|
|
|
|
|
|
|
|
|
|
Summary: Spam filter for email which can be invoked from mail delivery agents
|
|
|
|
|
Name: spamassassin
|
|
|
|
|
Version: 3.4.6
|
|
|
|
|
Version: 4.0.1
|
|
|
|
|
#Release: 0.8.%%{prerev}%%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://spamassassin.apache.org/
|
|
|
|
|
Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2
|
|
|
|
|
#Source0: %%{real_name}-%%{version}-%%{prerev}.tar.bz2
|
|
|
|
|
Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1888502.tgz
|
|
|
|
|
Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1916528.tgz
|
|
|
|
|
#Source1: %%{real_name}-rules-%%{version}.%%{prerev}.tgz
|
|
|
|
|
Source2: redhat_local.cf
|
|
|
|
|
Source3: spamassassin-default.rc
|
|
|
|
@ -78,27 +35,28 @@ Source9: sa-update.force-sysconfig
|
|
|
|
|
Source10: spamassassin-helper.sh
|
|
|
|
|
Source11: spamassassin-official.conf
|
|
|
|
|
Source13: README.RHEL.Fedora
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
Source14: spamassassin.service
|
|
|
|
|
%endif
|
|
|
|
|
Source15: spamassassin.sysconfig.el
|
|
|
|
|
Source16: sa-update.service
|
|
|
|
|
Source17: sa-update.timer
|
|
|
|
|
|
|
|
|
|
# GPG Keys and source signatures
|
|
|
|
|
Source100: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2.asc
|
|
|
|
|
Source101: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1916528.tgz.asc
|
|
|
|
|
Source102: https://www.apache.org/dist/spamassassin/KEYS
|
|
|
|
|
|
|
|
|
|
# Patches 0-99 are RH specific
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1055593
|
|
|
|
|
# Switch to using gnupg2 instead of gnupg1
|
|
|
|
|
Patch0: spamassassin-3.3.2-gnupg2.patch
|
|
|
|
|
Patch1: spamassassin-3.4.1-add-logfile-homedir-options.patch
|
|
|
|
|
Patch0: spamassassin-4.0.0-gnupg2.patch
|
|
|
|
|
# add a logfile and homedir for razor
|
|
|
|
|
Patch1: spamassassin-4.0.0-add-logfile-homedir-options.patch
|
|
|
|
|
# end of patches
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
Requires: /sbin/chkconfig /sbin/service
|
|
|
|
|
%endif
|
|
|
|
|
Requires(post): diffutils
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: perl-interpreter >= 2:5.8.0
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(Net::DNS)
|
|
|
|
@ -113,11 +71,7 @@ BuildRequires: perl(Net::CIDR::Lite)
|
|
|
|
|
BuildRequires: perl(LWP::UserAgent)
|
|
|
|
|
BuildRequires: perl(Digest::SHA1)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
# Fedora package needs fixing before we can depend on it
|
|
|
|
|
#BuildRequires: re2c
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
BuildRequires: systemd-units
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires: perl(HTTP::Date)
|
|
|
|
|
Requires: perl(LWP::UserAgent)
|
|
|
|
@ -126,16 +80,10 @@ Requires: perl(Time::HiRes)
|
|
|
|
|
Requires: perl(DB_File)
|
|
|
|
|
Requires: perl(Mail::SPF)
|
|
|
|
|
Requires: perl(Net::CIDR::Lite)
|
|
|
|
|
%if %{require_encode_detect}
|
|
|
|
|
Requires: perl(Encode::Detect)
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(BSD::Resource)
|
|
|
|
|
Requires: procmail
|
|
|
|
|
Requires: gnupg2
|
|
|
|
|
Requires: perl(XSLoader)
|
|
|
|
|
Requires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# Fedora package needs fixing before we can depend on it
|
|
|
|
|
#Requires: re2c
|
|
|
|
|
|
|
|
|
|
# Hard requirements
|
|
|
|
|
BuildRequires: perl-HTML-Parser >= 3.43
|
|
|
|
@ -153,29 +101,19 @@ Requires: perl-Razor-Agent
|
|
|
|
|
BuildRequires: perl-Razor-Agent
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{option_ssl}
|
|
|
|
|
# Needed for spamc/spamd SSL
|
|
|
|
|
Requires: perl(IO::Socket::SSL)
|
|
|
|
|
BuildRequires: perl(IO::Socket::SSL)
|
|
|
|
|
# Needed for IPv6
|
|
|
|
|
Requires: perl(IO::Socket::INET6)
|
|
|
|
|
BuildRequires: perl(IO::Socket::INET6)
|
|
|
|
|
%endif
|
|
|
|
|
%if %{perl_devel}
|
|
|
|
|
Requires: perl(IO::Socket::IP)
|
|
|
|
|
BuildRequires: perl(IO::Socket::IP)
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
|
%endif
|
|
|
|
|
# Mail::DKIM for F12+, works from RHEL5+ from EPEL5 but we don't require them
|
|
|
|
|
%if %{dkim_deps}
|
|
|
|
|
Requires: perl(Mail::DKIM)
|
|
|
|
|
BuildRequires: perl(Mail::DKIM)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
Requires(post): systemd-units
|
|
|
|
|
Requires(post): systemd-sysv
|
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# For completeness, explicitly require perl modules already
|
|
|
|
|
# pulled in by perl-interpreter
|
|
|
|
@ -204,7 +142,23 @@ INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc
|
|
|
|
|
To filter spam for all users, add that line to /etc/procmailrc
|
|
|
|
|
(creating if necessary).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package compile
|
|
|
|
|
Summary: Spamassassin sa-compile
|
|
|
|
|
|
|
|
|
|
BuildRequires: re2c
|
|
|
|
|
Requires: re2c
|
|
|
|
|
Requires: perl(XSLoader)
|
|
|
|
|
Requires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description compile
|
|
|
|
|
This subpackage provides the 'sa-compile' tool.
|
|
|
|
|
sa-compile uses "re2c" to compile the site-wide parts of the SpamAssassin ruleset.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE102}' --signature='%{SOURCE100}' --data='%{SOURCE0}'
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE102}' --signature='%{SOURCE101}' --data='%{SOURCE1}'
|
|
|
|
|
%setup -q -n Mail-SpamAssassin-%{version}
|
|
|
|
|
# Patches 0-99 are RH specific
|
|
|
|
|
%patch 0 -p1
|
|
|
|
@ -227,20 +181,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
LOCAL_RULES_DIR=%{buildroot}/etc/mail/spamassassin
|
|
|
|
|
chmod 755 %buildroot/%{_bindir}/* # allow stripping
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
install -d %buildroot/%{_initrddir}
|
|
|
|
|
install -m 0755 spamd/redhat-rc-script.sh %buildroot/%{_initrddir}/spamassassin
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
|
|
|
|
|
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/mail/spamassassin/local.cf
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
install -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/spamassassin
|
|
|
|
|
%else
|
|
|
|
|
install -m644 %{SOURCE15} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/spamassassin
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
install -m 0644 %{SOURCE3} %buildroot/etc/mail/spamassassin
|
|
|
|
|
install -m 0644 %{SOURCE4} %buildroot/etc/mail/spamassassin
|
|
|
|
@ -249,19 +194,13 @@ install -m 0755 %{SOURCE10} %buildroot/etc/mail/spamassassin
|
|
|
|
|
install -m 0644 %{SOURCE6} %buildroot/etc/logrotate.d/sa-update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.d
|
|
|
|
|
install -m 0644 %{SOURCE7} %buildroot/etc/cron.d/sa-update
|
|
|
|
|
%endif
|
|
|
|
|
install -m 0644 %{SOURCE9} %buildroot%{_sysconfdir}/sysconfig/sa-update
|
|
|
|
|
# installed mode 744 as non root users can't run it, but can read it.
|
|
|
|
|
install -m 0744 %{SOURCE8} %buildroot%{_datadir}/spamassassin/sa-update.cron
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
mkdir -p %buildroot%{_unitdir}
|
|
|
|
|
install -m 0644 %{SOURCE14} %buildroot%{_unitdir}/spamassassin.service
|
|
|
|
|
install -m 0644 %{SOURCE16} %buildroot%{_unitdir}/sa-update.service
|
|
|
|
|
install -m 0644 %{SOURCE17} %buildroot%{_unitdir}/sa-update.timer
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
|
|
|
|
|
|
|
|
@ -277,6 +216,7 @@ cd -
|
|
|
|
|
find $RPM_BUILD_ROOT/usr -type f -print |
|
|
|
|
|
sed "s@^$RPM_BUILD_ROOT@@g" |
|
|
|
|
|
grep -v perllocal.pod |
|
|
|
|
|
grep -v %{_unitdir} |
|
|
|
|
|
grep -v "\.packlist" > %{name}-%{version}-filelist
|
|
|
|
|
if [ "$(cat %{name}-%{version}-filelist)X" = "X" ] ; then
|
|
|
|
|
echo "ERROR: EMPTY FILE LIST"
|
|
|
|
@ -301,10 +241,6 @@ mkdir -m 0700 -p $RPM_BUILD_ROOT%{_sharedstatedir}/razor/
|
|
|
|
|
%doc LICENSE NOTICE CREDITS Changes README TRADEMARK UPGRADE
|
|
|
|
|
%doc USAGE sample-nonspam.txt sample-spam.txt
|
|
|
|
|
%doc README.RHEL.Fedora
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
%{_initrddir}/spamassassin
|
|
|
|
|
%{_sysconfdir}/cron.d/sa-update
|
|
|
|
|
%endif
|
|
|
|
|
%dir %{_sysconfdir}/mail
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/mail/spamassassin
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
|
|
|
|
@ -315,21 +251,19 @@ mkdir -m 0700 -p $RPM_BUILD_ROOT%{_sharedstatedir}/razor/
|
|
|
|
|
%dir %{_sharedstatedir}/razor
|
|
|
|
|
%endif
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/sa-update
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
%{_unitdir}/spamassassin.service
|
|
|
|
|
%{_unitdir}/sa-update.service
|
|
|
|
|
%{_unitdir}/sa-update.timer
|
|
|
|
|
%endif
|
|
|
|
|
%exclude %{_bindir}/sa-compile
|
|
|
|
|
%exclude %{_mandir}/man1/sa-compile.1.gz
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
/sbin/chkconfig --add spamassassin
|
|
|
|
|
%endif
|
|
|
|
|
%files compile
|
|
|
|
|
%{_bindir}/sa-compile
|
|
|
|
|
%{_mandir}/man1/sa-compile.1.gz
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
%post
|
|
|
|
|
%systemd_post spamassassin.service
|
|
|
|
|
%systemd_post sa-update.timer
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# -a and --auto-whitelist options were removed from 3.0.0
|
|
|
|
|
# prevent service startup failure
|
|
|
|
@ -349,58 +283,81 @@ if [ -f /etc/mail/spamassassin.cf ]; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
|
/sbin/service spamassassin condrestart > /dev/null 2>&1
|
|
|
|
|
fi
|
|
|
|
|
exit 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
%systemd_postun spamassassin.service
|
|
|
|
|
%systemd_postun sa-update.timer
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
%if %{razor_deps}
|
|
|
|
|
rm -f %{_sharedstatedir}/razor/*
|
|
|
|
|
%endif
|
|
|
|
|
%if %{use_systemd} == 0
|
|
|
|
|
if [ $1 = 0 ] ; then
|
|
|
|
|
/sbin/service spamassassin stop >/dev/null 2>&1
|
|
|
|
|
/sbin/chkconfig --del spamassassin
|
|
|
|
|
fi
|
|
|
|
|
exit 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
%systemd_preun spamassassin.service
|
|
|
|
|
%systemd_preun sa-update.timer
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{use_systemd}
|
|
|
|
|
%triggerun -- spamassassin < 3.3.2-2
|
|
|
|
|
%{_bindir}/systemd-sysv-convert --save spamassassin >/dev/null 2>&1 ||:
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.0.1-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
|
/sbin/chkconfig --del spamassassin >/dev/null 2>&1 || :
|
|
|
|
|
/bin/systemctl try-restart spamassassin.service >/dev/null 2>&1 || :
|
|
|
|
|
%endif
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 17 2022 Martin Osvald <mosvald@redhat.com> - 3.4.6-5
|
|
|
|
|
- Forgot to reference CVE-2020-1946 as fixed after rebase to 3.4.6
|
|
|
|
|
* Mon May 27 2024 Kevin Fenzi <kevin@scrye.com> - 4.0.1-3
|
|
|
|
|
- CLean up and modernize spec
|
|
|
|
|
- Move sa-compile to a subpackage to reduce deps
|
|
|
|
|
|
|
|
|
|
* Sat Apr 13 2024 Kevin Fenzi <kevin@scrye.com> - 4.0.1-2
|
|
|
|
|
- Fix saversion for 4.0.1
|
|
|
|
|
|
|
|
|
|
* Sat Apr 06 2024 Kevin Fenzi <kevin@scrye.com> - 4.0.1-1
|
|
|
|
|
- Update to 4.0.1. Fixes rhbz#2272189
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 19 2023 Florian Weimer <fweimer@redhat.com> - 4.0.0-8
|
|
|
|
|
- Bring back still needed part of configure C compatibility fix
|
|
|
|
|
|
|
|
|
|
* Thu Sep 21 2023 Martin Osvald <mosvald@redhat.com> - 4.0.0-7
|
|
|
|
|
- SPDX migration
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-5
|
|
|
|
|
- Replace IO::Socket::INET6 by recommended IO::Socket::IP. Fixes rhbz#2218100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 02 2023 Todd Zullinger <tmz@pobox.com> - 4.0.0-4
|
|
|
|
|
- Verify upstream source signatures
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 21 2022 Kevin Fenzi <kevin@scrye.com> - 4.0.0-2
|
|
|
|
|
- Rebase razor homedir/logfile patch.
|
|
|
|
|
|
|
|
|
|
* Sat Dec 17 2022 Kevin Fenzi <kevin@scrye.com> - 4.0.0-1
|
|
|
|
|
- Update to 4.0.0. Fixes rhbz#2154501
|
|
|
|
|
|
|
|
|
|
* Sun Nov 27 2022 Florian Weimer <fweimer@redhat.com> - 3.4.6-8
|
|
|
|
|
- Port configure script to C99
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.4.6-6
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.6-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 3.4.6-4
|
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.6-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.6-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Sat May 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.4.6-2
|
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 14 2021 Pavel Zhukov <pzhukov@redhat.com> - 3.4.6-1
|
|
|
|
|
- New release 3.4.6 (#1948520)
|
|
|
|
|