Accepting request 397107 from home:deadpoint:branches:network
update to 0.16.2 OBS-URL: https://build.opensuse.org/request/show/397107 OBS-URL: https://build.opensuse.org/package/show/network/realmd?expand=0&rev=2
This commit is contained in:
parent
82724f8657
commit
949c1769fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbe872ea290d093e9c99d4db9b56e63083a2d24775f0be71d86109d51eb8f7bc
|
||||
size 459401
|
3
realmd-0.16.2.tar.gz
Normal file
3
realmd-0.16.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abcdcd48c46bddd5b5f3716fd036f7436f2df1796c2e3bf345ae92a9a76801f2
|
||||
size 461698
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 16:36:39 UTC 2016 - darin@darins.net
|
||||
|
||||
- update to 0.16.2
|
||||
* Be more liberal with domain name chars
|
||||
* Increase timeout when calling PackageKit
|
||||
* List package names with spaces between them [#89464]
|
||||
* Install to $prefix/lib instead of $libdir
|
||||
+ 0.16.1
|
||||
* libsystemd build fix [#90519]
|
||||
* Change default home directory to /home/%U@%D
|
||||
* Add --automatic-id-mapping=no command line argument
|
||||
+ 0.16.0
|
||||
* Disable automatic AD joins by default [#89205]
|
||||
* Validate text we receive from LDAP
|
||||
* Prefer adcli for AD joins
|
||||
* Remove hard dependency on PackageKit
|
||||
* Fix crash when empty password is used with realm client
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 8 19:30:36 UTC 2015 - darin@darins.net
|
||||
|
||||
|
25
realmd.spec
25
realmd.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: realmd
|
||||
Version: 0.15.2
|
||||
Version: 0.16.2
|
||||
Release: 0
|
||||
Summary: Kerberos realm enrollment service
|
||||
License: LGPL-2.1+
|
||||
@ -34,6 +34,9 @@ BuildRequires: polkit-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: xmlto
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %fillup_prereq
|
||||
PreReq: %insserv_prereq
|
||||
|
||||
|
||||
%description
|
||||
realmd is an on demand system DBus service, which allows callers to configure
|
||||
@ -60,14 +63,32 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
|
||||
%find_lang realmd
|
||||
|
||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%pre
|
||||
%service_add_pre %{name}.service
|
||||
|
||||
%post
|
||||
%service_add_post %{name}.service
|
||||
|
||||
%preun
|
||||
%service_del_preun %{name}.service
|
||||
|
||||
%postun
|
||||
%service_del_postun %{name}.service
|
||||
|
||||
%files -f realmd.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/realm
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_unitdir}/realmd.service
|
||||
%{_libdir}/realmd
|
||||
%dir %{_prefix}/lib/%{name}
|
||||
%{_prefix}/lib/%{name}/%{name}
|
||||
%{_prefix}/lib/%{name}/%{name}-defaults.conf
|
||||
%{_prefix}/lib/%{name}/%{name}-distro.conf
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.realmd.conf
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.realmd.service
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.realmd.policy
|
||||
|
Loading…
Reference in New Issue
Block a user