Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2015-02-22 17:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sssd (Old)
 and      /work/SRC/openSUSE:Factory/.sssd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sssd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sssd/sssd.changes        2015-01-10 
23:06:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2015-02-22 
17:25:32.000000000 +0100
@@ -1,0 +2,27 @@
+Thu Feb 19 10:51:22 UTC 2015 - h...@suse.com
+
+- Update to new upstream release 1.12.4 (Changelog highlights following)
+* This is mostly a bug fixing release with only minor enhancements
+  visible to the end user.
+* Contains many fixes and enhancements related to the ID views
+  functionality of FreeIPA servers.
+* Several fixes related to retrieving AD group membership in an
+  IPA-AD trust scenario.
+* Fixes a bug where the GPO access control previously didn't work
+  at all if debugging was enabled in smb.conf.
+* SSSD can now be pinned to a particular AD site instead of
+  autodiscovering the site.
+* A regression that caused setting the SELinux context for IPA users
+  to fail, was fixed.
+* Fixed a potential crash caused by a double-free error when an SSSD
+  service was killed by the monitor process.
+
+-------------------------------------------------------------------
+Mon Feb 16 10:09:18 UTC 2015 - howard@localhost
+
+- A minor rpmspec cleanup to get rid of five rpmlint warnings
+* Remove mentioning of system-wide dbus configuration file from comments.
+* Remove traditional init script.
+* Remove compatibility for producing packages on older OpenSUSE releases.
+
+-------------------------------------------------------------------

Old:
----
  sssd-1.12.3.tar.gz
  sssd-1.12.3.tar.gz.asc

New:
----
  sssd-1.12.4.tar.gz
  sssd-1.12.4.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.dP0drd/_old  2015-02-22 17:25:33.000000000 +0100
+++ /var/tmp/diff_new_pack.dP0drd/_new  2015-02-22 17:25:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           sssd
-Version:        1.12.3
+Version:        1.12.4
 Release:        0
 Summary:        System Security Services Daemon
 License:        GPL-3.0+ and LGPL-3.0+
@@ -45,13 +45,7 @@
 BuildRequires:  cifs-utils-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  docbook-xsl-stylesheets
-%if 0%{?suse_version} >= 1320
 BuildRequires:  krb5-devel >= 1.12
-%define have_localauth 1
-%else
-BuildRequires:  krb5-devel
-%define have_localauth 0
-%endif
 BuildRequires:  libsmbclient-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-tools
@@ -291,8 +285,6 @@
 Group:          System/Libraries
 Provides:       libsss_sudo-devel = %version-%release
 Obsoletes:      libsss_sudo-devel < %version-%release
-# No provides: true obsolete.
-Obsoletes:      libsss_sudo1
 Supplements:    packageand(sudo:sssd-client)
 
 %description -n libsss_sudo
@@ -374,17 +366,10 @@
            "$b/%_mandir"/{uk/man5,uk/man8};
 install -d "$b/%_sysconfdir/sssd";
 install -m600 src/examples/sssd-example.conf "$b/%_sysconfdir/sssd/sssd.conf";
-%if 0%{?_unitdir:1}
 install -d "$b/%_unitdir";
-# Missing service file in 1.11.5.1
-#install src/sysv/systemd/sssd.service "$b/%_unitdir/sssd.service";
 install -m644 %{S:4} "$b/%_unitdir/sssd.service";
 rm -Rf "$b/%_initddir"
 ln -s service "$b/%_sbindir/rcsssd"
-%else
-install src/sysv/SUSE/sssd "$b/%_sysconfdir/init.d/sssd";
-ln -sf ../../etc/init.d/sssd "$b/usr/sbin/rcsssd"
-%endif
 
 mkdir -p "$b/%_sysconfdir/ld.so.conf.d"
 cat >"$b/%_sysconfdir/ld.so.conf.d/sssd-wbclient.conf" <<-EOF
@@ -392,48 +377,32 @@
 EOF
 find "$b" -type f -name "*.la" -delete;
 
-%if %suse_version <= 1110
-# remove some unsupported languages, sssd does not contain
-# translations for these anyway
-rm -Rf "$b/usr/share/locale"/{fa_IR,ja_JP,lt_LT,ta_IN,vi_VN}
-%endif
-
 rm -Rf "$b/%_sysconfdir/dbus-1" "$b/%_datadir/dbus-1"
 
 %find_lang %name --all-name
 
-%if 0%{?_unitdir:1}
 %pre
 %service_add_pre sssd.service
-%endif
 
 %post
 # migrate config variable krb5_kdcip to krb5_server (bnc#851048)
 /bin/sed -i -e 's,^krb5_kdcip =,krb5_server =,g' %_sysconfdir/sssd/sssd.conf
 /sbin/ldconfig
-%if 0%{?_unitdir:1}
 %service_add_post sssd.service
-%endif
 
-%if 0%{?_unitdir:1}
 %preun
 %service_del_preun sssd.service
-%endif
 
 %postun
 if [ "$1" = "0" ]; then
        "%_sbindir/pam-config" -d --sss || :;
 fi;
 /sbin/ldconfig
-%if 0%{?_unitdir:1}
 # Clear caches, which may have an incompatible format afterwards
 # (especially, downgrades)
 rm -f /var/lib/sss/db/*.ldb
 # del_postun includes a try-restart
 %service_del_postun sssd.service
-%else
-%restart_on_update sssd
-%endif
 %insserv_cleanup
 
 %post   -n libipa_hbac0 -p /sbin/ldconfig
@@ -448,11 +417,7 @@
 %files -f sssd.lang
 %defattr(-,root,root)
 %doc COPYING
-%if 0%{?_unitdir:1}
 %_unitdir
-%else
-%_initrddir/%name
-%endif
 %_bindir/sss_ssh_*
 %_sbindir/sssd
 %_sbindir/rcsssd
@@ -507,9 +472,7 @@
 /%_lib/security/pam_sss.so
 %_libdir/cifs-utils/
 %_libdir/krb5/
-%if %have_localauth
 %_libdir/%name/modules/sssd_krb5_localauth_plugin.so
-%endif
 %_mandir/??/man8/pam_sss.8*
 %_mandir/??/man8/sssd_krb5_locator_plugin.8*
 %_mandir/man8/pam_sss.8*
@@ -537,8 +500,6 @@
 %dir %_mandir/??/
 %dir %_mandir/??/man5/
 %_mandir/??/man5/sssd-ifp.5*
-#%_sysconfdir/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf
-#%_datadir/dbus-1/system-services/org.freedesktop.sssd.infopipe.service
 
 %files ipa
 %defattr(-,root,root)
@@ -610,7 +571,7 @@
 
 %files wbclient
 %defattr(-,root,root)
-%_sysconfdir/ld.so.conf.d/sssd-wbclient.conf
+%config %_sysconfdir/ld.so.conf.d/sssd-wbclient.conf
 %dir %_libdir/sssd/
 %dir %_libdir/sssd/modules/
 %_libdir/sssd/modules/libwbclient.so.*

++++++ sssd-1.12.3.tar.gz -> sssd-1.12.4.tar.gz ++++++
++++ 71758 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to