Blame SPECS/realmd.spec

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