rpms/torque/FC-4 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.7, 1.8

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Tue Aug 1 23:41:01 UTC 2006


Author: garrick

Update of /cvs/extras/rpms/torque/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6451

Modified Files:
	.cvsignore sources torque.spec 
Log Message:
* Tue Aug  1 2006 Garrick Staples <garrick at usc.edu> 2.1.2-1
- bump to 2.1.2
- fix bz #200830
- enable new pam module



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/torque/FC-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	22 Jun 2006 22:39:08 -0000	1.6
+++ .cvsignore	1 Aug 2006 23:41:01 -0000	1.7
@@ -1 +1 @@
-torque-2.1.1.tar.gz
+torque-2.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/torque/FC-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	22 Jun 2006 22:39:08 -0000	1.6
+++ sources	1 Aug 2006 23:41:01 -0000	1.7
@@ -1 +1 @@
-c3032a22a03be995946d7fe71e19c6ee  torque-2.1.1.tar.gz
+f1b37efb5d4770a0105c66294a05d140  torque-2.1.2.tar.gz


Index: torque.spec
===================================================================
RCS file: /cvs/extras/rpms/torque/FC-4/torque.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- torque.spec	22 Jun 2006 22:39:08 -0000	1.7
+++ torque.spec	1 Aug 2006 23:41:01 -0000	1.8
@@ -1,9 +1,9 @@
 
 # comment out snap if building a real release
 %define name torque
-%define version 2.1.1
+%define version 2.1.2
 #%%define snap 200604251602
-%define release 3
+%define release 1
 
 # The following options are supported:
 #   --with server_name=hostname
@@ -97,7 +97,7 @@
 URL: http://www.clusterresources.com/products/torque/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: pbs
-BuildRequires: desktop-file-utils
+BuildRequires: desktop-file-utils, pam-devel
 Conflicts: pbspro, openpbs, openpbs-oscar
 Obsoletes: torque-localhost
 
@@ -122,12 +122,13 @@
 %setup -q -n torque-%{version}%{?snap:-snap.%snap}
 %patch1 -p1
 
-%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
+%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
 
 
 %build
-%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \
- %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
+%configure --includedir=%{_includedir}/torque \
+  --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
+  %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
 
 %__make %{?_smp_mflags}
  
@@ -140,6 +141,7 @@
 # remove files we don't need
 %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la
 %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex
+%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la}
 
 # install initscripts
 %__mkdir_p $RPM_BUILD_ROOT%{_initrddir}
@@ -384,8 +386,26 @@
 %{_includedir}/torque
 %{_bindir}/pbs-config
 
+%package pam
+Summary: PAM module for PBS MOM nodes.
+Group: System Environment/Base
+
+%description pam
+%shared_description
+A simple PAM module to authorize users on PBS MOM nodes with a running job.
+
+%files pam
+%defattr(-, root, root)
+%doc src/pam/README.pam
+/%{_lib}/security/pam_pbssimpleauth.so
+
 
 %changelog
+* Tue Aug  1 2006 Garrick Staples <garrick at usc.edu> 2.1.2-1
+- bump to 2.1.2
+- fix bz #200830
+- enable new pam module
+
 * Thu Jun 22 2006 Garrick Staples <garrick at usc.edu> 2.1.1-3
 - rebuild
 




More information about the scm-commits mailing list