Accepting request 1125720 from network:idm
- Update to version 0.1.1+git.0.6d2f645: * config: Remove comments about experimental policy enforement * config: Fix typos in the config file - Reduce size of expanded scriptlets by reducing %service_* calls - Wrap descriptions OBS-URL: https://build.opensuse.org/request/show/1125720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/himmelblau?expand=0&rev=2
This commit is contained in:
commit
6e5c75a419
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/himmelblau.git</param>
|
<param name="url">https://github.com/openSUSE/himmelblau.git</param>
|
||||||
<param name="changesrevision">2391ac03df3f8de6e510bfd8e07769984e27dfea</param></service></servicedata>
|
<param name="changesrevision">6d2f6450ff3c0c945a884d4b35307e03a035a581</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8402ba9cbc4ca68798e99cf2113a16202d7c8fa1f4c7c1d711240f8d79debe12
|
|
||||||
size 8649204
|
|
3
himmelblau-0.1.1+git.0.6d2f645.tar.bz2
Normal file
3
himmelblau-0.1.1+git.0.6d2f645.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f19f06b2ca240bcc508669d5c6f77449312a89797a8fc55b1a0294fb4368049
|
||||||
|
size 8634340
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 13 19:12:05 UTC 2023 - dmulder@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.1.1+git.0.6d2f645:
|
||||||
|
* config: Remove comments about experimental policy enforement
|
||||||
|
* config: Fix typos in the config file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 26 13:22:40 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Reduce size of expanded scriptlets by reducing %service_* calls
|
||||||
|
- Wrap descriptions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 17:16:34 UTC 2023 - david.mulder@suse.com
|
Thu Sep 14 17:16:34 UTC 2023 - david.mulder@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: himmelblau
|
Name: himmelblau
|
||||||
Version: 0.1.0+git.2.2391ac0
|
Version: 0.1.1+git.0.6d2f645
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interoperability suite for Microsoft Azure AD and Intune
|
Summary: Interoperability suite for Microsoft Azure AD and Intune
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -36,13 +36,19 @@ Recommends: nss-himmelblau
|
|||||||
Recommends: pam-himmelblau
|
Recommends: pam-himmelblau
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Himmelblau is an interoperability suite for Microsoft Azure AD and Intune, which allows users to sign into a Linux machine using Azure Active Directory credentials. It relies on the Microsoft Authentication Library to communicate with the Microsoft service.
|
Himmelblau is an interoperability suite for Microsoft Azure AD and
|
||||||
|
Intune, which allows users to sign into a Linux machine using Azure
|
||||||
|
Active Directory credentials. It relies on the Microsoft
|
||||||
|
Authentication Library to communicate with the Microsoft service.
|
||||||
|
|
||||||
%package -n pam-himmelblau
|
%package -n pam-himmelblau
|
||||||
Summary: Azure AD authentication PAM module
|
Summary: Azure AD authentication PAM module
|
||||||
|
|
||||||
%description -n pam-himmelblau
|
%description -n pam-himmelblau
|
||||||
Himmelblau is an interoperability suite for Microsoft Azure AD and Intune, which allows users to sign into a Linux machine using Azure Active Directory credentials. It relies on the Microsoft Authentication Library to communicate with the Microsoft service.
|
Himmelblau is an interoperability suite for Microsoft Azure AD and
|
||||||
|
Intune, which allows users to sign into a Linux machine using Azure
|
||||||
|
Active Directory credentials. It relies on the Microsoft
|
||||||
|
Authentication Library to communicate with the Microsoft service.
|
||||||
|
|
||||||
%package -n nss-himmelblau
|
%package -n nss-himmelblau
|
||||||
Summary: Azure AD authentication NSS module
|
Summary: Azure AD authentication NSS module
|
||||||
@ -50,7 +56,10 @@ Requires(post): /sbin/ldconfig
|
|||||||
Requires(postun):/sbin/ldconfig
|
Requires(postun):/sbin/ldconfig
|
||||||
|
|
||||||
%description -n nss-himmelblau
|
%description -n nss-himmelblau
|
||||||
Himmelblau is an interoperability suite for Microsoft Azure AD and Intune, which allows users to sign into a Linux machine using Azure Active Directory credentials. It relies on the Microsoft Authentication Library to communicate with the Microsoft service.
|
Himmelblau is an interoperability suite for Microsoft Azure AD and
|
||||||
|
Intune, which allows users to sign into a Linux machine using Azure
|
||||||
|
Active Directory credentials. It relies on the Microsoft
|
||||||
|
Authentication Library to communicate with the Microsoft service.
|
||||||
|
|
||||||
%post -n nss-himmelblau -p /sbin/ldconfig
|
%post -n nss-himmelblau -p /sbin/ldconfig
|
||||||
%postun -n nss-himmelblau -p /sbin/ldconfig
|
%postun -n nss-himmelblau -p /sbin/ldconfig
|
||||||
@ -80,20 +89,16 @@ install -m 0644 %{_builddir}/%{name}-%{version}/platform/opensuse/himmelblaud.se
|
|||||||
install -m 0644 %{_builddir}/%{name}-%{version}/platform/opensuse/himmelblaud-tasks.service %{buildroot}%{_unitdir}/himmelblaud-tasks.service
|
install -m 0644 %{_builddir}/%{name}-%{version}/platform/opensuse/himmelblaud-tasks.service %{buildroot}%{_unitdir}/himmelblaud-tasks.service
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre himmelblaud.service
|
%service_add_pre himmelblaud.service himmelblaud-tasks.service
|
||||||
%service_add_pre himmelblaud-tasks.service
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%service_add_post himmelblaud.service
|
%service_add_post himmelblaud.service himmelblaud-tasks.service
|
||||||
%service_add_post himmelblaud-tasks.service
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun himmelblaud.service
|
%service_del_preun himmelblaud.service himmelblaud-tasks.service
|
||||||
%service_del_preun himmelblaud-tasks.service
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%service_del_postun himmelblaud.service
|
%service_del_postun himmelblaud.service himmelblaud-tasks.service
|
||||||
%service_del_postun himmelblaud-tasks.service
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{_sysconfdir}/himmelblau
|
%dir %{_sysconfdir}/himmelblau
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f994ed4f483e200fc9eaddbc862577e4e5ef539f525bc0c1576687b5684588e0
|
oid sha256:b8edf3f6a01e27089be0372d62656f2b17fdf66ef8691e87cb94d67caf726fab
|
||||||
size 33203048
|
size 25285076
|
||||||
|
Loading…
Reference in New Issue
Block a user