* 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:
parent
4c20f47670
commit
1f766d055e
@ -104,3 +104,15 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po
|
|||||||
|
|
||||||
return ddict
|
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]);
|
||||||
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.19
|
Version: 2.0.19
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -192,6 +192,9 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.19-3
|
||||||
- Fix french translation to not crash system-config-selinux
|
- Fix french translation to not crash system-config-selinux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user