Fix mistaken version in rules. Fixes bug #1787739
This commit is contained in:
parent
835fb61436
commit
8881055a54
@ -53,14 +53,14 @@
|
||||
%define real_name Mail-SpamAssassin
|
||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||
|
||||
%global saversion 3.004002
|
||||
%global saversion 3.004003
|
||||
#%%global prerev rc2
|
||||
|
||||
Summary: Spam filter for email which can be invoked from mail delivery agents
|
||||
Name: spamassassin
|
||||
Version: 3.4.3
|
||||
#Release: 0.8.%%{prerev}%%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://spamassassin.apache.org/
|
||||
Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2
|
||||
@ -389,6 +389,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jan 04 2020 Kevin Fenzi <kevin@scrye.com> - 3.4.3-2
|
||||
- Fix mistaken version in rules. Fixes bug #1787739
|
||||
|
||||
* Thu Dec 12 2019 Kevin Fenzi <kevin@scrye.com> - 3.4.3-1
|
||||
- Update to 3.4.3. Fixes bug #1782611
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user