Browse code

auto spec version bump up: ipset - ipset: bump up to 7.6

Change-Id: I3dbfdf77a55b7192325b3177a2d2c940acdebcdd
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/9748
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Tapas Kundu <tkundu@vmware.com>

gerrit-photon authored on 2020/06/23 11:58:44
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1
-Summary:    administration tool for IP sets 
1
+Summary:    administration tool for IP sets
2 2
 Name:       ipset
3
-Version:    6.38
3
+Version:    7.6
4 4
 Release:    1%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        http://ipset.netfilter.org/
... ...
@@ -8,7 +8,7 @@ Group:      System Environment/tools
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:     ipset.netfilter.org/%{name}-%{version}.tar.bz2
11
-%define sha1 ipset=7e5a25c449067e95c2e3a2c60768a1e301f12458
11
+%define sha1 ipset=6f2bcf61ae657a1c4ac5cce1c2523d3ca2127fde
12 12
 BuildRequires:    libmnl-devel
13 13
 Requires:         libmnl
14 14
 %description
... ...
@@ -24,7 +24,7 @@ then ipset may be the proper tool for you.
24 24
 %package devel
25 25
 Summary:    Development files for the ipset library
26 26
 Group:      Development/Libraries
27
-Requires:   ipset
27
+Requires:   %{name} = %{version}-%{release}
28 28
 
29 29
 %description devel
30 30
 Libraries and header files for ipset.
... ...
@@ -33,10 +33,7 @@ Libraries and header files for ipset.
33 33
 %setup -q
34 34
 
35 35
 %build
36
-./configure \
37
-    --prefix=%{_prefix} \
38
-    --bindir=%{_bindir} \
39
-    --libdir=%{_libdir} \
36
+%configure \
40 37
     --enable-static=no \
41 38
     --with-kmod=no
42 39
 make %{?_smp_mflags}
... ...
@@ -75,6 +72,8 @@ rm -rf %{buildroot}/*
75 75
 %{_libdir}/pkgconfig/libipset.pc
76 76
 
77 77
 %changelog
78
+*   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 7.6-1
79
+-   Automatic Version Bump
78 80
 *   Thu Sep 06 2018 Ankit Jain <ankitja@vmware.com> 6.38-1
79 81
 -   Upgrading version to 6.38
80 82
 *   Tue Mar 28 2017 Dheeraj Shetty <dheerajs@vmware.com> 6.32-1