]> git.pld-linux.org Git - packages/inn.git/commitdiff
- release 7 inn-2_2_3-7
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 15 Sep 2000 12:57:21 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- inn has to have prereq inn-libs
- moved /sbin/ldconfig to post in inn-libs
- small fix in ipv6 patch

Changed files:
    inn.spec -> 1.65

inn.spec

index 6f4f66d4cf67b90f994de84a517266ed31420892..1269b1a25a0b5f817d36e386974e9f52adb7c57c 100644 (file)
--- a/inn.spec
+++ b/inn.spec
@@ -5,7 +5,7 @@ Summary(pl):    INN, serwer nowinek
 Summary(tr):   INN, InterNet Haber Sistemi (haber sunucu)
 Name:          inn
 Version:       2.2.3
-Release:       6
+Release:       7
 Copyright:     distributable
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -22,7 +22,7 @@ Source8:      %{name}.init
 Source9:       %{name}-cnfsstat.cron
 Source10:      %{name}.logrotate
 #Patch0:       ftp://ftp.nemoto.ecei.tohoku.ac.jp/pub/Net/IPv6/Patches/%{name}-2.2.1-v6-19991121.diff.gz
-Patch0:                %{name}-2.2.3-v6-20000907.patch.gz
+Patch0:                %{name}-2.2.3-v6-20000915.patch.gz
 Patch1:                %{name}-PLD.patch
 Patch2:                %{name}-install.patch
 URL:           http://www.isc.org/inn.html
@@ -30,7 +30,7 @@ Prereq:               /sbin/chkconfig
 Prereq:                /sbin/ldconfig
 Prereq:                sed
 Prereq:                fileutils
-Requires:      %{name}-libs = %{version}
+Prereq:                %{name}-libs = %{version}
 Requires:      cleanfeed
 Requires:      rc-scripts >= 0.2.0
 Requires:      /etc/cron.d
@@ -268,8 +268,6 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man[1358]/* \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig 
-
 if [ -f /var/lib/news/history ]; then
        cd /var/lib/news
        %{_bindir}/makehistory -i -r
@@ -357,8 +355,8 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del inn
 fi
 
-%postun
-/sbin/ldconfig 
+%post libs -p /sbin/ldconfig 
+%postun libs -p /sbin/ldconfig 
 
 %files
 %defattr(644,root,root,755)
This page took 0.031721 seconds and 4 git commands to generate.