Bug 171556 - Minor tweak to specfile %{_sysconfdir}
Summary: Minor tweak to specfile %{_sysconfdir}
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: vim
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-23 04:39 UTC by Reuben Farrelly
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-10-25 10:07:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Reuben Farrelly 2005-10-23 04:39:05 UTC
In the vim.spec file we have this:

%config(noreplace) /etc/vimrc

Which should be really:

%config(noreplace) %{_sysconfdir}/vimrc

I am having minor problems whereby I always end up with a new vim.rpmnew file
upon upgrade, despite the two files being identical:

[root@typhoon etc]# ls -la vimr*
-rw-r--r--  1 root root 1473 Oct 18 02:24 vimrc
-rw-r--r--  1 root root 1473 Oct 18 02:24 vimrc.rpmnew

Hopefully this specfile fix might solve the problem.

Comment 1 Karsten Hopp 2005-10-25 10:07:43 UTC
The .rpmnew file is a problem I've still have to find a fix for. Two subpackages
of vim have the same config file in it (which shouldn't be a problem), but rpm
tends to disagree ;-(

I'll add the %{_sysconfdir} changes to CVS, they'll show up with the next build


Note You need to log in before you can comment on or make changes to this bug.