diff options
author | Todd Zullinger <tmz@pobox.com> | 2011-08-05 16:29:26 -0400 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2011-08-09 11:50:47 -0400 |
commit | 3f997b4b46f3f6e2a4e2e1a404aba0527060f8a9 (patch) | |
tree | be8d7fda206384ac4e7efaa8af69bc24f863746a | |
parent | 69974bd1686fd973b53492f0cc0847294ce4a992 (diff) | |
download | git-package-3f997b4b46f3f6e2a4e2e1a404aba0527060f8a9.tar.gz git-package-3f997b4b46f3f6e2a4e2e1a404aba0527060f8a9.tar.xz git-package-3f997b4b46f3f6e2a4e2e1a404aba0527060f8a9.zip |
Obsolete git-arch as needed
-rw-r--r-- | git.spec | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -114,6 +114,11 @@ Requires: zlib >= 1.2 Provides: git-core = %{version}-%{release} Obsoletes: git-core <= %{git_core_version} +# Obsolete git-arch as needed +%if ! %{arch_support} +Obsoletes: git-arch < %{version}-%{release} +%endif + %description Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations @@ -527,6 +532,7 @@ rm -rf %{buildroot} %changelog * Fri Aug 05 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6-5 - Fix git push --quiet, thanks to Clemens Buchacher (#725593) +- Obsolete git-arch as needed * Tue Jul 26 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6-4 - Drop git-arch on fedora >= 16, the tla package has been retired |