New upstream release (0.99.11)
Following changes to the package: - Intltool has been replaced by gettext - D-Bus configuration moved from sysconfdir to datadir - systemd is creating /var/lib/upower, so 'ghost' the dir
This commit is contained in:
parent
7481cb0a9d
commit
8a7fe7d60e
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ upower-0.9.5.tar.bz2
|
||||
/upower-0.99.8.tar.xz
|
||||
/upower-0.99.9.tar.xz
|
||||
/upower-0.99.10.tar.xz
|
||||
/upower-0.99.11.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (upower-0.99.10.tar.xz) = aefe1b2ff5a390f1ea9676fe7e753750bebc56034365a9183e946a8463904047da0a4ac71340eb2efedc16bce6f6d9ef4609ddca37dc1fc31b56bcdbfbbfa59d
|
||||
SHA512 (upower-0.99.11.tar.xz) = 67219a0beb98c97ac4512e4fe8ba83fc80a1035d1edb5367dda6911da50c672b047051f2f528e8703be29ab47547d92b6c71a7ef695226a1bdb5bc33e6d18803
|
||||
|
||||
17
upower.spec
17
upower.spec
@ -1,15 +1,14 @@
|
||||
%global commit c438511024b9bc5a904f8775cfc8e4c4
|
||||
%global commit 93cfe7c8d66ed486001c4f3f55399b7a
|
||||
Summary: Power Management Service
|
||||
Name: upower
|
||||
Version: 0.99.10
|
||||
Release: 2%{?dist}
|
||||
Version: 0.99.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://upower.freedesktop.org/
|
||||
Source0: https://gitlab.freedesktop.org/upower/upower/uploads/%{commit}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libgudev1-devel
|
||||
%ifnarch s390 s390x
|
||||
@ -75,11 +74,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%license COPYING
|
||||
%doc NEWS AUTHORS HACKING README
|
||||
%{_libdir}/libupower-glib.so.*
|
||||
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||||
%{_datadir}/dbus-1/system.d/*.conf
|
||||
%ifnarch s390 s390x
|
||||
/usr/lib/udev/rules.d/*.rules
|
||||
%endif
|
||||
%dir %{_localstatedir}/lib/upower
|
||||
%ghost %dir %{_localstatedir}/lib/upower
|
||||
%dir %{_sysconfdir}/UPower
|
||||
%config %{_sysconfdir}/UPower/UPower.conf
|
||||
%{_bindir}/*
|
||||
@ -106,6 +105,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/gtk-doc/html/UPower/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 3 2019 Christian Kellner <ckellner@redhat.com> - 0.99.11-1
|
||||
- New upstream release 0.99.11
|
||||
- Intltool has been replaced by gettext
|
||||
- D-Bus configuration moved from sysconfdir to datadir
|
||||
- Systemd is creating /var/lib/upower, so 'ghost' the dir
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user