rpms/ricci/devel ricci-0.16.1-passauth.patch, NONE, 1.1 ricci.spec, 1.19, 1.20

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 18:25:18 UTC 2009


Author: tmraz

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

Modified Files:
	ricci.spec 
Added Files:
	ricci-0.16.1-passauth.patch 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 0.16.1-4
- Use password-auth common PAM configuration instead of system-auth


ricci-0.16.1-passauth.patch:
 ricci |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE ricci-0.16.1-passauth.patch ---
Use password-auth common PAM configuration instead of system-auth.
diff -up ricci-0.16.1/pam.d/ricci.passauth ricci-0.16.1/pam.d/ricci
--- ricci-0.16.1/pam.d/ricci.passauth	2009-04-17 01:22:03.000000000 +0200
+++ ricci-0.16.1/pam.d/ricci	2009-09-16 20:22:05.000000000 +0200
@@ -1,5 +1,5 @@
 #%PAM-1.0
-auth       include  system-auth
-account    include  system-auth
-password   include  system-auth
-session    include  system-auth
+auth       include  password-auth
+account    include  password-auth
+password   include  password-auth
+session    include  password-auth


Index: ricci.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ricci/devel/ricci.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- ricci.spec	21 Aug 2009 15:43:02 -0000	1.19
+++ ricci.spec	16 Sep 2009 18:25:17 -0000	1.20
@@ -10,12 +10,13 @@
 
 Name: ricci
 Version: 0.16.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 URL: http://sources.redhat.com/cluster/conga/
 Group: System Environment/Base
 Summary: Remote Cluster and Storage Management System
 Source0: http://people.redhat.com/rmccabe/conga/fedora/src/ricci-0.16.1.tar.gz
+Patch1: ricci-0.16.1-passauth.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel python-devel libcap-devel
@@ -32,6 +33,7 @@ Requires(postun): initscripts
 
 %prep
 %setup -q
+%patch1 -p1 -b .passauth
 
 %build
 %configure --arch=%{_arch} --docdir=%{_docdir}
@@ -121,6 +123,9 @@ fi
 exit 0
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 0.16.1-4
+- Use password-auth common PAM configuration instead of system-auth
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.16.1-3
 - rebuilt with new openssl
 




More information about the fedora-extras-commits mailing list