]> git.pld-linux.org Git - packages/libteam.git/commitdiff
rel 4.20160809 auto/th/libteam-1.25-4.20160809
authorMariusz Mazur <mmazur@axeos.com>
Tue, 9 Aug 2016 13:46:47 +0000 (15:46 +0200)
committerMariusz Mazur <mmazur@axeos.com>
Tue, 9 Aug 2016 13:46:47 +0000 (15:46 +0200)
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

index 330eab4de76704b53233609e32cc036fd8180c28..88700c7d54f260bb6fd7a9ea729265a528ee44e0 100644 (file)
@@ -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
This page took 0.085041 seconds and 4 git commands to generate.