[Bug 633104] Review Request: monkeysphere - Use the OpenPGP web of trust to verify ssh connections

bugzilla at redhat.com bugzilla at redhat.com
Tue May 3 15:17:44 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=633104

--- Comment #10 from Bernie Innocenti <bernie at codewiz.org> 2011-05-03 11:17:42 EDT ---
Thanks for the refresh! I've fixed a few problems:

 http://codewiz.org/pub/fedora/specs/monkeysphere.spec
 http://codewiz.org/pub/fedora/source/monkeysphere-0.35-2.fc14.src.rpm


--- monkeysphere.spec.orig 2011-05-03 11:14:32.177154526 -0400
+++ monkeysphere.spec 2011-05-03 11:11:34.503133911 -0400
@@ -1,14 +1,13 @@
 Name: monkeysphere
 Summary: Use the OpenPGP web of trust to verify SSH connections
 Version: 0.35
-Release: 1%{dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 URL: http://web.monkeysphere.info/

 Source:
http://archive.monkeysphere.info/debian/pool/%{name}/m/%{name}/%{name}_%{version}.orig.tar.gz

-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch

 Requires(pre): shadow-utils
@@ -38,7 +37,7 @@ rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_var}/lib/%{name}/authorized_keys
 rm -r %{buildroot}%{_datadir}/%{name}/transitions/
-chmod -cR 0644 %{buildroot}%{_mandir}
+chmod -cR 0644 %{buildroot}%{_mandir}/*/*
 chmod -cR 0644 src/transitions/*
 chmod -cR 0755 %{buildroot}%{_var}/lib/%{name}/

@@ -91,6 +90,10 @@ exit 0


 %changelog
+* Tue May 03 2011 Bernie Innocenti <bernie at codewiz.org> - 0.35-2
+- Fix permissions on manpages
+- Remove BuildRoot
+
 * Tue May  3 2011 Michal Nowak <mnowak at redhat.com> - 0.35-1
 - 0.35 bump
 - guidelines fixes

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list