Mailinglist Archive: opensuse-commit (1138 mails)
| < Previous | Next > |
commit sudo
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 26 Jan 2007 23:12:52 +0100
- Message-id: <20070126221252.A4F05678177@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sudo
checked in at Fri Jan 26 23:12:52 CET 2007.
--------
--- sudo/sudo.changes 2006-11-30 14:13:58.000000000 +0100
+++ /mounts/work_src_done/STABLE/sudo/sudo.changes 2007-01-26 13:17:59.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Jan 26 13:16:15 CET 2007 - prusnak@xxxxxxx
+
+- packaged script sudoers2ldif
+ * can be used for importing /etc/sudoers to LDAP
+ * more info at http://www.sudo.ws/sudo/readme_ldap.html
+
+-------------------------------------------------------------------
+Wed Jan 24 10:36:48 CET 2007 - prusnak@xxxxxxx
+
+- added sudoers permission change to %post section of spec file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sudo.spec ++++++
--- /var/tmp/diff_new_pack.pc4001/_old 2007-01-26 23:12:30.000000000 +0100
+++ /var/tmp/diff_new_pack.pc4001/_new 2007-01-26 23:12:30.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package sudo (Version 1.6.8p12)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,12 +12,13 @@
Name: sudo
BuildRequires: openldap2-devel pam-devel postfix
+PreReq: coreutils
Version: 1.6.8p12
-Release: 40
+Release: 47
Autoreqprov: on
Group: System/Base
License: BSD License and BSD-like
-URL: http://www.courtesan.com/sudo
+URL: http://www.sudo.ws/
Summary: Execute some commands as root
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-%{version}.pamd
@@ -97,9 +98,13 @@
install -d -m 700 $RPM_BUILD_ROOT/var/run/sudo
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
install -m 644 sudo-%{version}.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/sudo
+install -m 755 sudoers2ldif $RPM_BUILD_ROOT%{_sbindir}/sudoers2ldif
rm -f $RPM_BUILD_ROOT/usr/bin/sudoedit
ln -sf /usr/bin/sudo $RPM_BUILD_ROOT/usr/bin/sudoedit
+%post
+chmod 0440 %{_sysconfdir}/sudoers
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -117,6 +122,12 @@
/var/run/sudo
%changelog -n sudo
+* Fri Jan 26 2007 - prusnak@xxxxxxx
+- packaged script sudoers2ldif
+ * can be used for importing /etc/sudoers to LDAP
+ * more info at http://www.sudo.ws/sudo/readme_ldap.html
+* Wed Jan 24 2007 - prusnak@xxxxxxx
+- added sudoers permission change to %%post section of spec file
* Thu Nov 30 2006 - prusnak@xxxxxxx
- package /etc/sudoers as 0440 [Fate#300934]
* Wed Nov 29 2006 - prusnak@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |