diff --git a/libedit.changes b/libedit.changes index e48c0cc..6e4f405 100644 --- a/libedit.changes +++ b/libedit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 8 13:08:56 UTC 2018 - jengelh@inai.de + +- Remove redundant --with-pic (only for static libs). +- Fix RPM groups. + ------------------------------------------------------------------- Mon Aug 6 09:13:50 UTC 2018 - antoine.belvire@opensuse.org diff --git a/libedit.spec b/libedit.spec index e646e74..2e3e439 100644 --- a/libedit.spec +++ b/libedit.spec @@ -44,7 +44,7 @@ at a terminal prompt. %package -n %{library_name} Summary: Command Line Editing and History Library -Group: Development/Libraries/C and C++ +Group: System/Libraries Provides: %{name} = %{version}-%{release} Obsoletes: %{name} < %{version} @@ -75,7 +75,6 @@ cp %{SOURCE1} . %build %configure \ --disable-static \ - --with-pic \ --disable-silent-rules make %{?_smp_mflags}