From 780b8fedbde354054904d776489455357f616ba7 Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Dec 23 2011 00:34:45 +0000 Subject: Mark modules.xml as config file, fixes deregistering of modules on upgrade --- diff --git a/openni.spec b/openni.spec index b8d6d7a..04150b8 100644 --- a/openni.spec +++ b/openni.spec @@ -2,7 +2,7 @@ Name: openni Version: 1.3.2.1 -Release: 0.2.git%{gitrev}%{?dist} +Release: 0.3.git%{gitrev}%{?dist} Summary: Library for human-machine Natural Interaction Group: System Environment/Libraries @@ -166,6 +166,7 @@ fi %defattr(-,root,root,-) %doc LGPL.txt README %dir %{_sysconfdir}/%{name} +%config(noreplace) %{_var}/lib/ni/modules.xml %{_libdir}/*.so %{_bindir}/ni* %{_var}/lib/ni @@ -194,6 +195,9 @@ fi %changelog +* Sun Dec 04 2011 Tim Niemueller 1.3.2.1-0.3.gitf8467404 +- Mark modules.xml as config file, fixes deregistering of modules on upgrade + * Wed Oct 12 2011 Tim Niemueller 1.3.2.1-0.2.gitf8467404 - Fix passing of opt cflags, fixes bz #735594