iproute2/pre_checkin.sh
Jan Engelhardt dcf7e032b0 Accepting request 231921 from home:dirkmueller:branches:security:netfilter
- split iproute2-doc subpackage into a separate spec to reduce
  rebuild times
- use version macro instead of rversion
- add pre_checkin.sh to sync version number between iproute2 and 
  iproute2-doc


- split iproute2-doc subpackage into a separate spec to reduce
  rebuild times
- use version macro instead of rversion
- add pre_checkin.sh to sync version number between iproute2 and 
  iproute2-doc

- Update to new upstream release 3.14
* ip link: support for High Availability Seamless Redundancy
  (HSR) network devices.
* ip link: support for creating/deleting bonding devices
* ip link: support for specifying interface indexes during
  creation of devices
* tc/pkt_sched: add support for the "FQ" Fair Queue packet scheduler
* tc: support for the BPF-based traffic classifier
* tc, netem: support 64-bit quantity rate speeds
* tc: support for the new "PIE" Proportional Integral controller
  Enhanced scheduler
* ss: display PF_LOCAL-SOCK_SEQPACKET sockets as such rather than
  SOCK_DGRAM
* ss: display zone names when so needed
* ss: add support for retrieving SELinux contexts

- Update to new upstream release 3.12

OBS-URL: https://build.opensuse.org/request/show/231921
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=79
2014-04-28 15:07:57 +00:00

13 lines
256 B
Bash

#!/bin/bash
echo -n "Generating iproute2-doc.spec/changes "
cp iproute2.changes iproute2-doc.changes
sed -i -e "s/\(Version:\).*/\1$(sed -n 's/Version:\(.*\)/\1/p' iproute2.spec)/" iproute2-doc.spec
osc service localrun format_spec_file
echo "Done."