diff options
Diffstat (limited to 't/data')
-rw-r--r-- | t/data/SPECS/should-restart/a.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/should-restart/b.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/should-restart/c.spec | 14 |
3 files changed, 41 insertions, 0 deletions
diff --git a/t/data/SPECS/should-restart/a.spec b/t/data/SPECS/should-restart/a.spec new file mode 100644 index 00000000..1c65ba1d --- /dev/null +++ b/t/data/SPECS/should-restart/a.spec @@ -0,0 +1,14 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: should-restart = system +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/should-restart/b.spec b/t/data/SPECS/should-restart/b.spec new file mode 100644 index 00000000..337a7807 --- /dev/null +++ b/t/data/SPECS/should-restart/b.spec @@ -0,0 +1,13 @@ +Summary: x +Name: b +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/should-restart/c.spec b/t/data/SPECS/should-restart/c.spec new file mode 100644 index 00000000..4205104a --- /dev/null +++ b/t/data/SPECS/should-restart/c.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: should-restart = system +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |