rpms/libselinux/devel libselinux-rhat.patch, 1.162, 1.163 libselinux.spec, 1.338, 1.339

Daniel J Walsh dwalsh at fedoraproject.org
Tue Sep 9 18:45:56 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/libselinux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20052

Modified Files:
	libselinux-rhat.patch libselinux.spec 
Log Message:
* Tue Sep 9 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.71-2
- Add missing man page links for [lf]getfilecon


libselinux-rhat.patch:

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- libselinux-rhat.patch	5 Aug 2008 14:30:33 -0000	1.162
+++ libselinux-rhat.patch	9 Sep 2008 18:45:25 -0000	1.163
@@ -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 at redhat.com" "SELinux Command Line documentation"
 +.SH "NAME"
@@ -20,9 +30,9 @@
 +
 +.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 at redhat.com" "SELinux Command Line documentation"
 +.SH "NAME"
@@ -43,9 +53,9 @@
 +
 +.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 @@
  	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 <string.h>
  #include <errno.h>


Index: libselinux.spec
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- libselinux.spec	5 Aug 2008 14:05:15 -0000	1.338
+++ libselinux.spec	9 Sep 2008 18:45:26 -0000	1.339
@@ -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 @@
 %{ruby_sitearch}/selinux.so
 
 %changelog
+* Tue Sep 9 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.71-2
+- Add missing man page links for [lf]getfilecon
+
 * Tue Aug 5 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.71-1
 - Update to Upstream
 	* Add group support to seusers using %groupname syntax from Dan Walsh.




More information about the fedora-extras-commits mailing list