update code
This commit is contained in:
parent
c689f4ac00
commit
2c8fe94ab0
13
lockdev.spec
13
lockdev.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: lockdev
|
Name: lockdev
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 0.29
|
Release: 0.31
|
||||||
Summary: A library for locking devices
|
Summary: A library for locking devices
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://alioth.debian.org/projects/lockdev/
|
URL: https://alioth.debian.org/projects/lockdev/
|
||||||
@ -65,7 +65,7 @@ getent group lock >/dev/null 2>&1 || groupadd -g 54 -r -f lock >/dev/null 2>&1 |
|
|||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 1 ] ; then
|
if [ $1 -eq 1 ] ; then
|
||||||
%tmpfiles_create
|
%tmpfiles_create %{_tmpfilesdir}/lockdev.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -90,5 +90,14 @@ fi
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 29 2019 mengxian <mengxian@huawei.com> - 1.0.4-0.31
|
||||||
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Fix last changelog problem which include a macro
|
||||||
|
|
||||||
|
* Tue Oct 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-0.30
|
||||||
|
- Fix compile problem: add parameter for macro tmpfiles_create
|
||||||
|
|
||||||
* Mon Aug 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-0.29
|
* Mon Aug 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-0.29
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user