From: Erinn Clark Date: Tue, 23 Feb 2010 04:00:53 +0000 (-0800) Subject: Updated spec file to remove AUTHORS and add myself as maintainer X-Git-Tag: tor-0.2.2.15-alpha~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d89f662fb272678ada23c7942ba45b630d6d1fae;p=thirdparty%2Ftor.git Updated spec file to remove AUTHORS and add myself as maintainer --- diff --git a/tor.spec.in b/tor.spec.in index c00fadb11b..c0ac4ea8da 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 +Packager: Erinn Clark %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 +- remove AUTHORS from %doc line since it no longer exists upstream +- switch maintainers * Fri May 01 2009 Andrew Lewman - clean up distro detection and remove dead comment blocks