dkimsend.sh is gone
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
Summary: Python DKIM library
|
Summary: Python DKIM library
|
||||||
Name: %{pythonbase}-pydkim
|
Name: %{pythonbase}-pydkim
|
||||||
Version: 0.4.1
|
Version: 0.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.gz
|
Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.bz2
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/dkimverify.1.gz
|
%{_mandir}/man1/dkimverify.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2011 Stuart Gathman <stuart@bmsi.com> 0.5-1
|
||||||
|
- raise KeyFormatError when missing required key parts in DNS
|
||||||
|
|
||||||
* Wed Jun 15 2011 Stuart Gathman <stuart@bmsi.com> 0.4.1-1
|
* Wed Jun 15 2011 Stuart Gathman <stuart@bmsi.com> 0.4.1-1
|
||||||
- fix except clauses for python3
|
- fix except clauses for python3
|
||||||
- Add test case for <https://launchpad.net/bugs/587783>
|
- Add test case for <https://launchpad.net/bugs/587783>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Identified Mail) email signing and verification.""",
|
|||||||
url = "http://hewgill.com/pydkim/",
|
url = "http://hewgill.com/pydkim/",
|
||||||
license = "BSD-like",
|
license = "BSD-like",
|
||||||
packages = ["dkim"],
|
packages = ["dkim"],
|
||||||
scripts = ["dkimsign.py", "dkimverify.py", "dkimsend.sh"],
|
scripts = ["dkimsign.py", "dkimverify.py"],
|
||||||
data_files = [(os.path.join('share', 'man', 'man1'),
|
data_files = [(os.path.join('share', 'man', 'man1'),
|
||||||
['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'),
|
['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'),
|
||||||
['man/dkimverify.1'])],
|
['man/dkimverify.1'])],
|
||||||
|
|||||||
Reference in New Issue
Block a user