summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/ordering-scriptlets/ash_1.spec
diff options
context:
space:
mode:
Diffstat (limited to 't/data/SPECS/ordering-scriptlets/ash_1.spec')
-rw-r--r--t/data/SPECS/ordering-scriptlets/ash_1.spec24
1 files changed, 24 insertions, 0 deletions
diff --git a/t/data/SPECS/ordering-scriptlets/ash_1.spec b/t/data/SPECS/ordering-scriptlets/ash_1.spec
new file mode 100644
index 00000000..343a6e66
--- /dev/null
+++ b/t/data/SPECS/ordering-scriptlets/ash_1.spec
@@ -0,0 +1,24 @@
+Summary: ordering_ash
+Name: ordering_ash
+Version: 1
+Release: 1
+License: x
+Group: x
+Url: x
+Provides: /bin/ash
+BuildRequires: ash
+BuildRoot: %{_tmppath}/%{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D /bin/ash $RPM_BUILD_ROOT/bin/ash
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%description
+x
+
+%files
+%defattr(-,root,root)
+/bin/*