Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): pulp-0.0.235-1.fc15.noarch How reproducible: always Steps to Reproduce: 1. Install a version of pulp 2. Make a customization to pulp.conf 3. Upgrade pulp Actual results: customized pulp.conf is moved to pulp.conf.rpmsave, and new pulp.conf is laid down. Expected results: custom pulp.conf stays in place. I understand that as features are added, config values need to be added to pulp.conf, but we need to upgrade pulp without having to worry about combining the old and new pulp.conf together by hand. In satellite we had a default set of config values and one for user customization (So we could add new default values but the user could keep their custom values set). Something like this would good.
We need to use %config(noreplace) in our spec file so that the existing config file (if it has changes) will not be overwritten. Our config loading system already has a method in place to make use of default values.
committed to pulp master: 810b193c9a5156055ccb5e05fe91beb07ecd2b09
build: 0.244
verified [root@preethi ~]# rpm -q pulp pulp-0.0.244-1.fc15.noarch [root@preethi ~]# ls -l /etc/pulp/ total 36 drwxrwxr-x. 2 apache apache 4096 Oct 31 09:42 admin -rwxrwxr-x. 1 apache apache 599 Oct 28 18:50 cds.conf -rwxrwxr-x. 1 apache apache 1487 Aug 1 08:52 client.conf.rpmsave drwxrwxr-x. 2 apache apache 4096 Oct 31 09:42 consumer drwxrwxr-x. 2 apache apache 4096 Oct 31 09:42 logging -rwxrwxr-x. 1 apache apache 3888 Oct 28 08:42 pulp.conf -rwxrwxr-x. 1 apache apache 3888 Oct 24 07:42 pulp.conf.rpmsave -rwxrwxr-x. 1 apache apache 206 Oct 28 18:50 repo_auth.conf -rwxrwxr-x. 1 apache apache 205 Sep 23 11:47 repo_auth.conf.rpmsave [root@preethi ~]#
Pulp v1.0 is released Closed Current Release.
Pulp v1.0 is released.