aboutsummaryrefslogtreecommitdiff
path: root/tor.spec.in
diff options
context:
space:
mode:
authorErinn Clark <erinn@torproject.org>2010-02-22 20:00:53 -0800
committerErinn Clark <erinn@torproject.org>2010-02-22 20:00:53 -0800
commitd89f662fb272678ada23c7942ba45b630d6d1fae (patch)
tree161e49671d149e8c427434d65f509da6832e6038 /tor.spec.in
parent8ce1cb174d9e0801488e5d924a40318b71667d2e (diff)
downloadtor-d89f662fb272678ada23c7942ba45b630d6d1fae.tar
tor-d89f662fb272678ada23c7942ba45b630d6d1fae.tar.gz
Updated spec file to remove AUTHORS and add myself as maintainer
Diffstat (limited to 'tor.spec.in')
-rw-r--r--tor.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in
index c00fadb11..c0ac4ea8d 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -106,7 +106,7 @@ Group: System Environment/Daemons
License: 3-clause BSD
Vendor: The Tor Project (https://torproject.org)
-Packager: Andrew Lewman <andrew@torproject.org>
+Packager: Erinn Clark <erinn@torproject.org>
%if %{is_suse}
Requires: openssl >= 0.9.7
@@ -262,7 +262,7 @@ exit 0
%files
%defattr(-,root,root)
-%doc AUTHORS INSTALL LICENSE README ChangeLog doc/HACKING doc/TODO
+%doc INSTALL LICENSE README ChangeLog doc/HACKING doc/TODO
%{_mandir}/man*/*
%{_docdir}/tor/*
%{_bindir}/tor
@@ -280,6 +280,9 @@ exit 0
%attr(0750,%{toruser},%{torgroup}) %dir %{_localstatedir}/log/%{name}
%changelog
+* Mon Feb 22 2010 Erinn Clark <erinn@torproject.org>
+- remove AUTHORS from %doc line since it no longer exists upstream
+- switch maintainers
* Fri May 01 2009 Andrew Lewman <andrew@torproject.org>
- clean up distro detection and remove dead comment blocks