rpms/noip/EL-4 noip.spec,1.1,1.2

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


Author: jussilehtola

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

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


Index: noip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/noip/EL-4/noip.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- noip.spec	27 Mar 2009 20:47:33 -0000	1.1
+++ noip.spec	26 Sep 2009 10:26:25 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		noip
 Version:	2.1.9
-Release:	3%{?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,14 +78,20 @@ rm -rf %{buildroot}
 %{_initrddir}/noip
 
 %changelog
-* Sat Mar 14 2009 Jussi Lehtola - 2.1.9-3
+* 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 <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