Displaying 3 results from an estimated 3 matches for "discalis".
2011 Jan 31
1
Squid and SELinux
Hi.
I'm trying to setup squid with SELinux, the problem i encounter is taht
i want to add another directory for cache, in this system we have a home
partition with huge space, i create a squid dir and add the path with
semanage:
semanage fcontext -a -t squid_cache_t '/home/squid(/.*)?'
i check the files and are in the good context:
drwxr-xr-x squid squid
2011 Jan 31
0
Building RPMs for CentOS
Hi.
Some times i need to build packages for CentOS, the major requeriment is
build some missing module or package newer version required to run some
sotware.
I setup a mock build enviroment to compile packages, all is working as
expected, but i enconter problem to share this work in a source repo, i
try to figure out how other people are making this, in CentOS i have no
idea on which source
2012 Mar 27
1
How get a spec preprocesed with all macros expanded.
Hi,
I need to get a spec file with all macro exanded, so i can extract info
of some tags, that my be consitional based on macros, i know that some
rpm utils need to make this to figure out dependencies and so on.
I don't know if is posible to get a preprocesed spec file with actual
Centos & rpm tools, if this is on librpm, i can make a simple tool to
make this.
Regards.