Mailinglist Archive: opensuse-commit (1649 mails)
| < Previous | Next > |
commit ConsoleKit
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 12 Oct 2008 00:59:21 +0200
- Message-id: <20081011225921.7128767816B@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package ConsoleKit
checked in at Sun Oct 12 00:59:21 CEST 2008.
--------
--- ConsoleKit/ConsoleKit.changes 2008-09-26 11:49:37.000000000 +0200
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit.changes 2008-10-09
15:51:33.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Oct 9 15:50:00 CEST 2008 - hmacht@xxxxxxx
+
+- Remove %ifarch calls, -32bit packages are selected through
+ patterns. Force pam-config when YaST2 is running
+ (bnc#433653,bnc#412794)
+
+-------------------------------------------------------------------
ConsoleKit-doc.changes: same change
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ConsoleKit-doc.spec ++++++
--- /var/tmp/diff_new_pack.K25940/_old 2008-10-12 00:57:42.000000000 +0200
+++ /var/tmp/diff_new_pack.K25940/_new 2008-10-12 00:57:42.000000000 +0200
@@ -32,7 +32,7 @@
%endif
Summary: System daemon for tracking users, sessions and seats
Version: 0.2.10
-Release: 58
+Release: 59
License: GPL v2 or later
Group: System/Daemons
AutoReqProv: on
@@ -42,9 +42,6 @@
%if %build_doc == 0
PreReq: pwdutils login
PreReq: pam-config >= 0.22
-%ifarch s390x x86_64
-PreReq: %name-32bit
-%endif
%endif
%description
@@ -150,11 +147,16 @@
%if !%{build_doc}
%post
-%run_ldconfig
-/usr/sbin/pam-config --service login -a --ck_connector
+/sbin/ldconfig
+if [ -n "$YAST_IS_RUNNING" ]; then
+ /usr/sbin/pam-config --service login -a --ck_connector -f
+else
+ /usr/sbin/pam-config --service login -a --ck_connector
+fi
%postun
-%run_ldconfig
+/usr/sbin/pam-config --service login -d --ck_connector
+/sbin/ldconfig
%endif
%clean
@@ -199,6 +201,10 @@
%endif
%changelog
+* Thu Oct 09 2008 hmacht@xxxxxxx
+- Remove %%ifarch calls, -32bit packages are selected through
+ patterns. Force pam-config when YaST2 is running
+ (bnc#433653,bnc#412794)
* Fri Sep 26 2008 hmacht@xxxxxxx
- remove rc-script. ConsoleKit is activated on demand with D-Bus
system activation (bnc#428228)
++++++ ConsoleKit.spec ++++++
--- /var/tmp/diff_new_pack.K25940/_old 2008-10-12 00:57:42.000000000 +0200
+++ /var/tmp/diff_new_pack.K25940/_new 2008-10-12 00:57:42.000000000 +0200
@@ -32,7 +32,7 @@
%endif
Summary: System daemon for tracking users, sessions and seats
Version: 0.2.10
-Release: 47
+Release: 48
License: GPL v2 or later
Group: System/Daemons
AutoReqProv: on
@@ -42,9 +42,6 @@
%if %build_doc == 0
PreReq: pwdutils login
PreReq: pam-config >= 0.22
-%ifarch s390x x86_64
-PreReq: %name-32bit
-%endif
%endif
%description
@@ -150,11 +147,16 @@
%if !%{build_doc}
%post
-%run_ldconfig
-/usr/sbin/pam-config --service login -a --ck_connector
+/sbin/ldconfig
+if [ -n "$YAST_IS_RUNNING" ]; then
+ /usr/sbin/pam-config --service login -a --ck_connector -f
+else
+ /usr/sbin/pam-config --service login -a --ck_connector
+fi
%postun
-%run_ldconfig
+/usr/sbin/pam-config --service login -d --ck_connector
+/sbin/ldconfig
%endif
%clean
@@ -199,6 +201,10 @@
%endif
%changelog
+* Thu Oct 09 2008 hmacht@xxxxxxx
+- Remove %%ifarch calls, -32bit packages are selected through
+ patterns. Force pam-config when YaST2 is running
+ (bnc#433653,bnc#412794)
* Fri Sep 26 2008 hmacht@xxxxxxx
- remove rc-script. ConsoleKit is activated on demand with D-Bus
system activation (bnc#428228)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |