[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5179: Remove hipl-lib package.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 23 Nov 2010 19:31:30 -0000

------------------------------------------------------------
revno: 5179
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-11-23 20:28:50 +0100
message:
  Remove hipl-lib package.
  
  It no longer serves a useful purpose now that we build statically by default.
modified:
  packaging/hipl-deb.spec
  packaging/hipl-rpm.spec


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/hipl-deb.spec'
--- packaging/hipl-deb.spec     2010-11-16 13:50:25 +0000
+++ packaging/hipl-deb.spec     2010-11-23 19:28:50 +0000
@@ -68,24 +68,18 @@
 %package all
 Summary: Full HIPL software bundle. This virtual package is suitable e.g. for 
client machines.
 Group: System Environment/Kernel
-Requires: hipl-lib, hipl-firewall, hipl-daemon, hipl-doc, hipl-dnsproxy
+Requires: hipl-firewall, hipl-daemon, hipl-doc, hipl-dnsproxy
 %description all
 
-%package lib
-Summary: HIP for Linux libraries
-Group: System Environment/Kernel
-Requires: openssl, iptables, libcap2
-%description lib
-
 %package daemon
-Requires: hipl-lib, libnet-ip-perl, libnet-dns-perl, libsocket6-perl, 
libio-socket-inet6-perl
+Requires: openssl, iptables, libcap2, libnet-ip-perl, libnet-dns-perl, 
libsocket6-perl, libio-socket-inet6-perl
 Obsoletes: tools
 Summary: HIP for Linux IPsec key management and mobility daemon
 Group: System Environment/Kernel
 %description daemon
 
 %package firewall
-Requires: hipl-lib
+Requires: openssl, iptables, libcap2
 Summary: HIPL multi-purpose firewall daemon. Public-key/HIT-based access 
control, Local Scope Identifier support, userspace BEET-mode IPsec (for kernels 
below < 2.6.27) and system-based opportunistic mode for HIP.
 Group: System Environment/Kernel
 %description firewall
@@ -96,7 +90,7 @@
 %description doc
 
 %package dnsproxy
-Requires: python, hipl-lib
+Requires: python
 Summary: Name look-up proxy for HIP for Linux. Intercepts DNS look-ups and 
returns HIT or LSIs when corresponding entries are found in DNS or hosts files
 Group: System Environment/Kernel
 %description dnsproxy
@@ -117,9 +111,6 @@
 install -t %{buildroot}/usr/lib/python2.6/dist-packages 
tools/hipdnskeyparse/myasn.py*
 install -t %{buildroot}/usr/lib/python2.6/dist-packages/hipdnsproxy 
tools/hipdnsproxy/hipdnsproxy
 
-%post lib
-/sbin/ldconfig
-
 %post daemon
 update-rc.d hipd defaults 21
 invoke-rc.d --quiet hipd status >/dev/null && invoke-rc.d --force --quiet hipd 
stop
@@ -150,9 +141,6 @@
 %clean
 rm -rf %{buildroot}
 
-%files lib
-%{_libdir}
-
 %files daemon
 /usr/sbin/hipd
 /usr/sbin/hipconf

=== modified file 'packaging/hipl-rpm.spec'
--- packaging/hipl-rpm.spec     2010-11-16 13:50:25 +0000
+++ packaging/hipl-rpm.spec     2010-11-23 19:28:50 +0000
@@ -50,24 +50,18 @@
 %package all
 Summary: Full HIPL software bundle. This virtual package is suitable e.g. for 
client machines.
 Group: System Environment/Kernel
-Requires: hipl-lib hipl-firewall hipl-daemon hipl-doc hipl-dnsproxy
+Requires: hipl-firewall hipl-daemon hipl-doc hipl-dnsproxy
 %description all
 
-%package lib
-Summary: HIP for Linux libraries
-Group: System Environment/Kernel
-Requires: openssl iptables libcap
-%description lib
-
 %package daemon
-Requires: hipl-lib perl-Net-IP perl-Net-DNS perl-Socket6 perl-IO-Socket-INET6
+Requires: perl-Net-IP perl-Net-DNS perl-Socket6 perl-IO-Socket-INET6 openssl 
iptables libcap
 Obsoletes: tools
 Summary: HIP for Linux IPsec key management and mobility daemon
 Group: System Environment/Kernel
 %description daemon
 
 %package firewall
-Requires: hipl-lib
+Requires: openssl iptables libcap
 Summary: HIPL multi-purpose firewall daemon. Public-key/HIT-based access 
control, Local Scope Identifier support, userspace BEET-mode IPsec (for kernels 
below < 2.6.27) and system-based opportunistic mode for HIP.
 Group: System Environment/Kernel
 %description firewall
@@ -78,7 +72,7 @@
 %description doc
 
 %package dnsproxy
-Requires: python hipl-lib
+Requires: python
 Summary: Name look-up proxy for HIP for Linux. Intercepts DNS look-ups and 
returns HIT or LSIs when corresponding entries are found in DNS or hosts files
 Group: System Environment/Kernel
 %description dnsproxy
@@ -104,9 +98,6 @@
 install -t %{buildroot}%{python_sitelib} tools/hipdnsproxy/util.py*
 install -t %{buildroot}%{python_sitelib} tools/hipdnskeyparse/myasn.py* # XX 
FIXME
 
-%post lib
-/sbin/ldconfig
-
 %post daemon
 if [ "$1" = "2" ]; then
         # upgrade
@@ -164,9 +155,6 @@
 %clean
 rm -rf %{buildroot}
 
-%files lib
-%{_libdir}
-
 %files daemon
 %{prefix}/sbin/hipd
 %{prefix}/sbin/hipconf

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5179: Remove hipl-lib package. - noreply