Author: glen Date: Sun Apr 16 21:35:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix chkconfig, rc-scripts deps
---- Files affected: SPECS: dhcdbd.spec (1.8 -> 1.9) , dnsmasq.spec (1.48 -> 1.49) , dspam.spec (1.54 -> 1.55) ---- Diffs: ================================================================ Index: SPECS/dhcdbd.spec diff -u SPECS/dhcdbd.spec:1.8 SPECS/dhcdbd.spec:1.9 --- SPECS/dhcdbd.spec:1.8 Sun Apr 16 23:33:16 2006 +++ SPECS/dhcdbd.spec Sun Apr 16 23:35:10 2006 @@ -17,6 +17,7 @@ URL: http://people.redhat.com/~jvdias/dhcdbd/ BuildRequires: dbus-devel >= 0.33 BuildRequires: rpmbuild(macros) >= 1.268 +Requires(post,preun): /sbin/chkconfig Requires: dbus >= 0.33 Requires: dhcp-client >= 3:3.0.3-3 Requires: rc-scripts @@ -81,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/04/16 21:35:10 glen +- fix chkconfig, rc-scripts deps + Revision 1.8 2006/04/16 21:33:16 glen - use %service ================================================================ Index: SPECS/dnsmasq.spec diff -u SPECS/dnsmasq.spec:1.48 SPECS/dnsmasq.spec:1.49 --- SPECS/dnsmasq.spec:1.48 Fri Mar 17 13:18:06 2006 +++ SPECS/dnsmasq.spec Sun Apr 16 23:35:10 2006 @@ -12,7 +12,7 @@ Source2: %{name}.config URL: http://www.thekelleys.org.uk/dnsmasq/ BuildRequires: rpmbuild(macros) >= 1.268 -Requires(post,postun): /sbin/chkconfig +Requires(post,preun): /sbin/chkconfig Requires: rc-scripts Provides: caching-nameserver BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -81,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2006/04/16 21:35:10 glen +- fix chkconfig, rc-scripts deps + Revision 1.48 2006/03/17 12:18:06 areq - 2.27 ================================================================ Index: SPECS/dspam.spec diff -u SPECS/dspam.spec:1.54 SPECS/dspam.spec:1.55 --- SPECS/dspam.spec:1.54 Thu Mar 2 12:47:57 2006 +++ SPECS/dspam.spec Sun Apr 16 23:35:10 2006 @@ -27,15 +27,17 @@ URL: http://www.nuclearelephant.com/projects/dspam/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool BuildRequires: clamav-devel %{?with_db:BuildRequires: db-devel} +BuildRequires: libtool %{?with_mysql:BuildRequires: mysql-devel} BuildRequires: openldap-devel %{?with_pgsql:BuildRequires: postgresql-devel} BuildRequires: sed >= 4.0 %{?with_sqlite:BuildRequires: sqlite3-devel} BuildRequires: zlib-devel +Requires(post,preun): /sbin/chkconfig +Requires: rc-scripts Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -81,8 +83,8 @@ Summary(pl): Klient dspam Group: Applications/Mail # to get the same dspam.conf when both installed -Conflicts: dspam > %{version}-%{release} Conflicts: dspam < %{version}-%{release} +Conflicts: dspam > %{version}-%{release} %description client dspam client. @@ -149,8 +151,8 @@ Summary: HASH driver for DSPAM Summary(pl): Sterownik HASH dla DSPAM-a Group: Libraries -Requires: %{name}-libs = %{version}-%{release} Requires(post): sed >= 4.0 +Requires: %{name}-libs = %{version}-%{release} Provides: %{name}-driver = %{version}-%{release} %description driver-hash @@ -163,8 +165,8 @@ Summary: DB driver for DSPAM Summary(pl): Sterownik DB dla DSPAM-a Group: Libraries -Requires: %{name}-libs = %{version}-%{release} Requires(post): sed >= 4.0 +Requires: %{name}-libs = %{version}-%{release} Provides: %{name}-driver = %{version}-%{release} %description driver-db @@ -177,8 +179,8 @@ Summary: MySQL driver for DSPAM Summary(pl): Sterownik MySQL dla DSPAM-a Group: Libraries -Requires: %{name}-libs = %{version}-%{release} Requires(post): sed >= 4.0 +Requires: %{name}-libs = %{version}-%{release} Provides: %{name}-driver = %{version}-%{release} %description driver-mysql @@ -191,8 +193,8 @@ Summary: PostgreSQL driver for DSPAM Summary(pl): Sterownik PostgreSQL dla DSPAM-a Group: Libraries -Requires: %{name}-libs = %{version}-%{release} Requires(post): sed >= 4.0 +Requires: %{name}-libs = %{version}-%{release} Provides: %{name}-driver = %{version}-%{release} %description driver-pgsql @@ -205,8 +207,8 @@ Summary: SQLite driver for DSPAM Summary(pl): Sterownik SQLite dla DSPAM-a Group: Libraries -Requires: %{name}-libs = %{version}-%{release} Requires(post): sed >= 4.0 +Requires: %{name}-libs = %{version}-%{release} Provides: %{name}-driver = %{version}-%{release} %description driver-sqlite @@ -481,6 +483,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2006/04/16 21:35:10 glen +- fix chkconfig, rc-scripts deps + Revision 1.54 2006/03/02 11:47:57 inglod up to 3.6.4 (Latest Stable Release) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dhcdbd.spec?r1=1.8&r2=1.9&f=u http://cvs.pld-linux.org/SPECS/dnsmasq.spec?r1=1.48&r2=1.49&f=u http://cvs.pld-linux.org/SPECS/dspam.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
