diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-06-01 05:52:19 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit2@localhost> | 2012-06-01 05:52:19 +0900 |
commit | 9458f5bf8090bdb37e356970757133a7b49f08e8 (patch) | |
tree | 45670c254c12613fb8c80e1dc443e88e83a7be48 | |
parent | 440e48254d7ff1a549a0aaafce05d4119236b938 (diff) | |
parent | 2097e1eb03f60ea879af48bc8867adcc10f64a38 (diff) | |
download | coreutils-9458f5bf8090bdb37e356970757133a7b49f08e8.tar.gz coreutils-9458f5bf8090bdb37e356970757133a7b49f08e8.tar.bz2 coreutils-9458f5bf8090bdb37e356970757133a7b49f08e8.zip |
Merge "Exclude su file from package"
-rw-r--r-- | packaging/coreutils.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreutils.spec b/packaging/coreutils.spec index f6f43a7..98d4001 100644 --- a/packaging/coreutils.spec +++ b/packaging/coreutils.spec @@ -237,7 +237,7 @@ rm -rf $RPM_BUILD_ROOT /bin/sleep /bin/sort /bin/stty -%attr(4755,root,root) /bin/su +%exclude /bin/su /bin/sync /bin/touch /bin/true |