TIVI-1016: set up the repo file for images accepted/tizen/20130607.202058 submit/tizen/20130607.205259
authorGraydon, Tracy <tracy.graydon@intel.com>
Fri, 7 Jun 2013 20:52:55 +0000 (13:52 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Fri, 7 Jun 2013 20:52:55 +0000 (13:52 -0700)
packaging/ivi-repos.changes
packaging/ivi-repos.spec

index 30b10bb..aef928f 100644 (file)
@@ -1,3 +1,3 @@
 * Fri Jun  7 20:45:04 UTC 2013 - tracy.graydon@intel.com
 - Set up the repo file for Tizen IVI 
-
+- Fix a couple of rpmlint issues
index af7a362..7871ad8 100644 (file)
@@ -2,13 +2,14 @@ Name:       ivi-repos
 Summary:    Tizen IVI Repos
 Version:    1
 Release:    1
-Group:      System/Libraries
-License:    LGPLv2.1
+Group:      Base/Configuration
+BuildArch:  noarch
+License:    GPL-2.0
 URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.bz2
 
 %description
-This package installs the .repo files for Tizen 2.0 IVI images
+This package installs the .repo files for Tizen IVI images
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -18,10 +19,9 @@ This package installs the .repo files for Tizen 2.0 IVI images
 %install
 rm -rf %{buildroot}
 install -d %{buildroot}/etc/zypp/repos.d
-install -m 0755 tizen-ivi.repo %{buildroot}/etc/zypp/repos.d
+install -m 0644 tizen-ivi.repo %{buildroot}/etc/zypp/repos.d
 
-%post
 
 %files
 %defattr(-,root,root,-)
-/etc/zypp/repos.d/*
+%config /etc/zypp/repos.d/*