Author: glen Date: Fri Apr 28 09:13:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rpmbuild macros for %service
---- Files affected: SPECS: telnet-ssl.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/telnet-ssl.spec diff -u SPECS/telnet-ssl.spec:1.1 SPECS/telnet-ssl.spec:1.2 --- SPECS/telnet-ssl.spec:1.1 Fri Apr 28 10:41:08 2006 +++ SPECS/telnet-ssl.spec Fri Apr 28 11:12:55 2006 @@ -20,6 +20,7 @@ # better url? URL: http://packages.debian.org/telnet-ssl BuildRequires: openssl-devel +BuildRequires: rpmbuild(macros) >= 1.268 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -133,7 +134,7 @@ %postun -n telnetd-ssl if [ "$1" = "0" ]; then - %service -q rc-inetd reload + %service -q rc-inetd reload fi %files @@ -154,6 +155,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/04/28 09:12:55 glen +- rpmbuild macros for %service + Revision 1.1 2006/04/28 08:41:08 adamg - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/telnet-ssl.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
