Compare commits
36 Commits
3.10.0.1-1
...
41.0-1mamb
Author | SHA1 | Date | |
---|---|---|---|
a373a37f75 | |||
d981b20ba5 | |||
af136e0f6c | |||
d3f55d75ea | |||
b576896e02 | |||
b5f082008a | |||
94f771dfed | |||
b55c93dd8c | |||
3d1257b096 | |||
c46296ab89 | |||
66ffca31db | |||
fd92981f37 | |||
948eef153b | |||
f47f7a38d1 | |||
3685276a5f | |||
6b90afeca3 | |||
59ede2dd9c | |||
39d2fc98e5 | |||
98de132ffd | |||
4f77924f4b | |||
a37a9e58fb | |||
4a878939f0 | |||
983f85dca7 | |||
223450953f | |||
c29189d0e9 | |||
6dbd4b609f | |||
fea2ea1b8c | |||
04f07f20c6 | |||
e4a06a4d12 | |||
ee4cb5a722 | |||
8d946c6ed5 | |||
76ebd50bdf | |||
cf4e0bf6ba | |||
70d47581f8 | |||
fa6c60761e | |||
6e501aed45 |
30
gdm-3.18-pam-openmamba.patch
Normal file
30
gdm-3.18-pam-openmamba.patch
Normal file
@ -0,0 +1,30 @@
|
||||
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
|
@ -1,174 +0,0 @@
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-autologin.pam gdm-3.6.1/data/pam-redhat/gdm-autologin.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-autologin.pam 2012-10-04 23:06:33.000000000 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-autologin.pam 2012-10-21 21:26:33.583960945 +0200
|
||||
@@ -1,16 +1,13 @@
|
||||
#%PAM-1.0
|
||||
auth required pam_env.so
|
||||
auth required pam_permit.so
|
||||
-auth include postlogin
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
-session optional pam_ck_connector.so
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
session include system-auth
|
||||
-session include postlogin
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-fingerprint.pam gdm-3.6.1/data/pam-redhat/gdm-fingerprint.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-fingerprint.pam 2012-10-04 00:03:41.000000000 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-fingerprint.pam 2012-10-21 21:27:16.159554238 +0200
|
||||
@@ -1,5 +1,4 @@
|
||||
auth substack fingerprint-auth
|
||||
-auth include postlogin
|
||||
|
||||
account required pam_nologin.so
|
||||
account include fingerprint-auth
|
||||
@@ -8,10 +7,8 @@
|
||||
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
-session optional pam_ck_connector.so
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
session include fingerprint-auth
|
||||
-session include postlogin
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm.pam gdm-3.6.1/data/pam-redhat/gdm.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm.pam 2012-10-04 00:03:41.000000000 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm.pam 2012-10-21 21:26:53.316772445 +0200
|
||||
@@ -8,4 +8,3 @@
|
||||
session optional pam_keyinit.so force revoke
|
||||
session include system-auth
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-password.pam gdm-3.6.1/data/pam-redhat/gdm-password.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-password.pam 2012-10-04 00:03:41.000000000 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-password.pam 2012-10-21 21:27:34.644377661 +0200
|
||||
@@ -1,7 +1,6 @@
|
||||
auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
|
||||
auth substack password-auth
|
||||
auth optional pam_gnome_keyring.so
|
||||
-auth include postlogin
|
||||
|
||||
account required pam_nologin.so
|
||||
account include password-auth
|
||||
@@ -10,11 +9,9 @@
|
||||
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
-session optional pam_ck_connector.so
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
session include password-auth
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
-session include postlogin
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-smartcard.pam gdm-3.6.1/data/pam-redhat/gdm-smartcard.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-smartcard.pam 2012-10-04 00:03:41.000000000 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-smartcard.pam 2012-10-21 21:27:59.605139221 +0200
|
||||
@@ -1,5 +1,4 @@
|
||||
auth substack smartcard-auth
|
||||
-auth include postlogin
|
||||
|
||||
account required pam_nologin.so
|
||||
account include smartcard-auth
|
||||
@@ -8,10 +7,8 @@
|
||||
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_console.so
|
||||
-session optional pam_ck_connector.so
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
session include smartcard-auth
|
||||
-session include postlogin
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-fingerprint.pam gdm-3.6.1/data/pam-redhat/gdm-fingerprint.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-fingerprint.pam 2012-10-21 21:29:31.617260268 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-fingerprint.pam 2012-11-05 17:34:23.037735987 +0100
|
||||
@@ -1,9 +1,9 @@
|
||||
-auth substack fingerprint-auth
|
||||
+auth substack system-auth
|
||||
|
||||
account required pam_nologin.so
|
||||
-account include fingerprint-auth
|
||||
+account include system-auth
|
||||
|
||||
-password include fingerprint-auth
|
||||
+password include system-auth
|
||||
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
@@ -11,4 +11,4 @@
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
-session include fingerprint-auth
|
||||
+session include system-auth
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-password.pam gdm-3.6.1/data/pam-redhat/gdm-password.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-password.pam 2012-10-21 21:29:31.618260258 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-password.pam 2012-11-05 17:33:48.269148884 +0100
|
||||
@@ -1,11 +1,10 @@
|
||||
-auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
|
||||
-auth substack password-auth
|
||||
+auth substack system-auth
|
||||
auth optional pam_gnome_keyring.so
|
||||
|
||||
account required pam_nologin.so
|
||||
-account include password-auth
|
||||
+account include system-auth
|
||||
|
||||
-password include password-auth
|
||||
+password include system-auth
|
||||
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
@@ -13,5 +12,5 @@
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
-session include password-auth
|
||||
+session include system-auth
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
diff -Nru gdm-3.6.1.orig/data/pam-redhat/gdm-smartcard.pam gdm-3.6.1/data/pam-redhat/gdm-smartcard.pam
|
||||
--- gdm-3.6.1.orig/data/pam-redhat/gdm-smartcard.pam 2012-10-21 21:29:31.618260258 +0200
|
||||
+++ gdm-3.6.1/data/pam-redhat/gdm-smartcard.pam 2012-11-05 17:34:53.475374523 +0100
|
||||
@@ -1,9 +1,9 @@
|
||||
-auth substack smartcard-auth
|
||||
+auth substack system-auth
|
||||
|
||||
account required pam_nologin.so
|
||||
-account include smartcard-auth
|
||||
+account include system-auth
|
||||
|
||||
-password include smartcard-auth
|
||||
+password include system-auth
|
||||
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
@@ -11,4 +11,4 @@
|
||||
session required pam_selinux.so open
|
||||
session optional pam_keyinit.so force revoke
|
||||
session required pam_namespace.so
|
||||
-session include smartcard-auth
|
||||
+session include system-auth
|
||||
diff -Nru gdm-3.8.0.orig/data/pam-redhat/gdm-launch-environment.pam gdm-3.8.0/data/pam-redhat/gdm-launch-environment.pam
|
||||
--- gdm-3.8.0.orig/data/pam-redhat/gdm-launch-environment.pam 2013-02-08 16:26:57.000000000 +0100
|
||||
+++ gdm-3.8.0/data/pam-redhat/gdm-launch-environment.pam 2013-03-28 09:54:56.132482591 +0100
|
||||
@@ -1,10 +1,8 @@
|
||||
#%PAM-1.0
|
||||
auth required pam_env.so
|
||||
auth required pam_permit.so
|
||||
-auth include postlogin
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session optional pam_keyinit.so force revoke
|
||||
session include system-auth
|
||||
-session include postlogin
|
300
gdm.spec
300
gdm.spec
@ -1,96 +1,92 @@
|
||||
%define gdm_uid 53
|
||||
%define gdm_gid 53
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: gdm
|
||||
Version: 3.10.0.1
|
||||
Version: 41.0
|
||||
Release: 1mamba
|
||||
Summary: The GNOME Display Manager, a graphical login program
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gdm/%{majver}/gdm-%{version}.tar.xz
|
||||
URL: https://www.gnome.org
|
||||
Source: https://download.gnome.org/sources/gdm/%{majver}/gdm-%{version}.tar.xz
|
||||
Patch0: %{name}-2.32.1-remove-pam_console.patch
|
||||
Patch1: %{name}-3.4.1-save-root-window.patch
|
||||
Patch2: %{name}-3.4.1-plymouth.patch
|
||||
Patch3: gdm-3.8.0-pam-openmamba.patch
|
||||
Patch3: gdm-3.18-pam-openmamba.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
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: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: upower-devel
|
||||
BuildRequires: libaccountsservice-devel
|
||||
BuildRequires: libaudit-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: ConsoleKit
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: dconf
|
||||
BuildRequires: plymouth-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
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
|
||||
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
|
||||
|
||||
%description devel
|
||||
%description -n lib%{name}-devel
|
||||
GDM is the GNOME Display Manager, a graphical login program.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
#libtoolize
|
||||
#autoreconf
|
||||
%configure \
|
||||
--disable-scrollkeeper \
|
||||
--with-plymouth \
|
||||
--with-default-pam-config=redhat \
|
||||
--with-systemd
|
||||
%meson \
|
||||
-Dplymouth=enabled \
|
||||
-Ddefault-pam-config=redhat
|
||||
|
||||
%make
|
||||
#% configure \
|
||||
# --disable-scrollkeeper \
|
||||
# --with-plymouth \
|
||||
# --with-default-pam-config=redhat \
|
||||
# --with-systemd
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
install -d -m0755 %{buildroot}/%{_lib}
|
||||
mv %{buildroot}%{_libdir}/security %{buildroot}/%{_lib}/
|
||||
|
||||
install -d -m0755 %{buildroot}/%{_localstatedir}/lib/gdm
|
||||
install -d -m0755 %{buildroot}/%{_localstatedir}/cache/gdm
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -131,22 +127,17 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/dconf/db/gdm.d
|
||||
%dir %{_sysconfdir}/dconf/db/gdm.d/locks
|
||||
%{_sysconfdir}/dconf/db/gdm.d/00-upstream-settings
|
||||
%{_sysconfdir}/dconf/db/gdm.d/locks/00-upstream-settings-locks
|
||||
%{_sysconfdir}/dconf/profile/gdm
|
||||
%{_sysconfdir}/dbus-1/system.d/gdm.conf
|
||||
#%{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas
|
||||
%config(noreplace) %{_sysconfdir}/gdm/Init/Default
|
||||
%{_sysconfdir}/gdm/PostLogin/Default.sample
|
||||
%{_sysconfdir}/gdm/PostSession/Default
|
||||
%{_sysconfdir}/gdm/PreSession/Default
|
||||
%{_sysconfdir}/gdm/Xsession
|
||||
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
||||
%{_sysconfdir}/pam.d/gdm
|
||||
%{_sysconfdir}/pam.d/gdm-autologin
|
||||
%{_sysconfdir}/pam.d/gdm-fingerprint
|
||||
%{_sysconfdir}/pam.d/gdm-launch-environment
|
||||
@ -154,79 +145,198 @@ exit 0
|
||||
%{_sysconfdir}/pam.d/gdm-pin
|
||||
%{_sysconfdir}/pam.d/gdm-smartcard
|
||||
%{_bindir}/gdm-screenshot
|
||||
/lib/systemd/system/gdm.service
|
||||
%{_libdir}/libgdm.so.*
|
||||
#%{_libdir}/libgdmsimplegreeter.so.*
|
||||
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
||||
#%dir %{_libdir}/gdm
|
||||
#%dir %{_libdir}/gdm/simple-greeter
|
||||
#%dir %{_libdir}/gdm/simple-greeter/extensions
|
||||
#%{_libdir}/gdm/simple-greeter/extensions/lib*
|
||||
%{_libexecdir}/gdm-*
|
||||
%{_bindir}/gdmflexiserver
|
||||
%{_sbindir}/gdm
|
||||
#%{_sbindir}/gdm-binary
|
||||
%{_unitdir}/gdm.service
|
||||
%{_userunitdir}/gnome-session@gnome-login.target.d/session.conf
|
||||
%{_udevrulesdir}/61-gdm.rules
|
||||
%dir %{_datadir}/gdm
|
||||
%dir %{_datadir}/gdm/greeter
|
||||
%{_datadir}/gdm/greeter/*
|
||||
#%dir %{_datadir}/gdm/simple-greeter
|
||||
#%{_datadir}/gdm/simple-greeter/*
|
||||
%{_datadir}/gdm/gdb-cmd
|
||||
#%{_datadir}/gdm/gdm-greeter-login-window.ui
|
||||
%{_datadir}/gdm/gdm.schemas
|
||||
%{_datadir}/gdm/greeter-dconf-defaults
|
||||
%{_datadir}/gdm/locale.alias
|
||||
%{_datadir}/dconf/profile/gdm
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||
#%{_datadir}/gnome-session/sessions/gdm-fallback.session
|
||||
%{_datadir}/gnome-session/sessions/gdm-shell.session
|
||||
%{_datadir}/gnome-session/sessions/gnome-login.session
|
||||
%{_datadir}/help/C/gdm/*
|
||||
%lang(ca) %{_datadir}/help/ca/gdm/*
|
||||
%lang(cs) %{_datadir}/help/cs/gdm/*
|
||||
%lang(de) %{_datadir}/help/de/gdm/*
|
||||
%lang(el) %{_datadir}/help/el/gdm/*
|
||||
%lang(en_GB) %{_datadir}/help/en_GB/gdm/*
|
||||
%lang(es) %{_datadir}/help/es/gdm/*
|
||||
%lang(eu) %{_datadir}/help/eu/gdm/*
|
||||
%lang(fr) %{_datadir}/help/fr/gdm/*
|
||||
%lang(gl) %{_datadir}/help/gl/gdm/*
|
||||
%lang(hu) %{_datadir}/help/hu/gdm/*
|
||||
%lang(id) %{_datadir}/help/id/gdm/*
|
||||
%lang(it) %{_datadir}/help/it/gdm/*
|
||||
%lang(ko) %{_datadir}/help/ko/gdm/*
|
||||
%lang(oc) %{_datadir}/help/oc/gdm/*
|
||||
%lang(pt_BR) %{_datadir}/help/pt_BR/gdm/*
|
||||
%lang(ro) %{_datadir}/help/ro/gdm/*
|
||||
%lang(ru) %{_datadir}/help/ru/gdm/*
|
||||
%lang(sl) %{_datadir}/help/sl/gdm/*
|
||||
%lang(sv) %{_datadir}/help/sv/gdm/*
|
||||
%lang(te) %{_datadir}/help/te/gdm/*
|
||||
%lang(tr) %{_datadir}/help/tr/gdm/*
|
||||
%lang(uk) %{_datadir}/help/uk/gdm/*
|
||||
%lang(zh_CN) %{_datadir}/help/zh_CN/gdm/*
|
||||
%{_datadir}/icons/hicolor/*/apps/gdm-*.png
|
||||
#%{_datadir}/omf/gdm/gdm-*.omf
|
||||
%{_datadir}/pixmaps/gdm*.png
|
||||
%{_datadir}/pixmaps/nobody.png
|
||||
%{_datadir}/pixmaps/nohost.png
|
||||
%attr(1770,root,gdm) %dir %{_localstatedir}/lib/gdm
|
||||
#%attr(-,root,gdm) %dir %{_localstatedir}/lib/gdm/.gconf.mandatory
|
||||
#%attr(-,root,gdm) %config(noreplace) %{_localstatedir}/lib/gdm/.gconf.mandatory/*
|
||||
#%attr(-,root,gdm) %config(noreplace) %{_localstatedir}/lib/gdm/.gconf.path
|
||||
%attr(-,gdm,gdm) %dir %{_localstatedir}/cache/gdm
|
||||
%attr(-,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
||||
%attr(-,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
||||
#%attr(-,gdm,gdm) %dir %{_localstatedir}/log/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
|
||||
/%{_lib}/security/pam_gdm.so
|
||||
%{_libexecdir}/gdm-*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/gdm
|
||||
%{_includedir}/gdm/*
|
||||
%{_libdir}/libgdm.a
|
||||
%{_libdir}/libgdm.la
|
||||
%{_libdir}/libgdm.so
|
||||
#%{_libdir}/libgdmsimplegreeter.a
|
||||
#%{_libdir}/libgdmsimplegreeter.la
|
||||
#%{_libdir}/libgdmsimplegreeter.so
|
||||
%{_datadir}/gir-1.0/Gdm-1.0.gir
|
||||
%{_libdir}/pkgconfig/gdm.pc
|
||||
#%{_libdir}/pkgconfig/gdmsimplegreeter.pc
|
||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 16 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 27 2019 Automatic Build System <autodist@mambasoft.it> 3.30.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 3.30.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 05 2018 Automatic Build System <autodist@mambasoft.it> 3.30.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 23 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 3.28.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 14 2018 Automatic Build System <autodist@mambasoft.it> 3.28.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 18 2018 Automatic Build System <autodist@mambasoft.it> 3.28.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 11 2018 Automatic Build System <autodist@mambasoft.it> 3.28.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 26 2018 Automatic Build System <autodist@mambasoft.it> 3.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 30 2017 Automatic Build System <autodist@mambasoft.it> 3.26.2.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Oct 11 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 10 2017 Automatic Build System <autodist@mambasoft.it> 3.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 24 2017 Automatic Build System <autodist@mambasoft.it> 3.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 06 2017 Automatic Build System <autodist@mambasoft.it> 3.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 02 2017 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 17 2016 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 24 2015 Automatic Build System <autodist@mambasoft.it> 3.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 12 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 17 2015 Automatic Build System <autodist@mambasoft.it> 3.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 19 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.2-2mamba
|
||||
- remove requirement for ConsoleKit
|
||||
|
||||
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 17 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 16 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Sep 26 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-2mamba
|
||||
- update pam patch for openmamba
|
||||
|
||||
* Fri May 16 2014 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 21 2014 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 10 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 16 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user