rpms/noip/devel noip.spec,1.2,1.3

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Sep 26 10:26:26 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/noip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18034/devel

Modified Files:
	noip.spec 
Log Message:
Removed exit statement from %%post.


Index: noip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/noip/devel/noip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- noip.spec	25 Jul 2009 19:28:53 -0000	1.2
+++ noip.spec	26 Sep 2009 10:26:26 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		noip
 Version:	2.1.9
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A dynamic DNS update client
 Group:		System Environment/Daemons
 License:	GPLv2+
@@ -55,7 +55,6 @@ getent group noip >/dev/null || groupadd
 getent passwd noip >/dev/null || \ 
 	useradd -r -g noip -d /var/run/noip -s /sbin/nologin \
 	-c "No-ip daemon user" noip
-exit 0
 
 %post
 # This adds the proper /etc/rc*.d links for the script
@@ -79,17 +78,20 @@ rm -rf %{buildroot}
 %{_initrddir}/noip
 
 %changelog
+* Sat Sep 26 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.9-5
+- Remove exit statement from %%pre.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Sat Mar 14 2009 Jussi Lehtola - 2.1.9-3
+* Sat Mar 14 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.9-3
 - Fix initrd file.
 
-* Thu Nov 27 2008 Jussi Lehtola - 2.1.9-2
+* Thu Nov 27 2008 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.9-2
 - Add forgotten init file patch.
 
-* Tue Nov 25 2008 Jussi Lehtola - 2.1.9-1
+* Tue Nov 25 2008 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.9-1
 - Update to 2.1.9.
 
-* Thu Nov 06 2008 Jussi Lehtola - 2.1.7-1
+* Thu Nov 06 2008 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.7-1
 - First release.




More information about the fedora-extras-commits mailing list