diff --git a/deltarpm.spec b/deltarpm.spec index f7a984062d6aaa7bdf8128a04546a9d6ec33ca6b..94964a34d453110ae0710e868f4b5f2cf2d5666c 100644 --- a/deltarpm.spec +++ b/deltarpm.spec @@ -1,7 +1,7 @@ %bcond_without python3 Name: deltarpm Version: 3.6.2 -Release: 4 +Release: 5 Summary: deltarpm contains the difference between an old and a new version of an RPM package. License: BSD URL: https://github.com/rpm-software-management/deltarpm @@ -10,6 +10,8 @@ Source0: https://github.com/rpm-software-management/deltarpm/archive/3.6. BuildRequires: gcc bzip2-devel perl-generators xz-devel rpm-devel popt-devel zlib-devel BuildRequires: %{_vendor}-rpm-config BuildRequires: python2-devel python3-devel gdb +Provides: drpmsync = %{version}-%{release} +Obsoletes: drpmsync < %{version}-%{release} %description Delta RPM packages contain the difference between an old and a new @@ -40,14 +42,6 @@ Requires: %{name} = %{version}-%{release} %description -n python3-%{name} Python3 bindings for deltarpm. -%package -n drpmsync -Summary: Sync a file tree with deltarpms -Requires: %{name}%{_isa} = %{version}-%{release} - -%description -n drpmsync -This package contains a tool to sync a file tree with -deltarpms. - %prep %autosetup -p1 @@ -67,7 +61,6 @@ deltarpms. %defattr(-,root,root) %license LICENSE.BSD %{_bindir}/* -%exclude %{_bindir}/drpmsync %files help %defattr(-,root,root) @@ -85,10 +78,13 @@ deltarpms. %{python3_sitearch}/__pycache__/%{name}*.pyc %{python3_sitearch}/_%{name}module.so -%files -n drpmsync -%{_bindir}/drpmsync - %changelog +* Fri Apr 23 2021 Liquor - 3.6.2-5 +- Type:enhancement +- ID: NA +- SUG: NA +- DESC:merge the drpmsync subpackage into the deltarpm package + * Wed Dec 9 2020 wangchen - 3.6.2-4 - Type:bugfix - ID: NA