Changeset 1830 for branches/fc15-dev
- Timestamp:
- Apr 30, 2011, 3:41:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/specs/zephyr.spec
r1807 r1830 71 71 make %{?_smp_mflags} 72 72 73 74 73 %install 75 74 rm -rf $RPM_BUILD_ROOT … … 80 79 install -m755 zhm.init \ 81 80 $RPM_BUILD_ROOT%{_initddir}/zhm 82 81 # Make RPM's Provide: searcher actually search the .so files! A recent 82 # change in how RPM detects Provides automatically means that only 83 # files that are executable get searched. Without this hack, all of 84 # the zephyr client tools are Requires: libzephyr.so.4 which is never 85 # Provides:, leading to uninstallable RPMS. This can be removed when 86 # zephyr starts installing the libraries with mode 755 rather than 87 # 644. (Zephyr #79) 88 chmod a+x $RPM_BUILD_ROOT%{_libdir}/libzephyr.so.* 83 89 84 90 %post
Note: See TracChangeset
for help on using the changeset viewer.