openSUSE specfiles fix-up
The last merge was not fully tested when it got merged, this cleans up some issues with the openSUSE specfiles. Change-Id: I9a56890877b2e0bfcc759c4acef5a985977b1995 Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -17,7 +17,7 @@ BuildRequires: python2-devel
|
||||
A puppet module for %{module_dir}
|
||||
|
||||
%prep
|
||||
%autosetup -q -n %{name}-%{version}/src
|
||||
%autosetup -n %{name}-%{version}/src
|
||||
|
||||
%build
|
||||
|
||||
@@ -30,7 +30,7 @@ make install \
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license src/LICENSE
|
||||
%license LICENSE
|
||||
%dir %{_datadir}/puppet
|
||||
%dir %{_datadir}/puppet/modules
|
||||
%{_datadir}/puppet/modules/%{module_dir}
|
||||
|
||||
Reference in New Issue
Block a user