From c9eae711af7b798dbbac9bc6f5296156d2f2f43b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 9 Apr 2014 20:43:39 +0300 Subject: [PATCH] rename files to reflect what they really contain now --- system-symfony.patch => autoload-config.patch | 0 composer.spec | 4 ++-- no-bundle-symfony.patch => no-vendors.patch | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename system-symfony.patch => autoload-config.patch (100%) rename no-bundle-symfony.patch => no-vendors.patch (100%) diff --git a/system-symfony.patch b/autoload-config.patch similarity index 100% rename from system-symfony.patch rename to autoload-config.patch diff --git a/composer.spec b/composer.spec index 642dd28..1032b7e 100644 --- a/composer.spec +++ b/composer.spec @@ -19,8 +19,8 @@ Source0: https://github.com/composer/composer/archive/%{version}-%{subver}/%{nam Source1: http://getcomposer.org/download/%{version}-%{subver}/%{name}.phar # Source1-md5: df1001975035f07d09307bf1f1e62584 Patch0: nogit.patch -Patch1: no-bundle-symfony.patch -Patch2: system-symfony.patch +Patch1: no-vendors.patch +Patch2: autoload-config.patch URL: http://www.getcomposer.org/ BuildRequires: /usr/bin/php BuildRequires: php(ctype) diff --git a/no-bundle-symfony.patch b/no-vendors.patch similarity index 100% rename from no-bundle-symfony.patch rename to no-vendors.patch -- 2.44.0