* Mon Jun 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.19-4

- Fix setfiles -c to make it work
This commit is contained in:
Daniel J Walsh 2007-06-04 21:46:14 +00:00
parent 4c20f47670
commit 1f766d055e
2 changed files with 16 additions and 1 deletions

View File

@ -104,3 +104,15 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po
return ddict
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/setfiles/setfiles.c policycoreutils-2.0.19/setfiles/setfiles.c
--- nsapolicycoreutils/setfiles/setfiles.c 2007-05-18 09:58:33.000000000 -0400
+++ policycoreutils-2.0.19/setfiles/setfiles.c 2007-06-04 17:42:44.000000000 -0400
@@ -858,8 +858,6 @@
if (strcmp(input_filename, "-") != 0)
fclose(f);
} else {
- if (optind >= argc)
- usage(argv[0]);
for (i = optind; i < argc; i++) {
errors |= process_one(argv[i]);
}

View File

@ -6,7 +6,7 @@
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 2.0.19
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -192,6 +192,9 @@ if [ "$1" -ge "1" ]; then
fi
%changelog
* Mon Jun 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.19-4
- Fix setfiles -c to make it work
* Mon Jun 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.19-3
- Fix french translation to not crash system-config-selinux