3.15.0 bump
This commit is contained in:
parent
8f2e682aaf
commit
dfb0562930
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ iproute2-2.6.35.tar.bz2
|
|||||||
/iproute2-3.11.0.tar.gz
|
/iproute2-3.11.0.tar.gz
|
||||||
/iproute2-3.12.0.tar.gz
|
/iproute2-3.12.0.tar.gz
|
||||||
/iproute2-3.14.0.tar.gz
|
/iproute2-3.14.0.tar.gz
|
||||||
|
/iproute2-3.15.0.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global cbq_version v0.7.3
|
%global cbq_version v0.7.3
|
||||||
Summary: Advanced IP routing and network device configuration tools
|
Summary: Advanced IP routing and network device configuration tools
|
||||||
Name: iproute
|
Name: iproute
|
||||||
Version: 3.14.0
|
Version: 3.15.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://kernel.org/pub/linux/utils/net/%{name}2/
|
URL: http://kernel.org/pub/linux/utils/net/%{name}2/
|
||||||
Source0: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
|
Source0: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
|
||||||
@ -10,7 +10,7 @@ Source1: cbq-0000.example
|
|||||||
Source2: avpkt
|
Source2: avpkt
|
||||||
Patch0: man-pages.patch
|
Patch0: man-pages.patch
|
||||||
Patch1: iproute2-3.4.0-kernel.patch
|
Patch1: iproute2-3.4.0-kernel.patch
|
||||||
Patch2: iproute2-3.11.0-optflags.patch
|
Patch2: iproute2-3.15.0-optflags.patch
|
||||||
Patch3: iproute2-3.9.0-IPPROTO_IP_for_SA.patch
|
Patch3: iproute2-3.9.0-IPPROTO_IP_for_SA.patch
|
||||||
Patch4: iproute2-example-cbq-service.patch
|
Patch4: iproute2-example-cbq-service.patch
|
||||||
Patch5: iproute2-2.6.35-print-route.patch
|
Patch5: iproute2-2.6.35-print-route.patch
|
||||||
@ -171,6 +171,9 @@ done
|
|||||||
%{_includedir}/libnetlink.h
|
%{_includedir}/libnetlink.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2014 Petr Šabata <contyk@redhat.com> - 3.15.0-1
|
||||||
|
- 3.15.0 bump
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index 95266f5..1876ec4 100644
|
index c881200..e8eeeb7 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -34,7 +34,7 @@ CCOPTS = -O2
|
@@ -34,7 +34,7 @@ CCOPTS = -O2
|
||||||
WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
|
WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
|
||||||
WFLAGS += -Wmissing-declarations -Wold-style-definition
|
WFLAGS += -Wmissing-declarations -Wold-style-definition -Wformat=2
|
||||||
|
|
||||||
-CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
-CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
||||||
+CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(RPM_OPT_FLAGS)
|
+CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(RPM_OPT_FLAGS)
|
Loading…
Reference in New Issue
Block a user