Remove unnecessary python-devel dependency
This commit is contained in:
parent
6a63d5ce9e
commit
fda31588f0
@ -1,7 +1,7 @@
|
|||||||
Summary: A remote mail retrieval and forwarding utility
|
Summary: A remote mail retrieval and forwarding utility
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.3.26
|
Version: 6.3.26
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
||||||
# systemd service file
|
# systemd service file
|
||||||
@ -16,7 +16,7 @@ Patch2: fetchmail-6.3.24-sslv3-in-ssllib-check.patch
|
|||||||
URL: http://www.fetchmail.info/
|
URL: http://www.fetchmail.info/
|
||||||
# For a breakdown of the licensing, see COPYING
|
# For a breakdown of the licensing, see COPYING
|
||||||
License: GPL+ and Public Domain
|
License: GPL+ and Public Domain
|
||||||
BuildRequires: gcc gettext-devel hesiod-devel krb5-devel openssl-devel python2-devel systemd
|
BuildRequires: gcc gettext-devel hesiod-devel krb5-devel openssl-devel systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Fetchmail is a remote mail retrieval and forwarding utility intended
|
Fetchmail is a remote mail retrieval and forwarding utility intended
|
||||||
@ -56,7 +56,6 @@ install -p -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/fetchmailrc.example
|
|||||||
# remove fetchmailconf stuff
|
# remove fetchmailconf stuff
|
||||||
rm -f $RPM_BUILD_ROOT%{_bindir}/fetchmailconf*
|
rm -f $RPM_BUILD_ROOT%{_bindir}/fetchmailconf*
|
||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1*
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1*
|
||||||
rm -f $RPM_BUILD_ROOT%{python_sitelib}/fetchmailconf.py*
|
|
||||||
|
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
@ -68,6 +67,11 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/fetchmailconf.py*
|
|||||||
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
|
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 23 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-20
|
||||||
|
- Remove unnecessary python-devel dependency
|
||||||
|
(disables build of fetchmailconf, but we don't pack it into rpm anyway)
|
||||||
|
Resolves: #1603965
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-19
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-19
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user