Compare commits
15 Commits
3.34.0-1ma
...
44.1-1mamb
Author | SHA1 | Date | |
---|---|---|---|
13f050fdca | |||
77605e4c12 | |||
788285b7bc | |||
e28847381d | |||
23085322a7 | |||
a373a37f75 | |||
d981b20ba5 | |||
af136e0f6c | |||
d3f55d75ea | |||
b576896e02 | |||
b5f082008a | |||
94f771dfed | |||
b55c93dd8c | |||
3d1257b096 | |||
c46296ab89 |
@ -1,30 +0,0 @@
|
|||||||
diff -Nru gdm-3.18.0.orig/data/pam-redhat/gdm-autologin.pam gdm-3.18.0/data/pam-redhat/gdm-autologin.pam
|
|
||||||
--- gdm-3.18.0.orig/data/pam-redhat/gdm-autologin.pam 2015-09-21 16:12:33.000000000 +0200
|
|
||||||
+++ gdm-3.18.0/data/pam-redhat/gdm-autologin.pam 2015-10-10 15:16:10.784579076 +0200
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
password include system-auth
|
|
||||||
session required pam_selinux.so close
|
|
||||||
session required pam_loginuid.so
|
|
||||||
-session optional pam_console.so
|
|
||||||
+#session optional pam_console.so
|
|
||||||
session required pam_selinux.so open
|
|
||||||
session optional pam_keyinit.so force revoke
|
|
||||||
session required pam_namespace.so
|
|
||||||
diff -Nru gdm-3.18.0.orig/data/pam-redhat/gdm-password.pam gdm-3.18.0/data/pam-redhat/gdm-password.pam
|
|
||||||
--- gdm-3.18.0.orig/data/pam-redhat/gdm-password.pam 2015-09-21 16:12:33.000000000 +0200
|
|
||||||
+++ gdm-3.18.0/data/pam-redhat/gdm-password.pam 2015-10-10 15:17:40.749753817 +0200
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
|
|
||||||
+auth [success=done ignore=ignore default=bad] pam_sepermit.so
|
|
||||||
auth substack password-auth
|
|
||||||
auth optional pam_gnome_keyring.so
|
|
||||||
auth include postlogin
|
|
||||||
@@ -11,7 +11,7 @@
|
|
||||||
|
|
||||||
session required pam_selinux.so close
|
|
||||||
session required pam_loginuid.so
|
|
||||||
-session optional pam_console.so
|
|
||||||
+#session optional pam_console.so
|
|
||||||
session required pam_selinux.so open
|
|
||||||
session optional pam_keyinit.so force revoke
|
|
||||||
session required pam_namespace.so
|
|
9
gdm-44.0-pam-openmamba.patch
Normal file
9
gdm-44.0-pam-openmamba.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
diff -Nru gdm-3.18.0.orig/data/pam-redhat/gdm-password.pam gdm-3.18.0/data/pam-redhat/gdm-password.pam
|
||||||
|
--- gdm-3.18.0.orig/data/pam-redhat/gdm-password.pam 2015-09-21 16:12:33.000000000 +0200
|
||||||
|
+++ gdm-3.18.0/data/pam-redhat/gdm-password.pam 2015-10-10 15:17:40.749753817 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
|
||||||
|
+auth [success=done ignore=ignore default=bad] pam_sepermit.so
|
||||||
|
auth substack password-auth
|
||||||
|
auth optional pam_gnome_keyring.so
|
||||||
|
auth include postlogin
|
187
gdm.spec
187
gdm.spec
@ -1,100 +1,90 @@
|
|||||||
%define gdm_uid 53
|
%define gdm_uid 53
|
||||||
%define gdm_gid 53
|
%define gdm_gid 53
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1)
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 3.34.0
|
Version: 44.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNOME Display Manager, a graphical login program
|
Summary: The GNOME Display Manager, a graphical login program
|
||||||
Group: Graphical Desktop/Applications/Other
|
Group: Graphical Desktop/Applications/Other
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gdm/%{majver}/gdm-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gdm/%{majver}/gdm-%{version}.tar.xz
|
||||||
Patch0: %{name}-2.32.1-remove-pam_console.patch
|
Patch0: %{name}-2.32.1-remove-pam_console.patch
|
||||||
Patch1: %{name}-3.4.1-save-root-window.patch
|
Patch1: %{name}-3.4.1-save-root-window.patch
|
||||||
Patch2: %{name}-3.4.1-plymouth.patch
|
Patch2: %{name}-3.4.1-plymouth.patch
|
||||||
Patch3: gdm-3.18-pam-openmamba.patch
|
Patch3: gdm-44.0-pam-openmamba.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libaccountsservice-devel
|
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libaudit-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libcanberra-devel
|
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libgraphite2-devel
|
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libicu-devel
|
|
||||||
BuildRequires: libnspr-devel
|
|
||||||
BuildRequires: libnss-devel
|
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libwrap-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libaccountsservice-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libaudit-devel
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: upower-devel
|
BuildRequires: libgudev-devel
|
||||||
|
BuildRequires: libkeyutils-devel
|
||||||
|
BuildRequires: libpam-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: dconf
|
BuildRequires: dconf
|
||||||
BuildRequires: plymouth-devel
|
BuildRequires: plymouth-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDM is the GNOME Display Manager, a graphical login program.
|
GDM is the GNOME Display Manager, a graphical login program.
|
||||||
|
|
||||||
%package devel
|
%package -n lib%{name}
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Shared libraries for %{name}
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
GDM is the GNOME Display Manager, a graphical login program.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Provides: gdm-devel
|
||||||
|
Obsoletes: gdm-devel < 41.3
|
||||||
|
|
||||||
%description devel
|
%description -n lib%{name}-devel
|
||||||
GDM is the GNOME Display Manager, a graphical login program.
|
GDM is the GNOME Display Manager, a graphical login program.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
%patch 3 -p1
|
||||||
#%patch1 -p1
|
|
||||||
#%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#libtoolize
|
%meson \
|
||||||
#autoreconf
|
-Dplymouth=enabled \
|
||||||
%configure \
|
-Ddefault-pam-config=redhat
|
||||||
--disable-scrollkeeper \
|
|
||||||
--with-plymouth \
|
|
||||||
--with-default-pam-config=redhat \
|
|
||||||
--with-systemd
|
|
||||||
|
|
||||||
%make
|
#% configure \
|
||||||
|
# --disable-scrollkeeper \
|
||||||
|
# --with-plymouth \
|
||||||
|
# --with-default-pam-config=redhat \
|
||||||
|
# --with-systemd
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}/%{_lib}
|
install -d -m0755 %{buildroot}/%{_localstatedir}/lib/gdm
|
||||||
mv %{buildroot}%{_libdir}/security %{buildroot}/%{_lib}/
|
install -d -m0755 %{buildroot}/%{_localstatedir}/cache/gdm
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -135,6 +125,9 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/dbus-1/system.d/gdm.conf
|
%{_sysconfdir}/dbus-1/system.d/gdm.conf
|
||||||
@ -147,18 +140,14 @@ exit 0
|
|||||||
%{_sysconfdir}/pam.d/gdm-fingerprint
|
%{_sysconfdir}/pam.d/gdm-fingerprint
|
||||||
%{_sysconfdir}/pam.d/gdm-launch-environment
|
%{_sysconfdir}/pam.d/gdm-launch-environment
|
||||||
%{_sysconfdir}/pam.d/gdm-password
|
%{_sysconfdir}/pam.d/gdm-password
|
||||||
%{_sysconfdir}/pam.d/gdm-pin
|
#%{_sysconfdir}/pam.d/gdm-pin
|
||||||
%{_sysconfdir}/pam.d/gdm-smartcard
|
%{_sysconfdir}/pam.d/gdm-smartcard
|
||||||
%{_bindir}/gdm-screenshot
|
%{_bindir}/gdm-screenshot
|
||||||
/lib/systemd/system/gdm.service
|
|
||||||
%{_libdir}/libgdm.so.*
|
|
||||||
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
|
||||||
/%{_lib}/security/pam_gdm.la
|
|
||||||
/%{_lib}/security/pam_gdm.so
|
|
||||||
/lib/udev/rules.d/61-gdm.rules
|
|
||||||
%{_libexecdir}/gdm-*
|
|
||||||
%{_bindir}/gdmflexiserver
|
%{_bindir}/gdmflexiserver
|
||||||
%{_sbindir}/gdm
|
%{_sbindir}/gdm
|
||||||
|
%{_unitdir}/gdm.service
|
||||||
|
%{_userunitdir}/gnome-session@gnome-login.target.d/session.conf
|
||||||
|
%{_udevrulesdir}/61-gdm.rules
|
||||||
%dir %{_datadir}/gdm
|
%dir %{_datadir}/gdm
|
||||||
%dir %{_datadir}/gdm/greeter
|
%dir %{_datadir}/gdm/greeter
|
||||||
%{_datadir}/gdm/greeter/*
|
%{_datadir}/gdm/greeter/*
|
||||||
@ -176,12 +165,16 @@ exit 0
|
|||||||
%lang(el) %{_datadir}/help/el/gdm/*
|
%lang(el) %{_datadir}/help/el/gdm/*
|
||||||
%lang(en_GB) %{_datadir}/help/en_GB/gdm/*
|
%lang(en_GB) %{_datadir}/help/en_GB/gdm/*
|
||||||
%lang(es) %{_datadir}/help/es/gdm/*
|
%lang(es) %{_datadir}/help/es/gdm/*
|
||||||
|
%lang(eu) %{_datadir}/help/eu/gdm/*
|
||||||
%lang(fr) %{_datadir}/help/fr/gdm/*
|
%lang(fr) %{_datadir}/help/fr/gdm/*
|
||||||
%lang(gl) %{_datadir}/help/gl/gdm/*
|
%lang(gl) %{_datadir}/help/gl/gdm/*
|
||||||
|
%lang(hr) %{_datadir}/help/hr/gdm/*
|
||||||
%lang(hu) %{_datadir}/help/hu/gdm/*
|
%lang(hu) %{_datadir}/help/hu/gdm/*
|
||||||
%lang(id) %{_datadir}/help/id/gdm/*
|
%lang(id) %{_datadir}/help/id/gdm/*
|
||||||
%lang(it) %{_datadir}/help/it/gdm/*
|
%lang(it) %{_datadir}/help/it/gdm/*
|
||||||
|
%lang(ka) %{_datadir}/help/ka/gdm/*
|
||||||
%lang(ko) %{_datadir}/help/ko/gdm/*
|
%lang(ko) %{_datadir}/help/ko/gdm/*
|
||||||
|
%lang(nl) %{_datadir}/help/nl/gdm/*
|
||||||
%lang(oc) %{_datadir}/help/oc/gdm/*
|
%lang(oc) %{_datadir}/help/oc/gdm/*
|
||||||
%lang(pt_BR) %{_datadir}/help/pt_BR/gdm/*
|
%lang(pt_BR) %{_datadir}/help/pt_BR/gdm/*
|
||||||
%lang(ro) %{_datadir}/help/ro/gdm/*
|
%lang(ro) %{_datadir}/help/ro/gdm/*
|
||||||
@ -192,22 +185,23 @@ exit 0
|
|||||||
%lang(tr) %{_datadir}/help/tr/gdm/*
|
%lang(tr) %{_datadir}/help/tr/gdm/*
|
||||||
%lang(uk) %{_datadir}/help/uk/gdm/*
|
%lang(uk) %{_datadir}/help/uk/gdm/*
|
||||||
%lang(zh_CN) %{_datadir}/help/zh_CN/gdm/*
|
%lang(zh_CN) %{_datadir}/help/zh_CN/gdm/*
|
||||||
#%{_datadir}/icons/hicolor/*/apps/gdm-*.png
|
|
||||||
#%{_datadir}/pixmaps/gdm*.png
|
|
||||||
#%{_datadir}/pixmaps/nobody.png
|
|
||||||
#%{_datadir}/pixmaps/nohost.png
|
|
||||||
%attr(1770,root,gdm) %dir %{_localstatedir}/lib/gdm
|
%attr(1770,root,gdm) %dir %{_localstatedir}/lib/gdm
|
||||||
%attr(-,gdm,gdm) %dir %{_localstatedir}/cache/gdm
|
%attr(-,gdm,gdm) %dir %{_localstatedir}/cache/gdm
|
||||||
%attr(-,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
#%attr(-,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
||||||
%attr(-,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
#%attr(-,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
||||||
|
|
||||||
|
%files -n lib%{name}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libgdm.so.*
|
||||||
|
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
||||||
|
%{_libdir}/security/pam_gdm.so
|
||||||
|
%{_libexecdir}/gdm-*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/gdm
|
%dir %{_includedir}/gdm
|
||||||
%{_includedir}/gdm/*
|
%{_includedir}/gdm/*
|
||||||
%{_libdir}/libgdm.a
|
|
||||||
%{_libdir}/libgdm.la
|
|
||||||
%{_libdir}/libgdm.so
|
%{_libdir}/libgdm.so
|
||||||
%{_datadir}/gir-1.0/Gdm-1.0.gir
|
%{_datadir}/gir-1.0/Gdm-1.0.gir
|
||||||
%{_libdir}/pkgconfig/gdm.pc
|
%{_libdir}/pkgconfig/gdm.pc
|
||||||
@ -215,6 +209,51 @@ exit 0
|
|||||||
#%doc ChangeLog NEWS README
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 44.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 44.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 43.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 22 2022 Automatic Build System <autodist@mambasoft.it> 42.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jan 26 2022 Automatic Build System <autodist@mambasoft.it> 41.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 41.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Automatic Build System <autodist@mambasoft.it> 40.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||||
|
- update to 40.0
|
||||||
|
|
||||||
|
* Wed Dec 16 2020 Automatic Build System <autodist@mambasoft.it> 3.38.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Nov 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.38.2-1mamba
|
||||||
|
- update to 3.38.2
|
||||||
|
|
||||||
|
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 3.38.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 3.38.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 14 2020 Automatic Build System <autodist@mambasoft.it> 3.36.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 05 2020 Automatic Build System <autodist@mambasoft.it> 3.36.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Oct 07 2019 Automatic Build System <autodist@mambasoft.it> 3.34.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user