diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 04:28:56 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 05:47:29 -0400 |
commit | f120745402d0c23582b9f64f886ff59a58720f6c (patch) | |
tree | ca448c9a4731e87bbec040c32a2901990e574248 /t/data/SPECS/should-restart | |
parent | 92175ef1cba270686146f34fef6a4b734cc279bc (diff) | |
download | urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar.gz urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar.bz2 urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.tar.xz urpmi-f120745402d0c23582b9f64f886ff59a58720f6c.zip |
kill useless buildroot definitions
(uneeded since rpm-4.6+ ...)
Diffstat (limited to 't/data/SPECS/should-restart')
-rw-r--r-- | t/data/SPECS/should-restart/a.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/should-restart/b.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/should-restart/c.spec | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/t/data/SPECS/should-restart/a.spec b/t/data/SPECS/should-restart/a.spec index 1c65ba1d..740c57ca 100644 --- a/t/data/SPECS/should-restart/a.spec +++ b/t/data/SPECS/should-restart/a.spec @@ -6,7 +6,6 @@ License: x Group: x Url: x Provides: should-restart = system -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/should-restart/b.spec b/t/data/SPECS/should-restart/b.spec index 337a7807..32322a43 100644 --- a/t/data/SPECS/should-restart/b.spec +++ b/t/data/SPECS/should-restart/b.spec @@ -5,7 +5,6 @@ Release: 1 License: x Group: x Url: x -BuildRoot: %{_tmppath}/%{name} %description x diff --git a/t/data/SPECS/should-restart/c.spec b/t/data/SPECS/should-restart/c.spec index 4205104a..4cf70cfd 100644 --- a/t/data/SPECS/should-restart/c.spec +++ b/t/data/SPECS/should-restart/c.spec @@ -6,7 +6,6 @@ License: x Group: x Url: x Provides: should-restart = system -BuildRoot: %{_tmppath}/%{name} %description x |