rpms/openssh/devel openssh.spec,1.106,1.107

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 19 11:57:38 UTC 2007


Author: tmraz

Update of /cvs/dist/rpms/openssh/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21553

Modified Files:
	openssh.spec 
Log Message:
* Mon Mar 19 2007 Tomas Mraz <tmraz at redhat.com> - 4.5p1-5
- make profile.d/gnome-ssh-askpass.* regular files (#226218)



Index: openssh.spec
===================================================================
RCS file: /cvs/dist/rpms/openssh/devel/openssh.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- openssh.spec	1 Mar 2007 08:28:22 -0000	1.106
+++ openssh.spec	19 Mar 2007 11:57:36 -0000	1.107
@@ -61,12 +61,13 @@
 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2
 Name: openssh
 Version: 4.5p1
-Release: 4%{?dist}%{?rescue_rel}
+Release: 5%{?dist}%{?rescue_rel}
 URL: http://www.openssh.com/portable.html
 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.sig
-# This package differs from the upstream OpenSSH tarball in that it
-# removes the ACSS cipher.
+# This package differs from the upstream OpenSSH tarball in that
+# the ACSS cipher is removed by running openssh-nukeacss.sh in
+# the unpacked source directory.
 Source0: openssh-%{version}-noacss.tar.bz2
 Source1: openssh-nukeacss.sh
 Patch0: openssh-4.5p1-redhat.patch
@@ -453,12 +454,15 @@
 %if ! %{no_gnome_askpass}
 %files askpass
 %defattr(-,root,root)
-%attr(0755,root,root) %config %{_sysconfdir}/profile.d/gnome-ssh-askpass.*
+%attr(0644,root,root) %{_sysconfdir}/profile.d/gnome-ssh-askpass.*
 %attr(0755,root,root) %{_libexecdir}/openssh/gnome-ssh-askpass
 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass
 %endif
 
 %changelog
+* Mon Mar 19 2007 Tomas Mraz <tmraz at redhat.com> - 4.5p1-5
+- make profile.d/gnome-ssh-askpass.* regular files (#226218)
+
 * Thu Feb 27 2007 Tomas Mraz <tmraz at redhat.com> - 4.5p1-4
 - reject connection if requested mls range is not obtained (#229278)
 




More information about the fedora-cvs-commits mailing list