Browse Source

* daq: minor fix

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5921 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 12 years ago
parent
commit
3e57dc7f57
1 changed files with 11 additions and 1 deletions
  1. 11 1
      d/daq/daq-vl.spec

+ 11 - 1
d/daq/daq-vl.spec

@@ -6,7 +6,7 @@ Group: Libraries/Network
 Name: daq
 Prefix: %{_prefix}
 Provides: daq
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Source: daq-%{version}.tar.gz
 URL: http://www.snort.org/
 Version: %{version}
@@ -44,10 +44,17 @@ make install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/*.la
 rm -f %{buildroot}%{_libdir}/daq/*.la
 
+
 %clean
 rm -rf %{buildroot}
 
 
+%post -p /sbin/ldconfig
+
+
+%postun -p /sbin/ldconfig
+
+
 %files
 %defattr(-,root,root)
 %{_includedir}/*.h
@@ -60,5 +67,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 18 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.2-2
+- fix post and postun scripts
+
 * Wed Mar 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.2-1
 - initial build for Vine Linux