Switched to using the /tmp folder rather than the /var folder for
creating user semaphores under Linux.
This commit is contained in:
@@ -112,6 +112,10 @@ install -d -m 755 %{buildroot}/etc/CASA
|
||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken
|
||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken/client
|
||||
install -d -m 755 %{buildroot}/etc/CASA/authtoken/client/mechanisms
|
||||
install -d %{buildroot}/tmp
|
||||
install -d -m 777 %{buildroot}/tmp/CASA
|
||||
install -d -m 777 %{buildroot}/tmp/CASA/authtoken
|
||||
install -d -m 777 %{buildroot}/tmp/CASA/authtoken/client
|
||||
|
||||
|
||||
## CASA_auth_token_client ##
|
||||
@@ -166,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /etc/CASA/authtoken
|
||||
%dir /etc/CASA/authtoken/client
|
||||
%dir /etc/CASA/authtoken/client/mechanisms
|
||||
%dir /tmp/CASA
|
||||
%dir /tmp/CASA/authtoken
|
||||
%dir /tmp/CASA/authtoken/client
|
||||
%{prefix}/%{_lib}/libcasa_c_authtoken.so.%{bldno}
|
||||
%{prefix}/%{_lib}/CASA/authtoken/krb5mech.so.%{bldno}
|
||||
%{prefix}/%{_lib}/CASA/authtoken/krb5mech.so
|
||||
|
||||
Reference in New Issue
Block a user