- rebuild for new openssl

This commit is contained in:
Rex Dieter 2005-11-16 17:02:49 +00:00
parent aa76589859
commit b275d84d14

View File

@ -1,9 +1,9 @@
# $Id: openslp.spec,v 1.9 2005/10/21 19:15:47 rdieter Exp $
# $Id: openslp.spec,v 1.10 2005/11/16 17:02:49 rdieter Exp $
Summary: Open implementation of Service Location Protocol V2
Name: openslp
Version: 1.2.1
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Libraries
License: BSD
@ -111,7 +111,7 @@ fi
%postun server
# on upgrade
if [ $1 -gt 0 ]; then
/sbin/service slpd condrestart >/dev/null 2>&1
/sbin/service slpd condrestart >/dev/null 2>&1 ||:
fi
@ -141,6 +141,9 @@ fi
%changelog
* Wed Nov 16 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.1-3
- rebuild for new openssl
* Fri Oct 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.1-2
- -fPIC (for x86_64)