From 8c8d9c672cae85b1a54b1bf0f9eb056c600a6df6 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Aug 04 2020 05:54:33 +0000 Subject: Remove Requires: emacs-filesystem The emacs plugins are shipped with clang-tools-extra, which already Requires: emacs-filesystem, so the main package does not need to have a dependency on this. --- diff --git a/clang.spec b/clang.spec index 34e1035..575bbe0 100644 --- a/clang.spec +++ b/clang.spec @@ -4,7 +4,7 @@ %global min_ver 0 %global patch_ver 0 #%%global rc_ver 6 -%global baserelease 10 +%global baserelease 11 %global clang_tools_binaries \ %{_bindir}/clang-apply-replacements \ @@ -154,8 +154,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: libstdc++-devel Requires: gcc-c++ -Requires: emacs-filesystem - Provides: clang(major) = %{maj_ver} Conflicts: compiler-rt < %{version} @@ -493,6 +491,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} %cmake_build --target check-all || \ %endif %changelog +* Tue Aug 04 2020 Tom Stellard - 10.0.0-11 +- Remove Requires: emacs-filesystem + * Sat Aug 01 2020 Fedora Release Engineering - 10.0.0-10 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild