fix group tag on devel package
This commit is contained in:
parent
510529357f
commit
0d89dde615
@ -1,6 +1,6 @@
|
||||
Name: libnetfilter_cthelper
|
||||
Version: 1.0.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: User-space infrastructure for connection tracking helpers
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2
|
||||
@ -15,6 +15,7 @@ infrastructure available since the Linux kernel 3.6.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: libmnl-devel >= 1.0.0
|
||||
Requires: kernel-headers
|
||||
@ -50,6 +51,9 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2012 Paul Komkoff <i@stingr.net> - 1.0.0-3
|
||||
- fix group tag on devel package
|
||||
|
||||
* Tue Nov 27 2012 Paul Komkoff <i@stingr.net> - 1.0.0-2
|
||||
- fixes for epel5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user