Author: glen Date: Tue Mar 25 23:18:41 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - cvs-client virtual, avoid /bin/sh dep in scriptlets; rel 23
---- Files affected: SPECS: cvs-nserver.spec (1.95.2.2 -> 1.95.2.3) ---- Diffs: ================================================================ Index: SPECS/cvs-nserver.spec diff -u SPECS/cvs-nserver.spec:1.95.2.2 SPECS/cvs-nserver.spec:1.95.2.3 --- SPECS/cvs-nserver.spec:1.95.2.2 Tue Sep 25 23:50:45 2007 +++ SPECS/cvs-nserver.spec Wed Mar 26 00:18:36 2008 @@ -10,7 +10,7 @@ Summary(tr.UTF-8): Sürüm denetim sistemi - nserver Name: cvs-nserver Version: 1.11.1.52 -Release: 22 +Release: 23 License: GPL Group: Development/Version Control Source0: http://dl.sourceforge.net/cvs-nserver/%{name}-%{version}.tar.gz @@ -111,9 +111,10 @@ Summary: Concurrent Versions System - client Summary(pl.UTF-8): Concurrent Versions System - klient Group: Development/Version Control -Provides: cvs = %{version} -Obsoletes: cvs +Provides: cvs-client = %{version} +Obsoletes: cvs-client Obsoletes: cvs-npclient +Conflicts: cvs %description client CVS client. @@ -260,11 +261,11 @@ %clean rm -rf $RPM_BUILD_ROOT -%post client -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%post client -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} -%postun client -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%postun client -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} %pre common %groupadd -P %{name}-common -g 52 -r cvs @@ -340,6 +341,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.95.2.3 2008-03-25 23:18:36 glen +- cvs-client virtual, avoid /bin/sh dep in scriptlets; rel 23 + Revision 1.95.2.2 2007-09-25 21:50:45 blues - no krb5-devel in AC ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvs-nserver.spec?r1=1.95.2.2&r2=1.95.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
