[nepomuk-core/f18] s|/etc/sysctl.d|/usr/lib/sysctl.d|

Rex Dieter rdieter at fedoraproject.org
Fri Dec 7 15:34:30 UTC 2012


commit a76bb3c6976720fda5e73efe9731bbbd6746e341
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Dec 7 09:34:39 2012 -0600

    s|/etc/sysctl.d|/usr/lib/sysctl.d|

 nepomuk-core.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nepomuk-core.spec b/nepomuk-core.spec
index 0bb1633..673f160 100644
--- a/nepomuk-core.spec
+++ b/nepomuk-core.spec
@@ -9,7 +9,7 @@
 
 Name:    nepomuk-core
 Version: 4.9.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Nepomuk Core utilities and libraries
 
 License: LGPLv2 or LGPLv3
@@ -86,7 +86,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %if 0%{?sysctl}
-install -p -m644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/sysctl.d/nepomuk-inotify.conf
+install -p -m644 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/sysctl.d/nepomuk-inotify.conf
 %else
 install -p -m644    %{SOURCE1} ./nepomuk-inotify.conf
 %endif
@@ -102,7 +102,7 @@ make -C %{_target_platform}/autotests/test test  ||:
 %files
 %doc ontologies/README COPYING.LGPL*
 %if 0%{?sysctl}
-%config(noreplace) %{_sysconfdir}/sysctl.d/nepomuk-inotify.conf
+%{_prefix}/lib/sysctl.d/nepomuk-inotify.conf
 %else
 %doc nepomuk-inotify.conf 
 %endif
@@ -141,6 +141,9 @@ make -C %{_target_platform}/autotests/test test  ||:
 
 
 %changelog
+* Fri Dec 07 2012 Rex Dieter <rdieter at fedoraproject.org> 4.9.4-2
+- s|/etc/sysctl.d|/usr/lib/sysctl.d|
+
 * Mon Dec 03 2012 Than Ngo <than at redhat.com> - 4.9.4-1
 - 4.9.4
 


More information about the scm-commits mailing list