From b345116e6925a89aee623397a77158e871ff22d8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 09 2008 18:45:26 +0000 Subject: - Add missing man page links for [lf]getfilecon --- diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch index 7dcc55c..ce63f1b 100644 --- a/libselinux-rhat.patch +++ b/libselinux-rhat.patch @@ -1,6 +1,16 @@ -diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxconlist.8 libselinux-2.0.70/man/man8/selinuxconlist.8 +diff --exclude-from=exclude -N -u -r nsalibselinux/man/man3/fgetfilecon.3 libselinux-2.0.71/man/man3/fgetfilecon.3 +--- nsalibselinux/man/man3/fgetfilecon.3 1969-12-31 19:00:00.000000000 -0500 ++++ libselinux-2.0.71/man/man3/fgetfilecon.3 2008-09-09 14:30:58.000000000 -0400 +@@ -0,0 +1 @@ ++.so man3/getfilecon.3 +diff --exclude-from=exclude -N -u -r nsalibselinux/man/man3/lgetfilecon.3 libselinux-2.0.71/man/man3/lgetfilecon.3 +--- nsalibselinux/man/man3/lgetfilecon.3 1969-12-31 19:00:00.000000000 -0500 ++++ libselinux-2.0.71/man/man3/lgetfilecon.3 2008-09-09 14:30:43.000000000 -0400 +@@ -0,0 +1 @@ ++.so man3/getfilecon.3 +diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxconlist.8 libselinux-2.0.71/man/man8/selinuxconlist.8 --- nsalibselinux/man/man8/selinuxconlist.8 1969-12-31 19:00:00.000000000 -0500 -+++ libselinux-2.0.70/man/man8/selinuxconlist.8 2008-08-01 06:51:25.000000000 -0400 ++++ libselinux-2.0.71/man/man8/selinuxconlist.8 2008-08-13 09:01:48.000000000 -0400 @@ -0,0 +1,18 @@ +.TH "selinuxconlist" "1" "7 May 2008" "dwalsh@redhat.com" "SELinux Command Line documentation" +.SH "NAME" @@ -20,9 +30,9 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxconlist.8 lib + +.SH "SEE ALSO" +secon(8), selinuxdefcon(8) -diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxdefcon.8 libselinux-2.0.70/man/man8/selinuxdefcon.8 +diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxdefcon.8 libselinux-2.0.71/man/man8/selinuxdefcon.8 --- nsalibselinux/man/man8/selinuxdefcon.8 1969-12-31 19:00:00.000000000 -0500 -+++ libselinux-2.0.70/man/man8/selinuxdefcon.8 2008-08-01 06:51:25.000000000 -0400 ++++ libselinux-2.0.71/man/man8/selinuxdefcon.8 2008-08-13 09:01:48.000000000 -0400 @@ -0,0 +1,19 @@ +.TH "selinuxdefcon" "1" "7 May 2008" "dwalsh@redhat.com" "SELinux Command Line documentation" +.SH "NAME" @@ -43,9 +53,9 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/selinuxdefcon.8 libs + +.SH "SEE ALSO" +secon(8), selinuxconlist(8) -diff --exclude-from=exclude -N -u -r nsalibselinux/src/callbacks.c libselinux-2.0.70/src/callbacks.c ---- nsalibselinux/src/callbacks.c 2008-06-12 23:25:14.000000000 -0400 -+++ libselinux-2.0.70/src/callbacks.c 2008-08-01 06:51:25.000000000 -0400 +diff --exclude-from=exclude -N -u -r nsalibselinux/src/callbacks.c libselinux-2.0.71/src/callbacks.c +--- nsalibselinux/src/callbacks.c 2008-08-28 09:34:24.000000000 -0400 ++++ libselinux-2.0.71/src/callbacks.c 2008-08-13 09:01:48.000000000 -0400 @@ -16,6 +16,7 @@ { int rc; @@ -54,9 +64,9 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/callbacks.c libselinux-2. va_start(ap, fmt); rc = vfprintf(stderr, fmt, ap); va_end(ap); -diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.70/src/matchpathcon.c ---- nsalibselinux/src/matchpathcon.c 2008-06-12 23:25:14.000000000 -0400 -+++ libselinux-2.0.70/src/matchpathcon.c 2008-08-01 06:51:25.000000000 -0400 +diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.71/src/matchpathcon.c +--- nsalibselinux/src/matchpathcon.c 2008-08-28 09:34:24.000000000 -0400 ++++ libselinux-2.0.71/src/matchpathcon.c 2008-08-13 09:01:48.000000000 -0400 @@ -2,6 +2,7 @@ #include #include diff --git a/libselinux.spec b/libselinux.spec index 0443d3a..50fa57b 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -5,7 +5,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.71 -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -152,6 +152,9 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Tue Sep 9 2008 Dan Walsh - 2.0.71-2 +- Add missing man page links for [lf]getfilecon + * Tue Aug 5 2008 Dan Walsh - 2.0.71-1 - Update to Upstream * Add group support to seusers using %groupname syntax from Dan Walsh.