rpms/mono/devel mono.spec,1.142,1.143

Tom Callaway spot at fedoraproject.org
Tue Dec 1 16:52:22 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6561

Modified Files:
	mono.spec 
Log Message:
proper perms on mono.snk


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -p -r1.142 -r1.143
--- mono.spec	1 Dec 2009 16:03:58 -0000	1.142
+++ mono.spec	1 Dec 2009 16:52:21 -0000	1.143
@@ -2,7 +2,7 @@
 
 Name:           mono
 Version:        2.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -338,7 +338,7 @@ install monodir %{buildroot}%{_bindir}
 
 # copy the mono.snk key into /etc/pki/mono
 mkdir -p %{buildroot}%{_sysconfdir}/pki/mono
-install -p -m0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
+install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
 
 %{__rm} %{buildroot}%{_libdir}/*.la
 %{__rm} %{buildroot}%{_libdir}/*.a
@@ -735,6 +735,9 @@ install -p -m0600 %{SOURCE2} %{buildroot
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.6-3
+- perms on mono.snk should be 0644
+
 * Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.6-2
 - generate and package mono.snk for packages without bundled keys to use
 - put mono.snk in /etc/pki/mono/




More information about the fedora-extras-commits mailing list