diff options
author | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2012-06-14 15:55:59 -0700 |
---|---|---|
committer | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2012-06-14 15:55:59 -0700 |
commit | c9bedac31513db227db98fbe6924f6de320a1604 (patch) | |
tree | 538a3ddfcfefd5e90f72d1cd31533e244855a184 | |
parent | edc5e78552cc2052000725dd43dec633ebce55ea (diff) | |
download | setup-c9bedac31513db227db98fbe6924f6de320a1604.tar.gz setup-c9bedac31513db227db98fbe6924f6de320a1604.tar.bz2 setup-c9bedac31513db227db98fbe6924f6de320a1604.zip |
Fixing setup.manifest in files section
-rw-r--r-- | packaging/setup.changes | 1 | ||||
-rw-r--r-- | packaging/setup.spec | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packaging/setup.changes b/packaging/setup.changes index 0e22b4f..c072d98 100644 --- a/packaging/setup.changes +++ b/packaging/setup.changes @@ -1,5 +1,6 @@ * Thu Jun 14 2011 Prajwal Mohan <prajwal.karur.mohan@intel.com> - 2.8.15 - remove messgaebus user +- Fixing setup.manifest in files section * Wed Jun 01 2011 Marko Saukko <marko.saukko@cybercom.com> - 2.8.15 - Add ttyO2 to setup-2.8.9-securetty.patch (used in N900 for example) diff --git a/packaging/setup.spec b/packaging/setup.spec index 56f4d47..2710dce 100644 --- a/packaging/setup.spec +++ b/packaging/setup.spec @@ -58,7 +58,7 @@ for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do end %files -%manifest setup.manifest +%manifest /etc/setup.manifest %defattr(-,root,root,-) %verify(not md5 size mtime) %config(noreplace) /etc/passwd %verify(not md5 size mtime) %config(noreplace) /etc/group |