From 83302bcfcf1e33e3a251e2aebdd2443fab7dc3bb Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 20 Aug 2012 10:04:07 +0300 Subject: [PATCH] Add further "parametrization" to our config file test spec - Currently unused but to allow for testing further cases with the same base spec... --- tests/data/SPECS/configtest.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/SPECS/configtest.spec b/tests/data/SPECS/configtest.spec index 5ea7cae..844e9eb 100644 --- a/tests/data/SPECS/configtest.spec +++ b/tests/data/SPECS/configtest.spec @@ -1,4 +1,4 @@ -Name: configtest +Name: configtest%{?sub:-%{sub}} Version: %{ver} Release: 1 Summary: Testing config file behavior @@ -20,4 +20,4 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%config %{_sysconfdir}/my.conf +%config%{?noreplace:(noreplace)} %{_sysconfdir}/my.conf -- 2.7.4