Blame SPECS/realmd.spec

bc0354
Name:    realmd
b494f2
Version: 0.17.1
b494f2
Release: 1%{?dist}
bc0354
Summary: Kerberos realm enrollment service
bc0354
License: LGPLv2+
bc0354
URL:     https://gitlab.freedesktop.org/realmd/realmd
b494f2
Source0: https://gitlab.freedesktop.org/realmd/realmd/uploads/204d05bd487908ece2ce2705a01d2b26/realmd-%{version}.tar.gz
bc0354
b494f2
### Downstream Patches ###
b494f2
# In RHEL the RHEL the FreeIPA packages are call only ipa-* while upstream is
b494f2
# using freeipa-*, the following patch applies the needed changes.
b494f2
Patch0100: ipa-packages.patch
bc0354
bc0354
BuildRequires: make
bc0354
BuildRequires: gcc
bc0354
BuildRequires: automake
bc0354
BuildRequires: autoconf
bc0354
BuildRequires: intltool pkgconfig
bc0354
BuildRequires: gettext-devel
bc0354
BuildRequires: glib2-devel >= 2.32.0
bc0354
BuildRequires: openldap-devel
bc0354
BuildRequires: polkit-devel
bc0354
BuildRequires: krb5-devel
bc0354
BuildRequires: systemd-devel
bc0354
BuildRequires: libxslt
bc0354
BuildRequires: xmlto
bc0354
BuildRequires: samba-common-tools
bc0354
BuildRequires: python3
bc0354
bc0354
Requires: authselect
bc0354
Requires: polkit
bc0354
Conflicts: realmd-devel-docs < %{version}-%{release}
bc0354
# This build will use Samba's new command line options so it cannot be used
bc0354
# with older versions of Samba.
bc0354
Conflicts:     samba-common-tools < 4.15
bc0354
bc0354
%description
bc0354
realmd is a DBus system service which manages discovery and enrollment in realms
bc0354
and domains like Active Directory or IPA. The control center uses realmd as the
bc0354
back end to 'join' a domain simply and automatically configure things correctly.
bc0354
bc0354
%package devel-docs
bc0354
Summary: Developer documentation files for %{name}
bc0354
Conflicts: realmd < %{version}-%{release}
bc0354
bc0354
%description devel-docs
bc0354
The %{name}-devel package contains developer documentation for developing
bc0354
applications that use %{name}.
bc0354
bc0354
%define _hardened_build 1
bc0354
bc0354
%prep
bc0354
%autosetup -p1
bc0354
bc0354
%build
bc0354
autoreconf -fi
bc0354
%configure --disable-silent-rules \
bc0354
    --with-new-samba-cli-options=yes \
bc0354
%if 0%{?rhel}
bc0354
    --with-vendor-error-message='Please check\n    https://red.ht/support_rhel_ad \nto get help for common issues.' \
bc0354
%endif
bc0354
    %{nil}
bc0354
bc0354
make %{?_smp_mflags}
bc0354
bc0354
%check
bc0354
make check
bc0354
bc0354
%install
bc0354
make install DESTDIR=%{buildroot}
bc0354
bc0354
%find_lang realmd
bc0354
bc0354
%post
bc0354
%systemd_post realmd.service
bc0354
bc0354
%preun
bc0354
%systemd_preun realmd.service
bc0354
bc0354
%postun
bc0354
%systemd_postun_with_restart realmd.service
bc0354
bc0354
%files -f realmd.lang
bc0354
%doc AUTHORS COPYING NEWS README
b494f2
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.realmd.conf
bc0354
%{_sbindir}/realm
bc0354
%dir %{_prefix}/lib/realmd
bc0354
%{_libexecdir}/realmd
bc0354
%{_prefix}/lib/realmd/realmd-defaults.conf
bc0354
%{_prefix}/lib/realmd/realmd-distro.conf
bc0354
%{_unitdir}/realmd.service
bc0354
%{_datadir}/dbus-1/system-services/org.freedesktop.realmd.service
bc0354
%{_datadir}/polkit-1/actions/org.freedesktop.realmd.policy
bc0354
%{_mandir}/man8/realm.8.gz
bc0354
%{_mandir}/man5/realmd.conf.5.gz
bc0354
%{_localstatedir}/cache/realmd/
bc0354
bc0354
%files devel-docs
bc0354
%doc %{_datadir}/doc/realmd/
bc0354
%doc ChangeLog
bc0354
bc0354
%changelog
b494f2
* Fri Oct 14 2022 Sumit Bose <sbose@redhat.com> - 0.17.1-1
b494f2
- Update to upstream release 0.17.1
b494f2
  Resolves: rhbz#2129050, rhbz#2133839
b494f2
bc0354
* Tue Jan 11 2022 Sumit Bose <sbose@redhat.com> - 0.17.0-9
bc0354
- enforce new Samba command line options
bc0354
  Resolves: rhbz#2028530
bc0354
bc0354
* Mon Jan 10 2022 Sumit Bose <sbose@redhat.com> - 0.17.0-8
bc0354
- LDAP socket timeout, fix duplicated logs and new Samba command line options
bc0354
  Resolves: rhbz#2038260
bc0354
  Resolves: rhbz#2038268
bc0354
  Resolves: rhbz#2028530
bc0354
bc0354
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.17.0-7
bc0354
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
bc0354
  Related: rhbz#1991688
bc0354
bc0354
* Thu Jul 01 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-6
bc0354
- regression in realmd/Sanity/realmd-service-sanity
bc0354
  Resolves: rhbz#1978255
bc0354
bc0354
* Tue Jun 29 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-5
bc0354
- Updates and fixes from upstream, Fedora and RHEL-8.5
bc0354
  Resolves: rhbz#1977163
bc0354
bc0354
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.17.0-4
bc0354
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
bc0354
bc0354
* Wed Mar 03 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-3
bc0354
- Use authselect instead of authconfig
bc0354
  Resolves: rhbz#1934124
bc0354
bc0354
* Sat Feb 20 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-2
bc0354
- Add Conflicts to avoid update/downgrade issues
bc0354
bc0354
* Fri Feb 19 2021 Sumit Bose <sbose@redhat.com> - 0.17.0-1
bc0354
- Updated to upstream 0.17.0
bc0354
bc0354
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-28
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
bc0354
bc0354
* Wed Nov 04 2020 Sumit Bose <sbose@redhat.com> - 0.16.3-27
bc0354
- Sync with latest upstream patches
bc0354
bc0354
* Wed Aug 12 2020 Sumit Bose <sbose@redhat.com> - 0.16.3-25
bc0354
- Sync with latest upstream patches
bc0354
bc0354
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-25
bc0354
- Second attempt - Rebuilt for
bc0354
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bc0354
bc0354
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-24
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bc0354
bc0354
* Wed Mar 18 2020 Sumit Bose <sbose@redhat.com> - 0.16.3-23
bc0354
- Sync with latest upstream patches and fix package URL
bc0354
  Resolves: rhbz#1800897
bc0354
bc0354
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-22
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bc0354
bc0354
* Fri Aug 02 2019 Sumit Bose <sbose@redhat.com> - 0.16.3-21
bc0354
- Remove gtester support, use autosetup
bc0354
  Resolves: rhbz#1736578
bc0354
bc0354
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-20
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bc0354
bc0354
* Thu Feb 21 2019 Sumit Bose <sbose@redhat.com> - 0.16.3-19
bc0354
- fix test depending on order
bc0354
  Resolves: rhbz#1675879
bc0354
bc0354
* Wed Feb 20 2019 Adam Williamson <awilliam@redhat.com> - 0.16.3-18
bc0354
- Backport fix from upstream to always install latest packages via PK
bc0354
bc0354
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-17
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bc0354
bc0354
* Thu Sep 27 2018 Sumit Bose <sbose@redhat.com> - 0.16.3-16
bc0354
- Do not call authselect for IPA domains
bc0354
  Resolves: rhbz#1620097
bc0354
bc0354
* Tue Aug 21 2018 Sumit Bose <sbose@redhat.com> - 0.16.3-15
bc0354
- Change IPA defaults and improve realm discovery
bc0354
  Resolves: rhbz#1575538
bc0354
  Resolves: rhbz#1145777
bc0354
bc0354
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-14
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bc0354
bc0354
* Wed Jul 04 2018 Sumit Bose <sbose@redhat.com> - 0.16.3-13
bc0354
- Drop python2 build dependency
bc0354
- Add polkit runtime dependency
bc0354
  Resolves: rhbz#1577178
bc0354
- Fix documentation reference in systemd unit file
bc0354
  Resolves: rhbz#1596323
bc0354
- Use current Samba config options
bc0354
  Resolves: rhbz#1482926
bc0354
bc0354
* Sun Mar 18 2018 René Genz <liebundartig@freenet.de> - 0.16.3-12
bc0354
- use correct authselect syntax for *-disable-logins to fix rhbz#1558245
bc0354
- Iryna Shcherbina <ishcherb@redhat.com>
bc0354
  Update Python 2 dependency declarations to new packaging standards
bc0354
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
bc0354
bc0354
* Thu Mar 01 2018 Sumit Bose <sbose@redhat.com> - 0.16.3-11
bc0354
- Require authselect instead of authconfig, related: rhbz#1537246
bc0354
bc0354
* Tue Feb 20 2018 Sumit Bose <sbose@redhat.com> - 0.16.3-10
bc0354
- added BuildRequires gcc
bc0354
- Use authselect instead of authconfig, related: rhbz#1537246
bc0354
bc0354
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-9
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bc0354
bc0354
* Tue Sep 05 2017 Petr Pisar <ppisar@redhat.com> - 0.16.3-8
bc0354
- Update all m4 macros to prevent from mismatching between Automake versions
bc0354
bc0354
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-7
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bc0354
bc0354
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-6
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bc0354
bc0354
* Tue Apr 25 2017 Sumit Bose <sbose@redhat.com> - 0.16.3-5
bc0354
- Resolves: rhbz#1445017
bc0354
bc0354
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-4
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bc0354
bc0354
* Thu Jan 19 2017 Merlin Mathesius <mmathesi@redhat.com> - 0.16.3-3
bc0354
- Add BuildRequires: python to fix FTBFS (BZ#1415000).
bc0354
bc0354
* Tue Dec 13 2016 Sumit Bose <sbose@redhat.com> - 0.16.3-2
bc0354
- Resolves: rhbz#1401605
bc0354
bc0354
* Wed Nov 30 2016 Sumit Bose <sbose@redhat.com> - 0.16.3-1
bc0354
- Updated to upstream 0.16.3 plus patches from git master
bc0354
bc0354
* Fri Jun 03 2016 Sumit Bose <sbose@redhat.com> - 0.16.2-5
bc0354
- properly apply patch for rhbz#1330766
bc0354
- Resolves: rhbz#1330766
bc0354
bc0354
* Wed May 18 2016 Sumit Bose <sbose@redhat.com> - 0.16.2-4
bc0354
- Resolves: rhbz#1330766
bc0354
bc0354
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-3
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bc0354
bc0354
* Fri Sep 11 2015 Stef Walter <stefw@redhat.com> - 0.16.2-2
bc0354
- Fixed --computer-ou regression
bc0354
- Show message when installing packages
bc0354
bc0354
* Fri Jul 31 2015 Stef Walter <stefw@redhat.com> - 0.16.2-1
bc0354
- Updated to upstream 0.16.2
bc0354
- Install to $prefix/lib instead of $libdir
bc0354
- Resolves: rhbz#1246741
bc0354
bc0354
* Tue Jul 14 2015 Stef Walter <stefw@redhat.com> - 0.16.1-1
bc0354
- Updated to upstream 0.16.1
bc0354
- Resolves: rhbz#1231128
bc0354
bc0354
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.0-2
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bc0354
bc0354
* Tue Apr 14 2015 Stef Walter <stefw@redhat.com> - 0.16.0-1
bc0354
- Updated to upstream 0.16.0
bc0354
- Resolves: rhbz#1205753
bc0354
- Resolves: rhbz#1142190
bc0354
- Resolves: rhbz#1061091
bc0354
- Resolves: rhbz#1205752
bc0354
bc0354
* Thu Apr 09 2015 Stephen Gallagher <sgallagh@redhat.com> - 0.15.2-2
bc0354
- Resolves: rhbz#1210483
bc0354
bc0354
* Mon Oct 06 2014 Stef Walter <stefw@redhat.com> - 0.15.2-1
bc0354
- Update to upstream 0.15.2
bc0354
bc0354
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-4
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
bc0354
bc0354
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-3
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bc0354
bc0354
* Sat May 31 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-2
bc0354
- Move ChangeLog to devel-docs. NEWS is probably riveting enough for users
bc0354
bc0354
* Fri May 23 2014 Stef Walter <stefw@redhat.com> - 0.15.1-1
bc0354
- Update to upstream 0.15.1
bc0354
- Remove the packagekit patch that's now integrated upstream
bc0354
bc0354
* Thu Jan 30 2014 Richard Hughes <rhughes@redhat.com> - 0.15.0-2
bc0354
- Rebuild for libpackagekit-glib soname bump
bc0354
bc0354
* Tue Jan 07 2014 Stef Walter <stefw@redhat.com> - 0.15.0-1
bc0354
- Update to upstream 0.15.0 release, fixing various bugs
bc0354
bc0354
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.14.6-1
bc0354
- Update to upstream 0.14.6 point release
bc0354
- Set 'kerberos method = system keytab' in smb.conf properly
bc0354
- Limit Netbios name to 15 chars when joining AD domain
bc0354
bc0354
* Thu Aug 15 2013 Stef Walter <stefw@redhat.com> - 0.14.5-1
bc0354
- Update to upstream 0.14.5 point release
bc0354
- Fix regression conflicting --unattended and -U as in --user args
bc0354
- Pass discovered server address to adcli tool
bc0354
bc0354
* Wed Aug 07 2013 Stef Walter <stefw@redhot.com> - 0.14.4-1
bc0354
- Update to upstream 0.14.4 point release
bc0354
- Fix up the [sssd] section in sssd.conf if it's screwed up
bc0354
- Add an --unattended argument to realm command line client
bc0354
- Clearer 'realm permit' manual page example
bc0354
bc0354
* Wed Aug 07 2013 Stef Walter <stefw@redhot.com> - 0.14.3-1
bc0354
- Update to upstream 0.14.3 point release
bc0354
- Populate LoginFormats correctly [#961442]
bc0354
- Documentation clarifications
bc0354
- Set sssd.conf default_shell per domain
bc0354
- Notify in terminal output when installing packages
bc0354
- If joined via adcli, delete computer with adcli too [#961244]
bc0354
- If input is not a tty, read from stdin without getpass() [#983153]
bc0354
- Configure pam_winbind.conf appropriately [#983153]
bc0354
- Refer to FreeIPA as IPA
bc0354
- Support use of kerberos ccache to join when winbind
bc0354
bc0354
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.2-5
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bc0354
bc0354
* Mon Jul 15 2013 Stef Walter <stefw@redhat.com> - 0.14.2-4
bc0354
- Build with verbose automake output
bc0354
bc0354
* Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.14.2-3
bc0354
- Run test suite when building the package
bc0354
- Fix rpmlint errors
bc0354
bc0354
* Thu Jun 06 2013 Stef Walter <stefw@redhat.com> - 0.14.2-2
bc0354
- Install oddjobd and oddjob-mkhomedir when joining domains [#969441]
bc0354
bc0354
* Mon May 27 2013 Stef Walter <stefw@redhat.com> - 0.14.2-1
bc0354
- Update to upstream 0.14.2 version
bc0354
- Discover FreeIPA 3.0 with AD trust correctly [#966148]
bc0354
- Only allow joining one realm by default [#966650]
bc0354
- Enable the oddjobd service after joining a domain [#964971]
bc0354
- Remove sssd.conf allow lists when permitting all [#965760]
bc0354
- Add dependency on authconfig [#964675]
bc0354
- Remove glib-networking dependency now that we no longer use SSL.
bc0354
bc0354
* Mon May 13 2013 Stef Walter <stefw@redhat.com> - 0.14.1-1
bc0354
- Update to upstream 0.14.1 version
bc0354
- Fix crasher/regression using passwords with joins [#961435]
bc0354
- Make second Ctrl-C just quit realm tool [#961325]
bc0354
- Fix critical warning when leaving IPA realm [#961320]
bc0354
- Don't print out journalctl command in obvious situations [#961230]
bc0354
- Document the --all option to 'realm discover' [#961279]
bc0354
- No need to require sssd-tools package [#961254]
bc0354
- Enable services even in install mode [#960887]
bc0354
- Use the AD domain name in sssd.conf directly [#960270]
bc0354
- Fix critical warning when service Release() method [#961385]
bc0354
bc0354
* Mon May 06 2013 Stef Walter <stefw@redhat.com> - 0.14.0-1
bc0354
- Work around broken krb5 with empty passwords [#960001]
bc0354
- Add manual page for realmd.conf [#959357]
bc0354
- Update to upstream 0.14.0 version
bc0354
bc0354
* Thu May 02 2013 Stef Walter <stefw@redhat.com> - 0.13.91-1
bc0354
- Fix regression when using one time password [#958667]
bc0354
- Support for permitting logins by group [#887675]
bc0354
bc0354
* Mon Apr 29 2013 Stef Walter <stefw@redhat.com> - 0.13.90-1
bc0354
- Add option to disable package-kit installs [#953852]
bc0354
- Add option to use unqualified names [#953825]
bc0354
- Better discovery of domains [#953153]
bc0354
- Concept of managing parts of the system [#914892]
bc0354
- Fix problems with cache directory [#913457]
bc0354
- Clearly explain when realm cannot be joined [#878018]
bc0354
- Many other upstream enhancements and fixes
bc0354
bc0354
* Wed Apr 17 2013 Stef Walter <stefw@redhat.com> - 0.13.3-2
bc0354
- Add missing glib-networking dependency, currently used
bc0354
  for FreeIPA discovery [#953151]
bc0354
bc0354
* Wed Apr 17 2013 Stef Walter <stefw@redhat.com> - 0.13.3-1
bc0354
- Update for upstream 0.13.3 version
bc0354
- Add dependency on systemd for installing service file
bc0354
bc0354
* Tue Apr 16 2013 Stef Walter <stefw@redhat.com> - 0.13.2-2
bc0354
- Fix problem with sssd not starting after joining
bc0354
bc0354
* Mon Feb 18 2013 Stef Walter <stefw@redhat.com> - 0.13.2-1
bc0354
- Update to upstream 0.13.2 version
bc0354
bc0354
* Mon Feb 18 2013 Stef Walter <stefw@redhat.com> - 0.13.1-1
bc0354
- Update to upstream 0.13.1 version for bug fixes
bc0354
bc0354
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
bc0354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bc0354
bc0354
* Mon Nov 12 2012 Stef Walter <stefw@redhat.com> - 0.12-1
bc0354
- Update to upstream 0.12 version for bug fixes
bc0354
bc0354
* Tue Oct 30 2012 Stef Walter <stefw@redhat.com> - 0.11-1
bc0354
- Update to upstream 0.11 version
bc0354
bc0354
* Sat Oct 20 2012 Stef Walter <stefw@redhat.com> - 0.10-1
bc0354
- Update to upstream 0.10 version
bc0354
bc0354
* Wed Oct 17 2012 Stef Walter <stefw@redhat.com> - 0.9-1
bc0354
- Update to upstream 0.9 version
bc0354
bc0354
* Wed Sep 19 2012 Stef Walter <stefw@redhat.com> - 0.8-2
bc0354
- Add openldap-devel build requirement
bc0354
bc0354
* Wed Sep 19 2012 Stef Walter <stefw@redhat.com> - 0.8-1
bc0354
- Update to upstream 0.8 version
bc0354
- Add support for translations
bc0354
bc0354
* Mon Aug 20 2012 Stef Walter <stefw@redhat.com> - 0.7-2
bc0354
- Build requires gtk-doc
bc0354
bc0354
* Mon Aug 20 2012 Stef Walter <stefw@redhat.com> - 0.7-1
bc0354
- Update to upstream 0.7 version
bc0354
- Remove files no longer present in upstream version
bc0354
- Put documentation in its own realmd-devel-docs subpackage
bc0354
- Update upstream URLs
bc0354
bc0354
* Mon Aug 6 2012 Stef Walter <stefw@redhat.com> - 0.6-1
bc0354
- Update to upstream 0.6 version
bc0354
bc0354
* Tue Jul 17 2012 Stef Walter <stefw@redhat.com> - 0.5-2
bc0354
- Remove missing SssdIpa.service file from the files list.
bc0354
  This file will return upstream in 0.6
bc0354
bc0354
* Tue Jul 17 2012 Stef Walter <stefw@redhat.com> - 0.5-1
bc0354
- Update to upstream 0.5 version
bc0354
bc0354
* Tue Jun 19 2012 Stef Walter <stefw@redhat.com> - 0.4-1
bc0354
- Update to upstream 0.4 version
bc0354
- Cleanup various rpmlint warnings
bc0354
bc0354
* Tue Jun 19 2012 Stef Walter <stefw@redhat.com> - 0.3-2
bc0354
- Add doc files
bc0354
- Own directories
bc0354
- Remove obsolete parts of spec file
bc0354
- Remove explicit dependencies
bc0354
- Updated License line to LGPLv2+
bc0354
bc0354
* Tue Jun 19 2012 Stef Walter <stefw@redhat.com> - 0.3
bc0354
- Build fixes
bc0354
bc0354
* Mon Jun 18 2012 Stef Walter <stefw@redhat.com> - 0.2
bc0354
- Initial RPM