diff --git a/libical.changes b/libical.changes index 994a1b9..96501dd 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 28 18:37:35 UTC 2012 - jengelh@medozas.de + +- Changed: The -devel subpackage should require the lib package, + not the main one + ------------------------------------------------------------------- Sat Jan 28 17:40:52 UTC 2012 - tabraham@novell.com diff --git a/libical.spec b/libical.spec index f429129..d893847 100644 --- a/libical.spec +++ b/libical.spec @@ -31,7 +31,6 @@ Group: Development/Libraries/C and C++ Source: libical-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: libical0 = %{version} %description Libical is an open source implementation of the IETF's iCalendar @@ -54,7 +53,7 @@ component properties, parameters, and subcomponents. %package devel Summary: An implementation of basic iCAL protocols Group: Development/Libraries/C and C++ -Requires: libical = %{version} +Requires: libical0 = %{version} %description devel Libical is an Open Source implementation of the IETF's iCalendar @@ -65,7 +64,7 @@ component properties, parameters, and subcomponents. %package doc Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ -Requires: libical = %{version} +Requires: libical0 = %{version} %description doc Libical is an open source implementation of the IETF's iCalendar