Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
srpm
lightdm
Commits
e47d2851
Unverified
Commit
e47d2851
authored
Jan 19, 2018
by
Björn Esser
Browse files
Fix ownership of %%{_datadir}/accountsservice
parent
10b81cb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lightdm.spec
View file @
e47d2851
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
Name: lightdm
Name: lightdm
Summary: A cross-desktop Display Manager
Summary: A cross-desktop Display Manager
Version: 1.25.1
Version: 1.25.1
Release:
4
%{?dist}
Release:
5
%{?dist}
# library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
# library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
License: (LGPLv2 or LGPLv3) and GPLv3+
License: (LGPLv2 or LGPLv3) and GPLv3+
...
@@ -295,7 +295,7 @@ fi
...
@@ -295,7 +295,7 @@ fi
%{_mandir}/man1/dm-tool.1*
%{_mandir}/man1/dm-tool.1*
%{_mandir}/man1/%{name}*
%{_mandir}/man1/%{name}*
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}.service
%{_datadir}/accountsservice
/interfaces/*.xml
%{_datadir}/accountsservice
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/system.d/*.conf
%{_datadir}/dbus-1/system.d/*.conf
%{_datadir}/polkit-1/rules.d/%{name}.rules
%{_datadir}/polkit-1/rules.d/%{name}.rules
...
@@ -342,6 +342,9 @@ fi
...
@@ -342,6 +342,9 @@ fi
%changelog
%changelog
* Fri Jan 19 2018 Björn Esser <besser82@fedoraproject.org> - 1.25.1-5
- Fix ownership of %%{_datadir}/accountsservice
* Fri Jan 19 2018 Björn Esser <besser82@fedoraproject.org> - 1.25.1-4
* Fri Jan 19 2018 Björn Esser <besser82@fedoraproject.org> - 1.25.1-4
- Move DBus interfaces to proper location and create symlinks
- Move DBus interfaces to proper location and create symlinks
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment