[packages/libteam] rel 4.20160809
    mmazur 
    mmazur at pld-linux.org
       
    Tue Aug  9 15:48:01 CEST 2016
    
    
  
commit 4a9467fc673b9ee549e1cd29d8df6f3c5319935b
Author: Mariusz Mazur <mmazur at axeos.com>
Date:   Tue Aug 9 15:46:47 2016 +0200
    rel 4.20160809
    
    Git trunk has bugfixes for LACP.
    Also don't enable the shutdown workaround by default, since it can
    really break stuff if you don't know what it does.
 libteam.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/libteam.spec b/libteam.spec
index 330eab4..88700c7 100644
--- a/libteam.spec
+++ b/libteam.spec
@@ -1,13 +1,14 @@
 Summary:	Library for controlling team network device
 Summary(pl.UTF-8):	Biblioteka do sterowania grupowymi urządzeniami sieciowymi
 Name:		libteam
+%define     _snap   20160809
 Version:	1.25
-Release:	3
+Release:	4.%{_snap}
 License:	LGPL v2.1+
 Group:		Libraries
-#Source0Download: http://libteam.org/
-Source0:	http://libteam.org/files/%{name}-%{version}.tar.gz
-# Source0-md5:	9e51c42b08ff8e80561e0b1cd5af266f
+#Source0:	http://libteam.org/files/%{name}-%{version}.tar.gz
+Source0:	%{name}-%{_snap}.zip
+# Source0-md5:	3f684b28632fe3d1432bb941202033c4
 Source1:    teamd.sysconfig
 Source2:    teamd-lvl1-service-generator
 Source3:    teamd-lvl2-service-generator
@@ -89,7 +90,7 @@ Static libteam library.
 Statyczna biblioteka libteam.
 
 %prep
-%setup -q
+%setup -q -n libteam-master
 %patch0 -p1
 
 %build
@@ -130,10 +131,10 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/ldconfig
 export NORESTART="yes"
-%systemd_post teamd-lvl1.target teamd-lvl2.target teamd-shutdown-workaround.service
+%systemd_post teamd-lvl1.target teamd-lvl2.target
 
 %preun
-%systemd_preun teamd-lvl1.target teamd-lvl2.target teamd-shutdown-workaround.service
+%systemd_preun teamd-lvl1.target teamd-lvl2.target
 
 %postun
 /sbin/ldconfig
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libteam.git/commitdiff/4a9467fc673b9ee549e1cd29d8df6f3c5319935b
    
    
More information about the pld-cvs-commit
mailing list