Your message dated Wed, 06 Feb 2008 13:47:20 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#440474: fixed in policycoreutils 2.0.16-1.1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: policycoreutils Version: 2.0.16-1 Severity: normal Tags: patch $ chcat -L File "/usr/bin/chcat", line 80 else ^ SyntaxError: invalid syntax In two places in the script a : seems to be missing after an else statement. The attached patch fixes this. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages policycoreutils depends on: ii libc6 2.6.1-1 GNU C Library: Shared libraries ii libpam0g 0.79-4 Pluggable Authentication Modules l ii libselinux1 2.0.15-2+b1 SELinux shared libraries ii libsemanage1 2.0.3-1+b1 shared libraries used by SELinux p ii libsepol1 2.0.3-1+b1 Security Enhanced Linux policy lib ii python 2.4.4-6 An interactive high-level object-o ii python-selinux 2.0.15-2+b1 Python bindings to SELinux shared ii python-semanage 2.0.3-1+b1 Python bindings for SELinux polic ii sepolgen 1.0.8-1 A Python module used in SELinux po Versions of packages policycoreutils recommends: ii selinux-policy-refp 0.0.20070507-5.1~fjp Targeted variant of the SELinux re -- no debconf information--- /usr/bin/chcat 2007-05-07 08:16:26.000000000 +0200 +++ bin/chcat 2007-09-01 22:52:00.000000000 +0200 @@ -77,7 +77,7 @@ if len(cats) > 0: new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats)) - else + else: new_serange = "%s-%s" % (serange[0], top[0]) if add_ind: @@ -155,7 +155,7 @@ if len(cats) > 0: new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats)) - else + else: new_serange = "%s-%s" % (serange[0], top[0]) if add_ind:
--- End Message ---
--- Begin Message ---Source: policycoreutils Source-Version: 2.0.16-1.1 We believe that the bug you reported is fixed in the latest version of policycoreutils, which is due to be installed in the Debian FTP archive: policycoreutils_2.0.16-1.1.diff.gz to pool/main/p/policycoreutils/policycoreutils_2.0.16-1.1.diff.gz policycoreutils_2.0.16-1.1.dsc to pool/main/p/policycoreutils/policycoreutils_2.0.16-1.1.dsc policycoreutils_2.0.16-1.1_i386.deb to pool/main/p/policycoreutils/policycoreutils_2.0.16-1.1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Clint Adams <[EMAIL PROTECTED]> (supplier of updated policycoreutils package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 06 Feb 2008 08:35:36 -0500 Source: policycoreutils Binary: policycoreutils Architecture: source i386 Version: 2.0.16-1.1 Distribution: unstable Urgency: low Maintainer: Manoj Srivastava <[EMAIL PROTECTED]> Changed-By: Clint Adams <[EMAIL PROTECTED]> Description: policycoreutils - SELinux core policy utilities Closes: 440474 Changes: policycoreutils (2.0.16-1.1) unstable; urgency=low . * NMU * Apply patch from Frans Pop to fix syntax errors (missing colons after elses) in chcat. closes: #440474. Files: 4e6482b5106fde52925a75c67845421d 908 utils optional policycoreutils_2.0.16-1.1.dsc 0546a71a844c267b94581e3f7eaeb1e5 30648 utils optional policycoreutils_2.0.16-1.1.diff.gz aa88fd6279704910be085f5dbf964fbc 409258 utils optional policycoreutils_2.0.16-1.1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Debian! iD8DBQFHqbiu5m0u66uWM3ARAoTsAJ9MYfPtduUF1aWah/CEacMMa7nuOQCgpXXO VqyT/XvGAegBh6PhEmewbT8= =Rpe/ -----END PGP SIGNATURE-----
--- End Message ---

