Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/fetchmail.git#8ae95877a8157699236e3f25a7ccaf34027769a2
This commit is contained in:
parent
163efe52e7
commit
dad696f072
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/fetchmail-6.4.14.tar.xz
|
||||
/fetchmail-6.4.14.tar.xz.asc
|
||||
/fetchmail-6.4.15.tar.xz
|
||||
/fetchmail-6.4.15.tar.xz.asc
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A remote mail retrieval and forwarding utility
|
||||
Name: fetchmail
|
||||
Version: 6.4.14
|
||||
Release: 2%{?dist}
|
||||
Version: 6.4.15
|
||||
Release: 1%{?dist}
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
||||
# systemd service file
|
||||
@ -12,6 +12,7 @@ URL: http://www.fetchmail.info/
|
||||
# For a breakdown of the licensing, see COPYING
|
||||
License: GPL+ and Public Domain
|
||||
BuildRequires: gcc gettext-devel krb5-devel openssl-devel systemd python3-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Fetchmail is a remote mail retrieval and forwarding utility intended
|
||||
@ -61,6 +62,9 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf*
|
||||
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
|
||||
|
||||
%changelog
|
||||
* Tue Jan 12 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.15-1
|
||||
- Update to fetchmail-6.4.15
|
||||
|
||||
* Thu Dec 10 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-2
|
||||
- Revert change that added sgid bit to fetchmail
|
||||
Resolves: #1906353
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (fetchmail-6.4.14.tar.xz) = a0295094462abfd6ddeef32772c591f1ec87765f76e116e0bb17af1215c61be965bf1e9f10864fed53b4c072b240a40d43fe51f4287f0ed138795a630be2a276
|
||||
SHA512 (fetchmail-6.4.14.tar.xz.asc) = 0767708417dd2a49979dfdaad66281f4912622ea6ed0d2f332502d658127574832ec14f91c37c6fe39084609f602b43a2ed7c91ffbed418560d21cfb114a5016
|
||||
SHA512 (fetchmail-6.4.15.tar.xz) = 9b87aab65c3f102df07df52508bd18ae97ec51e106e238675e3f58c9460050c54fea72550fe33c727aeae723494370f6ea6438a96231ae0eacdbe437552d76e2
|
||||
SHA512 (fetchmail-6.4.15.tar.xz.asc) = bc4dcc6cf9af8ea0b0a7698330dd78409447782a3c710c78cba67c25f949dbbe97bb839d3ab9a35f7b96cddff39679cc59851701436f16e49ce17da83a3391db
|
||||
|
Loading…
Reference in New Issue
Block a user