From: Patrick McCarty Date: Wed, 14 Aug 2013 22:25:32 +0000 (-0700) Subject: packaging: Fix the build on x86_64; resolve rpmlint error X-Git-Tag: submit/tizen/20130815.013229^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee0439aa62b8e860535bab68af71f461eb8dd1fa;p=platform%2Fcore%2Fsystem%2Fsys-assert.git packaging: Fix the build on x86_64; resolve rpmlint error The previous commit broke the build for x86_64, since %{_libdir} will expand to /usr/lib64 for this arch. Also, systemd would not recognize the /usr/lib64/sysctl.d directory, so /usr/lib/sysctl.d must stay hardcoded. Additionally, change RPM group tag to resolve an rpmlint error. Change-Id: I071161458527499f3bcf55d1622c24febb952602 Signed-off-by: Patrick McCarty --- diff --git a/packaging/sys-assert.changes b/packaging/sys-assert.changes index fd641fe..3148271 100644 --- a/packaging/sys-assert.changes +++ b/packaging/sys-assert.changes @@ -1,3 +1,13 @@ +* Wed Aug 14 2013 Patrick McCarty 981320d +- packaging: Fix the build on x86_64; resolve rpmlint error + +* Thu Aug 8 2013 Geoffroy Van Cutsem 8dad32b +- Enhance %post script to handle upgrade vs. first installation gracefully (TIVI-1530) +- Replace hard-coded path by macros in a %post and %files sections + +* Wed Jul 17 2013 Michael Leibowitz fa6232a +- Revert to the default floor manifest + * Fri Jun 28 2013 Anas Nashif accepted/tizen/20130628.202129@fc36a2f - Do not split libsys-assert diff --git a/packaging/sys-assert.spec b/packaging/sys-assert.spec index 0737acc..e976084 100644 --- a/packaging/sys-assert.spec +++ b/packaging/sys-assert.spec @@ -2,7 +2,7 @@ Name: sys-assert Summary: System Assert Version: 0.3.3 Release: 5 -Group: System/Debug +Group: System/Other License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1001: %{name}.manifest @@ -53,6 +53,6 @@ end %license LICENSE.APLv2 %{_bindir}/coredumpctrl.sh /opt/etc/.debugmode -%{_libdir}/sysctl.d/sys-assert.conf +/usr/lib/sysctl.d/sys-assert.conf %{_libdir}/libsys-assert.so