Author: jdennis
Update of /cvs/pkgs/rpms/setroubleshoot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1101/devel
Modified Files:
.cvsignore setroubleshoot.spec sources
Log Message:
update to latest upstream
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/.cvsignore,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- .cvsignore 15 Jan 2008 20:53:13 -0000 1.80
+++ .cvsignore 31 Jan 2008 21:53:59 -0000 1.81
@@ -1 +1 @@
-setroubleshoot-2.0.3.tar.gz
+setroubleshoot-2.0.4.tar.gz
Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- setroubleshoot.spec 15 Jan 2008 20:53:13 -0000 1.97
+++ setroubleshoot.spec 31 Jan 2008 21:53:59 -0000 1.98
@@ -1,10 +1,10 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
-Version: 2.0.3
+Version: 2.0.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
-URL: https://hosted.fedoraproject.org/projects/setroubleshoot
+URL: https://fedorahosted.org/setroubleshoot
Source0: %{name}-%{version}.tar.gz
Source1: setroubleshoot.init
Source2: setroubleshoot.logrotate
@@ -12,7 +12,7 @@
BuildArch: noarch
BuildRequires: perl-XML-Parser
Requires: %{name}-server = %{version}-%{release}
-Requires: %{name}-plugins >= 2.0.0
+Requires: %{name}-plugins >= 2.0.4
Requires: pygtk2 >= 2.9.2
Requires: gnome-python2, gnome-python2-canvas
BuildRequires: desktop-file-utils
@@ -102,7 +102,7 @@
Summary: SELinux troubleshoot server
Group: Applications/System
-Requires: %{name}-plugins >= 2.0.0
+Requires: %{name}-plugins >= 2.0.4
Requires: audit >= 1.2.6-3
Requires: audit-libs-python >= 1.2.6-3
Requires: libselinux >= 1.30.15-1
@@ -111,7 +111,6 @@
Requires: libxml2-python
Requires: libselinux-python
Requires: audit-libs-python
-Requires: libuser-python
BuildRequires: intltool gettext python
@@ -182,6 +181,28 @@
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
%changelog
+* Thu Jan 31 2008 <jdennis(a)redhat.com> - 2.0.4-1
+ - Resolve bug #430421: audit_listener_database.xml:3029: parser error in xmlParseDoc()
+ rewrite the audit_msg_decode logic to beaware of specific audit fields
+ - add new template substitution $SOURCE, a friendly name, $SOURCE_PATH still exists
+ and is the full path name of $SOURCE, also add 'source' attribute in AVC class,
+ fix how source and source_path are computed from audit's comm and exe fields
+ - fix the computation of tpath to also look at the audit name field, formerly
+ it had only been looking at path, fixes <Unknown> showing up for many targets
+ - add exception handling around xml file writes (Alan Cox reports problem when /var is full)
+ - add testing documentation
+ - Resolve bug #430845: obsolete URL in setroubleshoot package description
+ - Resolve bug #428960: Permissive message makes no sense.
+ - init script now allows extra test options
+ - show_browser() now opens and raises the window (e.g. presents) rather than just
+ assuring it's realized (e.g. iconified, or hidden)
+ - sealert -l message in syslog converts from html before writing to syslog
+ - Resolve bug #320881: export setroubleshoot_selinux_symposium in PDF format
+ - add code to verify all async rpc's have been cleared from the async rpc cache
+ - add code to set a default rpc method return if the interface does not define a callback
+ (methods which did not have a callback were not returning anything and hence were not
+ getting cleared from the cache)
+
* Fri Jan 11 2008 <jdennis(a)redhat.com> - 2.0.2-1
- Resolve bug #428252: Problem with update/remove old version
- Add code to validate xml database version, if file is incompatible it is not read,
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/sources,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- sources 15 Jan 2008 20:53:13 -0000 1.91
+++ sources 31 Jan 2008 21:53:59 -0000 1.92
@@ -1 +1 @@
-e2c4d2214a395049230aad74e1558f45 setroubleshoot-2.0.3.tar.gz
+6a7116be7e0daa623bb325a5b3c29185 setroubleshoot-2.0.4.tar.gz
Author: rcritten
Update of /cvs/extras/rpms/ipa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv704
Modified Files:
ipa.spec
Log Message:
Marked with wrong license. IPA is GPLv2.
Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/devel/ipa.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipa.spec 30 Jan 2008 15:53:51 -0000 1.1
+++ ipa.spec 31 Jan 2008 21:47:35 -0000 1.2
@@ -5,11 +5,11 @@
Name: ipa
Version: 0.99
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
-License: GPLv2+
+License: GPLv2
URL: http://www.freeipa.org/
Source0: freeipa-%{version}.tar.gz
# Tree is not tagged or branched at 1.0 yet (soon). The tar.gz was created
@@ -309,6 +309,9 @@
%{_sbindir}/ipa-modradiusprofile
%changelog
+* Thu Jan 31 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-8
+- Marked with wrong license. IPA is GPLv2.
+
* Tue Jan 29 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-7
- Ensure that /etc/ipa exists before moving user-modifiable html files there
- Put html files into /etc/ipa/html instead of /etc/ipa
Author: rcritten
Update of /cvs/extras/rpms/ipa/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32293
Modified Files:
ipa.spec
Log Message:
Marked with wrong license. IPA is GPLv2
Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-8/ipa.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipa.spec 30 Jan 2008 15:34:30 -0000 1.1
+++ ipa.spec 31 Jan 2008 21:38:57 -0000 1.2
@@ -5,11 +5,11 @@
Name: ipa
Version: 0.99
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
-License: GPLv2+
+License: GPLv2
URL: http://www.freeipa.org/
Source0: freeipa-%{version}.tar.gz
# Tree is not tagged or branched at 1.0 yet (soon). The tar.gz was created
@@ -309,6 +309,9 @@
%{_sbindir}/ipa-modradiusprofile
%changelog
+* Thu Jan 31 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-8
+- Marked with wrong license. IPA is GPLv2.
+
* Tue Jan 29 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-7
- Ensure that /etc/ipa exists before moving user-modifiable html files there
- Put html files into /etc/ipa/html instead of /etc/ipa
Author: rcritten
Update of /cvs/extras/rpms/ipa/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31563
Modified Files:
ipa.spec
Log Message:
Marked with wrong license. IPA is GPLv2
Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-7/ipa.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipa.spec 30 Jan 2008 15:03:39 -0000 1.1
+++ ipa.spec 31 Jan 2008 21:29:15 -0000 1.2
@@ -5,11 +5,11 @@
Name: ipa
Version: 0.99
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
-License: GPLv2+
+License: GPLv2
URL: http://www.freeipa.org/
Source0: freeipa-%{version}.tar.gz
# Tree is not tagged or branched at 1.0 yet (soon). The tar.gz was created
@@ -309,6 +309,9 @@
%{_sbindir}/ipa-modradiusprofile
%changelog
+* Thu Jan 31 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-8
+- Marked with wrong license. IPA is GPLv2.
+
* Tue Jan 29 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-7
- Ensure that /etc/ipa exists before moving user-modifiable html files there
- Put html files into /etc/ipa/html instead of /etc/ipa
Author: xavierb
Update of /cvs/pkgs/rpms/perl-DateTime-Precise/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30980/F-8
Modified Files:
sources
Added Files:
perl-DateTime-Precise.spec
Log Message:
Import into F-8, EL-4 and EL-5
--- NEW FILE perl-DateTime-Precise.spec ---
Name: perl-DateTime-Precise
Version: 1.05
Release: 3%{?dist}
Summary: Perform common time and date operations with additional GPS operations
Group: Development/Libraries
License: Public Domain
URL: http://search.cpan.org/dist/DateTime-Precise
Source0: http://search.cpan.org/CPAN/authors/id/B/BZ/BZAJAC/DateTime-Precise-%{versi…
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
The purpose of this library was to replace our dependence on Unix epoch time,
which, being limited to a range of about 1970 to 2030, is inadequate for our
purposes (we have data as old as 1870). This date library effectively handles
dates from A.D. 1000 to infinity, and would probably work all the way back to 0
(ignoring, of course, the switch-over to the Gregorian calendar). The useful
features of Unix epoch time (ease of date difference calculation and date
comparison, strict ordering) are preserved, and elements such as
human-legibility are added. The library handles fractional seconds and some
date/time manipulations used for the Global Positioning Satellite system.
%prep
%setup -q -n DateTime-Precise-%{version}
cat << EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(bigfloat)/d' -e '/perl(bigint)/d'
EOF
%define __perl_provides %{_builddir}/DateTime-Precise-%{version}/%{name}-prov
chmod +x %{__perl_provides}
cat << EOF > %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
sed -e '/perl(DateTime::Math\/bigfloat.pl)/d' -e '/perl(DateTime::Math\/bigint.pl)/d'
EOF
%define __perl_requires %{_builddir}/DateTime-Precise-%{version}/%{name}-req
chmod +x %{__perl_requires}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc CHANGES README
%{perl_vendorlib}/*
%{_mandir}/man3/DateTime::Precise.3pm.gz
%changelog
* Wed Jan 30 2008 Xavier Bachelot <xavier(a)bachelot.org> - 1.05-3
- Fix License: tag.
- Remove '| :' for %%check section.
* Fri Dec 21 2007 Xavier Bachelot <xavier(a)bachelot.org> - 1.05-2
- Clean up spec.
* Thu Jul 27 2006 Xavier Bachelot <xavier(a)bachelot.org> - 1.05-1
- Initial build.
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DateTime-Precise/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 31 Jan 2008 17:54:23 -0000 1.1
+++ sources 31 Jan 2008 21:13:35 -0000 1.2
@@ -0,0 +1 @@
+05845b6e53a528b406d10a231d0af091 DateTime-Precise-1.05.tar.gz