Issue #17439 has been reported by Brian Harrington. ---------------------------------------- Bug #17439: Files tracked by RPM are not correct https://projects.puppetlabs.com/issues/17439
Author: Brian Harrington Status: Unreviewed Priority: Low Assignee: Category: Red Hat Target version: Affected Puppet version: 3.0.1 Keywords: Branch: Within the RPM for Puppet 3.0.1-1 (EL6) the RPM lists the directories: /usr/share/vim /usr/share/emacs As being under control of the rpm Puppet. These directories are managed by the packages vim-common and emacs-common respectively and are created by listing these packages as dependencies in the SPEC file. [root@infrastructure puppet]# rpm -qi puppet Name : puppet Relocations: (not relocatable) Version : 3.0.1 Vendor: Puppet Labs Release : 1.el6 Build Date: Thu 18 Oct 2012 02:07:41 PM EDT Install Date: Tue 06 Nov 2012 04:20:46 AM EST Build Host: rpm-builder.puppetlabs.lan Group : System Environment/Base Source RPM: puppet-3.0.1-1.el6.src.rpm Size : 2713034 License: ASL 2.0 Signature : RSA/SHA1, Thu 18 Oct 2012 02:09:44 PM EDT, Key ID 1054b7a24bd6ec30 URL : http://puppetlabs.com Summary : A network tool for managing many disparate systems Description : Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. [root@infrastructure puppet]# rpm -ql puppet | grep -e "/usr/share/\(emacs\|vim\)" /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/puppet-mode.el /usr/share/emacs/site-lisp/site-start.d /usr/share/emacs/site-lisp/site-start.d/puppet-mode-init.el /usr/share/vim /usr/share/vim/vimfiles /usr/share/vim/vimfiles/ftdetect /usr/share/vim/vimfiles/ftdetect/puppet.vim /usr/share/vim/vimfiles/syntax /usr/share/vim/vimfiles/syntax/puppet.vim -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
