From 5432dc87a55e60efd37d1fa658ac419af5433a5f Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 12 Dec 2001 08:00:35 +0000 Subject: [PATCH] Add the Diameter dictionary stuff to the list of installed files. Also mark those files as configuration files; "dictionary.xml" should definitely be one, as it could be modified by the administrator if other XML dictionary files are added to the list at the end, and the other ones might be modified if there are any protocol changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4389 f5534014-38df-0310-8fa8-9805f1628bb7 --- packaging/rpm/ethereal.spec.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packaging/rpm/ethereal.spec.in b/packaging/rpm/ethereal.spec.in index 3b4f85cf21..4524497eb6 100644 --- a/packaging/rpm/ethereal.spec.in +++ b/packaging/rpm/ethereal.spec.in @@ -36,6 +36,11 @@ cp ethereal.1 $RPM_BUILD_ROOT/usr/X11R6/man/man1 cp tethereal.1 $RPM_BUILD_ROOT/usr/man/man1 cp editcap.1 $RPM_BUILD_ROOT/usr/man/man1 cp manuf $RPM_BUILD_ROOT/etc +cp dictionary.dtd $RPM_BUILD_ROOT/etc +cp dictionary.xml $RPM_BUILD_ROOT/etc +cp mobileipv4.xml $RPM_BUILD_ROOT/etc +cp nasreq.xml $RPM_BUILD_ROOT/etc +cp sunping.xml $RPM_BUILD_ROOT/etc %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT %doc README.aix README.irix README.tru64 README.win32 %doc README.bsd %config /etc/manuf +%config /etc/dictionary.dtd +%config /etc/dictionary.xml +%config /etc/mobileipv4.xml +%config /etc/nasreq.xml +%config /etc/sunping.xml /usr/X11R6/bin/ethereal /usr/X11R6/man/man1/ethereal.1.gz /usr/bin/tethereal -- 2.34.1