diff options
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | fastwriter.spec.in | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -11,3 +11,4 @@ CPackConfig.cmake CPackSourceConfig.cmake _CPack_Packages fastwriter.spec +*.tar.bz2 diff --git a/fastwriter.spec.in b/fastwriter.spec.in index 489013a..e693079 100644 --- a/fastwriter.spec.in +++ b/fastwriter.spec.in @@ -20,6 +20,7 @@ Fast data streaming library (nothing goes here...) %package -n lib${PACKAGE_NAME}${FASTWRITER_ABI_VERSION} Summary: Fast data streaming library Group: Development/Libraries +Provides: libfastwriter = %{version} Requires: xfsprogs %description -n lib${PACKAGE_NAME}${FASTWRITER_ABI_VERSION} |