Enable deb/arch support for non-rhel distros
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
93e79d1e8a
commit
44efe14df6
16
libsolv.spec
16
libsolv.spec
@ -15,8 +15,6 @@
|
|||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%bcond_with debian_repo
|
|
||||||
%bcond_with arch_repo
|
|
||||||
%bcond_with helix_repo
|
%bcond_with helix_repo
|
||||||
# Creates special prefixed pseudo-packages from appdata metadata
|
# Creates special prefixed pseudo-packages from appdata metadata
|
||||||
%bcond_with appdata
|
%bcond_with appdata
|
||||||
@ -24,8 +22,17 @@
|
|||||||
%bcond_without comps
|
%bcond_without comps
|
||||||
# For rich dependencies
|
# For rich dependencies
|
||||||
%bcond_without complex_deps
|
%bcond_without complex_deps
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%bcond_with debian_repo
|
||||||
|
%bcond_with arch_repo
|
||||||
# For handling deb + rpm at the same time
|
# For handling deb + rpm at the same time
|
||||||
%bcond_with multi_symantics
|
%bcond_with multi_symantics
|
||||||
|
%else
|
||||||
|
%bcond_without debian_repo
|
||||||
|
%bcond_without arch_repo
|
||||||
|
# For handling deb + rpm at the same time
|
||||||
|
%bcond_without multi_symantics
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _cmake_opts \\\
|
%global _cmake_opts \\\
|
||||||
-DFEDORA=1 \\\
|
-DFEDORA=1 \\\
|
||||||
@ -46,7 +53,7 @@
|
|||||||
|
|
||||||
Name: lib%{libname}
|
Name: lib%{libname}
|
||||||
Version: 0.6.21
|
Version: 0.6.21
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Package dependency solver
|
Summary: Package dependency solver
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -299,6 +306,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 06 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.6.21-3
|
||||||
|
- Enable deb/arch support for non-rhel distros
|
||||||
|
|
||||||
* Mon May 30 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.6.21-2
|
* Mon May 30 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.6.21-2
|
||||||
- Modify enabled/disabled features
|
- Modify enabled/disabled features
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user