diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 6f4283a..84c138c 100644 --- a/SPECS/libdnf.spec +++ b/SPECS/libdnf.spec @@ -3,14 +3,9 @@ %bcond_with valgrind -%if 0%{?rhel} %bcond_without rhsm -%else -%bcond_with rhsm -%endif - %global _cmake_opts \\\ - -DENABLE_RHSM_SUPPORT=%{?with_rhsm:ON}%{!?with_rhsm:OFF} \\\ + -DENABLE_RHSM_SUPPORT=OFF \\\ %{nil} Name: libdnf @@ -37,9 +32,6 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0 BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: rpm-devel >= 4.11.0 -%if %{with rhsm} -BuildRequires: pkgconfig(librhsm) -%endif Requires: libsolv%{?_isa} >= %{libsolv_version} @@ -97,6 +89,9 @@ popd %{_datadir}/gir-1.0/Dnf-*.gir %changelog +* Tue Aug 21 2018 Johnny Hughes - 0.7.4-4 +- Manual CentOS Debranding + * Fri May 18 2018 Daniel Mach - 0.7.4-4 - Rebuild on additional architectures