Mailinglist Archive: opensuse-commit (1942 mails)
| < Previous | Next > |
commit tog-pegasus
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 07 Nov 2008 02:38:50 +0100
- Message-id: <20081107013850.70612678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package tog-pegasus
checked in at Fri Nov 7 02:38:50 CET 2008.
--------
--- tog-pegasus/tog-pegasus.changes 2008-09-22 16:54:29.000000000 +0200
+++ /mounts/work_src_done/STABLE/tog-pegasus/tog-pegasus.changes
2008-11-07 02:35:32.570584000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 7 02:34:57 CET 2008 - ro@xxxxxxx
+
+- move pkgconfig creation out of specfile (confuses parser ...)
+- add python-httplib2 and openssl to buildrequires to fix build
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
tog-pegasus.pc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tog-pegasus.spec ++++++
--- /var/tmp/diff_new_pack.D21540/_old 2008-11-07 02:38:29.000000000 +0100
+++ /var/tmp/diff_new_pack.D21540/_new 2008-11-07 02:38:29.000000000 +0100
@@ -19,9 +19,9 @@
Name: tog-pegasus
-BuildRequires: cim-schema e2fsprogs-devel gcc-c++ libicu-devel net-snmp-devel
openslp-devel openssl-devel pam-devel pwdutils
+BuildRequires: cim-schema e2fsprogs-devel gcc-c++ libicu-devel net-snmp-devel
openslp-devel openssl openssl-devel pam-devel pwdutils python-httplib2
Version: 2.8.0
-Release: 1
+Release: 2
#
Summary: OpenPegasus WBEM Services for Linux
Group: System/Management
@@ -45,6 +45,7 @@
Source12: cimserver_planned.conf
Source13: README.SUSE
Source14: Makefile.pkg-config
+Source15: tog-pegasus.pc
#
Patch1: pegasus-pam-wbem.patch
Patch2: pegasus-config.patch
@@ -231,18 +232,7 @@
popd
# Create pkg-config file
install -d %{buildroot}/usr/%_lib/pkgconfig
-cat > %{buildroot}/usr/%_lib/pkgconfig/%{name}.pc << EOS
-prefix=/usr
-exec_prefix=\${prefix}
-libdir=\${exec_prefix}/lib
-includedir=\${prefix}/include
-Name: OpenPegasus
-Description: OpenPegasus WBEM Services for Linux
-Version: %{version}
-URL: http://openpegasus.org/
-Libs: $(make -f Makefile.pkg-config pkg-config-libs)
-Cflags: $(make -f Makefile.pkg-config pkg-config-cflags)
-EOS
+sed -e "s,@VERSION@,%{version}," %{S:15} >
%{buildroot}/usr/%_lib/pkgconfig/%{name}.pc
### end of %install
%clean
@@ -379,6 +369,9 @@
# automatically updated from it in the binary RPMS
%changelog
+* Fri Nov 07 2008 ro@xxxxxxx
+- move pkgconfig creation out of specfile (confuses parser ...)
+- add python-httplib2 and openssl to buildrequires to fix build
* Fri Sep 19 2008 bwhiteley@xxxxxxx
- Put %%_libdir/*.so files back in the main package, as many of
them need to be there.
@@ -417,10 +410,10 @@
- don't install internal headers executable
* Thu Apr 17 2008 npaxton@xxxxxxxxxx
- install non-frozen headers to /usr/include/Pegasus-internal
-* Wed Apr 02 2008 bwhiteley@xxxxxxx
+* Thu Apr 03 2008 bwhiteley@xxxxxxx
- Renamed README.SuSE.Security to README.SUSE.Security.
- Patch to allow connection to UDS with credentials (pegasus_bug:7563).
-* Mon Mar 24 2008 npaxton@xxxxxxxxxx
+* Tue Mar 25 2008 npaxton@xxxxxxxxxx
- Add pluggable provider manager patch
* Thu Mar 20 2008 mmarek@xxxxxxx
- cim-schema is also used in %%post
@@ -428,7 +421,7 @@
- Changed the python-pywbem dependency to PreReq, as it is used
in %%post.
- Synced *.changes and %%changelog in the specfile
-* Wed Feb 27 2008 jcarey@xxxxxxxxxx
+* Thu Feb 28 2008 jcarey@xxxxxxxxxx
- Changed to use copy of given OperationContext when making up
calls to the CIMOM. Fixes problem where the requesting user
name was not being used when making these calls. The user
@@ -443,7 +436,7 @@
* Fri Feb 15 2008 bwhiteley@xxxxxxx
- Make cimsrvr user a member of the pegasus group. Otherwise,
in-process providers do not work.
-* Fri Feb 08 2008 bwhiteley@xxxxxxx
+* Sat Feb 09 2008 bwhiteley@xxxxxxx
- Allow root user to log in from remote (bnc#344466)
* Tue Feb 05 2008 jcarey@xxxxxxxxxx
- Changed so the default action is performed when a SIGCHLD signal
@@ -548,5 +541,5 @@
- comment out the Requires(post|pre|postun) for now
* Fri Jul 07 2006 mrueckert@xxxxxxx
- dont package the debug files in the base package
-* Thu Jul 06 2006 mrueckert@xxxxxxx
+* Fri Jul 07 2006 mrueckert@xxxxxxx
- Initial package based on the fedora core 6 package
++++++ tog-pegasus.pc ++++++
prefix=/usr
exec_prefix=\${prefix}
libdir=\${exec_prefix}/lib
includedir=\${prefix}/include
Name: OpenPegasus
Description: OpenPegasus WBEM Services for Linux
Version: @VERSION@
URL: http://openpegasus.org/
Libs: $(make -f Makefile.pkg-config pkg-config-libs)
Cflags: $(make -f Makefile.pkg-config pkg-config-cflags)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |