rpms/ocaml-cryptokit/devel ocaml-cryptokit.spec,1.1,1.2
by fedora-extras-commitsï¼ redhat.com
Author: dwmw2
Update of /cvs/pkgs/rpms/ocaml-cryptokit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29750
Modified Files:
ocaml-cryptokit.spec
Log Message:
build on ppc64
Index: ocaml-cryptokit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-cryptokit/devel/ocaml-cryptokit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-cryptokit.spec 16 Feb 2008 00:27:58 -0000 1.1
+++ ocaml-cryptokit.spec 29 Feb 2008 20:27:56 -0000 1.2
@@ -3,7 +3,7 @@
Name: ocaml-cryptokit
Version: 1.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: OCaml library of cryptographic and hash functions
Group: Development/Libraries
@@ -11,7 +11,6 @@
URL: http://pauillac.inria.fr/~xleroy/software.html
Source0: http://caml.inria.fr/distrib/bazar-ocaml/cryptokit-1.3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExcludeArch: ppc64
BuildRequires: ocaml, zlib-devel, chrpath
@@ -109,6 +108,9 @@
%changelog
+* Fri Feb 29 2008 David Woodhouse <dwmw2(a)infradead.org> 1.3-3
+- Build on PPC64
+
* Fri Feb 15 2008 Richard W.M. Jones <rjones(a)redhat.com> - 1.3-2
- Don't duplicate the README file in both packages.
- Change the license to LGPLv2 with exceptions.
14Â years, 2Â months
rpms/libselinux/devel .cvsignore, 1.166, 1.167 libselinux.spec, 1.319, 1.320 sources, 1.168, 1.169
by fedora-extras-commitsï¼ redhat.com
Author: dwalsh
Update of /cvs/extras/rpms/libselinux/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29595
Modified Files:
.cvsignore libselinux.spec sources
Log Message:
* Fri Feb 29 2008 Dan Walsh <dwalsh(a)redhat.com> - 2.0.59-1
- Update to Upstream
* Merged new X label "poly_selection" namespace from Eamon Walsh.
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/.cvsignore,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- .cvsignore 28 Feb 2008 21:06:47 -0000 1.166
+++ .cvsignore 29 Feb 2008 20:24:11 -0000 1.167
@@ -147,3 +147,4 @@
libselinux-2.0.56.tgz
libselinux-2.0.57.tgz
libselinux-2.0.58.tgz
+libselinux-2.0.59.tgz
Index: libselinux.spec
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- libselinux.spec 28 Feb 2008 21:06:47 -0000 1.319
+++ libselinux.spec 29 Feb 2008 20:24:11 -0000 1.320
@@ -3,7 +3,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
-Version: 2.0.58
+Version: 2.0.59
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Libraries
@@ -137,6 +137,10 @@
%{python_sitearch}/selinux/*
%changelog
+* Fri Feb 29 2008 Dan Walsh <dwalsh(a)redhat.com> - 2.0.59-1
+- Update to Upstream
+ * Merged new X label "poly_selection" namespace from Eamon Walsh.
+
* Thu Feb 28 2008 Dan Walsh <dwalsh(a)redhat.com> - 2.0.58-1
- Update to Upstream
* Merged reset_selinux_config() for load policy from Dan Walsh.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/sources,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- sources 28 Feb 2008 21:06:47 -0000 1.168
+++ sources 29 Feb 2008 20:24:11 -0000 1.169
@@ -1 +1 @@
-7934f9ab3be76439ddd859184414aed0 libselinux-2.0.58.tgz
+88829457da156e24d44640f85f36590a libselinux-2.0.59.tgz
14Â years, 2Â months
rpms/ipa/F-7 ipa.spec,1.4,1.5 sources,1.4,1.5
by fedora-extras-commitsï¼ redhat.com
Author: rcritten
Update of /cvs/extras/rpms/ipa/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29503
Modified Files:
ipa.spec sources
Log Message:
Pull upstream changelog 698
Fix ownership of /var/log/ipa_error.log during install (435119)
Add pwpolicy command and man page
Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-7/ipa.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ipa.spec 22 Feb 2008 14:52:30 -0000 1.4
+++ ipa.spec 29 Feb 2008 20:22:28 -0000 1.5
@@ -6,7 +6,7 @@
Name: ipa
Version: 0.99
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
@@ -210,6 +210,9 @@
/sbin/chkconfig --add ipa_kpasswd
/sbin/chkconfig --add ipa_webgui
fi
+/bin/touch /var/log/ipa_error.log
+/bin/chown apache /var/log/ipa_error.log
+/bin/chmod 600 /var/log/ipa_error.log
%preun server
if [ $1 = 0 ]; then
@@ -345,6 +348,7 @@
%{_sbindir}/ipa-moddelegation
%{_sbindir}/ipa-passwd
%{_sbindir}/ipa-moduser
+%{_sbindir}/ipa-pwpolicy
%{_mandir}/man1/ipa-adddelegation.1.gz
%{_mandir}/man1/ipa-addgroup.1.gz
%{_mandir}/man1/ipa-addservice.1.gz
@@ -363,6 +367,7 @@
%{_mandir}/man1/ipa-moddelegation.1.gz
%{_mandir}/man1/ipa-passwd.1.gz
%{_mandir}/man1/ipa-moduser.1.gz
+%{_mandir}/man1/ipa-pwpolicy.1.gz
%files python
%doc LICENSE README
@@ -393,6 +398,11 @@
%{_sbindir}/ipa-modradiusprofile
%changelog
+* Thu Feb 29 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-11
+- Pull upstream changelog 698
+- Fix ownership of /var/log/ipa_error.log during install (435119)
+- Add pwpolicy command and man page
+
* Thu Feb 21 2008 Rob Crittenden <rcritten(a)redhat.com> 0.99-10
- Pull upstream changelog 678
- Add new subpackage, ipa-server-selinux
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 22 Feb 2008 14:52:30 -0000 1.4
+++ sources 29 Feb 2008 20:22:28 -0000 1.5
@@ -1 +1 @@
-c7a34e9f06f2685681fc2f1a47cc7ad9 freeipa-0.99.tar.gz
+f3ef12445450381932412e603c51e50e freeipa-0.99.tar.gz
14Â years, 2Â months
rpms/gnome-do/F-8 gnome-do.spec,1.8,1.9
by fedora-extras-commitsï¼ redhat.com
Author: dnielsen
Update of /cvs/pkgs/rpms/gnome-do/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29217/F-8
Modified Files:
gnome-do.spec
Log Message:
actually do the JIT change
Index: gnome-do.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-do/F-8/gnome-do.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-do.spec 29 Feb 2008 19:52:01 -0000 1.8
+++ gnome-do.spec 29 Feb 2008 20:03:04 -0000 1.9
@@ -2,7 +2,7 @@
Name: gnome-do
Version: 0.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Quick launch and search
License: GPLv3+
@@ -13,8 +13,8 @@
Patch1: %{name}-desktopfile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# Various Mono dependencies are not available for ppc64; see bug 241850.
-ExcludeArch: ppc64
+# JIT only availible on these:
+ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
BuildRequires: mono-devel
BuildRequires: desktop-file-utils
@@ -85,6 +85,9 @@
%{_libdir}/pkgconfig/*
%changelog
+* Fri Feb 29 2008 David Nielsen <gnomeuser(a)gmail.com> - 0.3.1-4
+- Actually do the jit change
+
* Fri Feb 29 2008 David Nielsen <gnomeuser(a)gmail.com> - 0.3.1-3
- #432201 - try 2
- Better excluding of non mono JIT archs
14Â years, 2Â months